similar to: Rails and Ruby API Widget

Displaying 20 results from an estimated 60000 matches similar to: "Rails and Ruby API Widget"

2005 Jun 13
1
RDoc Dashboard Widget v1.2
Hi all, This is just another quick email to let everyone know that I''ve updated the RDoc Dashboard Widget to fix all the reported bugs and add most of the requested features. The changes include: * Bug fixes for erratic scrolling and ''stuck'' navigation panes * The ability to have multiple instances of the RDoc widget on your dashboard * Bookmarking functionality for
2005 Jun 09
8
RDoc Dashboard Widget
Hi everyone - sorry if this is a bit OT, I''m not subscribed to the ''ruby-talk'' list, but if anyone wants to cross post this over there... This is just a quick announcement to let people know that I''ve built a basic RDoc Dashboard widget for Mac OS X Tiger. It''s still beta-ish, but seems to work okay for me - and it''s a convenient reference
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys, has someone here implemented rails api for dashboard widget like ruby rdoc widget? http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :blog => "
2009 Feb 11
1
Ruby on Rails: Talk | Google Groups
This is more an architectural question.... I am looking to create a domain that sells widgets (as an example) widgets.com Now I have three sales reps, that each sell different kinds of widgets, and do not need to know about each other. larry.widget.com moe.widget.com curley.widget.com I don''t want to repeat myself (of course!) with the shopping cart logic or the transactional
2006 Mar 27
4
widgets on rails?
Here''s my crazy question of the day. Has anybody played around with using Rails to create Mac OS X Dashboard Widgets? Or is that just sick and wrong? Giles
2006 Dec 20
2
OSX Dashboard Widget for managing mongrels...
Hey everyone - I recently switched to using a Mac and have several different rails projects going and was getting tired of starting/stopping mongrels via the shell so wrote my first dashboard widget to do it for me. More details at the URL below... http://blog.pjkh.com/2006/12/20/mongrel-rails-dashboard-widget Hope those of you on OSX find it handy... feels good to finally give something
2008 Mar 08
1
Design a GUI widget for "assign roles to users"
Hi, In the admin panel of my little app, the admin can open a user''s detail info page and modify(kick or add) the user''s roles (all roles contain "anonymous", "normal", "moderator" and "admin"). However, I have no idea what GUI widget I should use here. The perfect one should be like the follow, admin could freely kick the roles between
2008 Jul 24
0
Accessing session values in rails methods
Hello All, This is something new for me. Please help me to resolve the following problem. I am using Flex in my application of course Flex in rails. I am using Flex in UI for widgets, where it calls a rails method which gives a .rxml file from where it gets the data to put it into the widget. I have used few sessions in my application. When i have a request from browser to one of my page i
2006 Apr 18
0
custom content widget design
Hello all, I am trying to design a reusable widget content system, where I can easily lay out a bundle of widgets on a page and allow a user with proper administrative rights to click and change them. For the database storage, I don''t want to have to create a new table for every different classification of widget (ie, list, text body, image, etc). I would like to create a central
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from http://wiki.github.com/paolodona/rails-widgets location I get an error. Please help. cd myrails-app ruby script/plugin install git://github.com/paolodona/rails-widgets.git rake widgets:setup following is the error ---------------------------------------- rake aborted! Don''t know how to build task
2009 Apr 06
1
Need Ruby on Rails Senior Developer
Company: Eborhood Industry: Ecommerce/communication/Real Estate - map-based search, communication, and execution Location: Based in Texas Pay: over $50K-$250K - more if you''re worth it We are in need of a programmer that has a great set of ruby/rails skills. We have had a few problems hitting deadlines because some programmers would do things at their convenience. We need a serious
2006 Feb 10
0
tk mouse cursor icon widget tkwinfo tkfocus questions
1. I want to change the mouse cursor over my window into a wait/watch icon while R computes. Can this be done directly? Some ancient tcltk mailing lists said change the cursor over every widget in the window: foreach widget [winfo children $window] { $widget config -cursor watch } To do this I'll need a list of
2013 Jan 21
1
R Tcl/Tk: How to put widgets in text widget?
Dear all, please excuse the somewhat special question: >From within R I create a Tk windows with a list of checkboxes, which can bekome too long for the screen. The obvious solution would be to put all checkboxes into a frame and make that scrollable. Alas, there are (for whatever reason!) no scrollable frames in Tk :-( The usual workaround is to put widgets (my checkboxes) into a textbox,
2004 Aug 05
0
Request for new Windoze GUI Widget
Folks: I have found R's fewWindoze GUI Widgets (like winDialog, choose.files,winMenuAdd etc.) to be quite useful in building simple but functional interfaces (I hesitate to call them GUI's) for one-off applications for non-R users. It's quite easy for me to write statistical "solutions" in R, slap on a little GUI that allows users access to the functionality, and then
2008 Apr 14
1
[Bug 15498] New: mlb.com gameday widget does not render
http://bugs.freedesktop.org/show_bug.cgi?id=15498 Summary: mlb.com gameday widget does not render Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2006 Aug 25
0
tcltk command to figure out which widget in active or in focus
Hi, I'm making an interface, where a Tcl/Tk window have few listbox widgets. I need to select separate parameters from separate listboxes. It is clear how to get cursor selection value, once you know which listbox widget you clicked. The problem is I can't figure out which one tcltk command to use to get an information which listbox widget I clicked. Thank you, Vlad
2002 Aug 13
1
tcltk - text widget with a scrollbar?
Can anyone show me how to connect a scrollbar to a text widget using the tcltk library? I'm confused about how to make sure the two widgets know about each other and how to set up the appropriate call-backs for scrolling. Mike -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2006 Dec 06
0
.find conditions when multiple objects returned
OK, still learning here... here''s a rough sketch of my model... User has_and_belongs_to_many :customers Customer has_and_belongs_to_many :users has_many :widgets Widgets belongs_to customer Each user can be associated with one or more customers Each customer has multiple users Each widget is associated with a customer I’ve seen tons of examples like this: If I want to do something like
2007 Jan 10
3
ActiveRecord Error?
We spent a big chunk of yesterday hunting down a strange bug in one of our rails apps and created a test project to try out different theories on what was going on. The result so far is a very small test case app that perfectly reproduces the problem. The question is, is there anything *wrong* with what we''re doing here, or is it a problem with ActiveRecord? We''re on rails
2006 Mar 28
1
Asterisk Tools for OSX
Hello Asterisk Users, I am an Objective-C enthusiast and have been writing some clever tools to integrate Asterisk functionality with Mac OS X applications. Please find my project on http://www.sf.net/projects/astrxtools4osx/ The objectives of my project are as follows 1. Implement an Objective-C framework to communicate effectively with the Asterisk Management Interface 2. Address Book