Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
gopal balaji wrote:> Hi, > > I am using Flash Dashboard and 3 sets of listbox. > > When i change my first list box say name i need to dynamically change > the second list box and from the second list box when i choose an name i > need to change the content according to this in the third list box. > > How can i pass this datas from database in rails. > > > thanx > g.balajiAnyone help me with my query. I have 3 list box from which, When i select the first list box data i need the second list box data relevant to the first one selected and the same for the third list box.I need to pick the data from database and pass it to the flash. How can i do this with rails. Any thoughts or help. gbalaji -- Posted via http://www.ruby-forum.com/.
Hi Gopal, Can you narrow down your problem at bit. Are you having trouble accessing you database in your Rails app? Are you having trouble passing data to Flash from your database? Are you having trouble building a dynamic listbox from the results of a previous listbox? If you can narrow the problem down I''m sure someone will be able to help you. Make sure to include any errors that you are getting. -Eric Goodwin ericgoodwin.com gopal balaji wrote:> gopal balaji wrote: > >> Hi, >> >> I am using Flash Dashboard and 3 sets of listbox. >> >> When i change my first list box say name i need to dynamically change >> the second list box and from the second list box when i choose an name i >> need to change the content according to this in the third list box. >> >> How can i pass this datas from database in rails. >> >> >> thanx >> g.balaji >> > > Anyone help me with my query. > > I have 3 list box from which, When i select the first list box data i > need the second list box data relevant to the first one selected and the > same for the third list box.I need to pick the data from database and > pass it to the flash. > > How can i do this with rails. > > Any thoughts or help. > > gbalaji > >
This is difficult to do with IE. Most would use RJS for the implementation. If you search the archives, Ezra provided a solution to this. Search for posts with Dynamic in their title and you''ll find it. On 5/12/06, Eric Goodwin <ruby@ericgoodwin.com> wrote:> > Hi Gopal, > Can you narrow down your problem at bit. > > Are you having trouble accessing you database in your Rails app? > Are you having trouble passing data to Flash from your database? > Are you having trouble building a dynamic listbox from the results of a > previous listbox? > > If you can narrow the problem down I''m sure someone will be able to help > you. Make sure to include any errors that you are getting. > > -Eric Goodwin > ericgoodwin.com > > gopal balaji wrote: > > gopal balaji wrote: > > > >> Hi, > >> > >> I am using Flash Dashboard and 3 sets of listbox. > >> > >> When i change my first list box say name i need to dynamically change > >> the second list box and from the second list box when i choose an name > i > >> need to change the content according to this in the third list box. > >> > >> How can i pass this datas from database in rails. > >> > >> > >> thanx > >> g.balaji > >> > > > > Anyone help me with my query. > > > > I have 3 list box from which, When i select the first list box data i > > need the second list box data relevant to the first one selected and the > > same for the third list box.I need to pick the data from database and > > pass it to the flash. > > > > How can i do this with rails. > > > > Any thoughts or help. > > > > gbalaji > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060512/e7361e96/attachment.html
> How can i do this with rails. > > Any thoughts or help. > > gbalajiMight not be what you need, but one option to consider if you can''t figure it out is to output to an XML file. XML is easy to deal with in Flash -- Posted via http://www.ruby-forum.com/.
Eric Goodwin wrote:> Hi Gopal, > Can you narrow down your problem at bit. > > Are you having trouble accessing you database in your Rails app? > Are you having trouble passing data to Flash from your database? > Are you having trouble building a dynamic listbox from the results of a > previous listbox? > > If you can narrow the problem down I''m sure someone will be able to help > you. Make sure to include any errors that you are getting. > > -Eric Goodwin > ericgoodwin.comHi Eric, Thanks for your reply. Yes I need to have "Trouble in buildeing a dynamic listbox from the results of a previous listbox". I dont know how to approach this. We are previously doing this in php where we fill pass from flash to and fro to php and we need need to do this using rails.If you can help us it will be of great help. Thanx G.Balaji -- Posted via http://www.ruby-forum.com/.
gopal balaji
2006-May-13 05:13 UTC
[Rails] Re: Re: Dynamic data passing thru Rails to Flash
Guest wrote:> Eric Goodwin wrote: >> Hi Gopal, >> Can you narrow down your problem at bit. >> >> Are you having trouble accessing you database in your Rails app? >> Are you having trouble passing data to Flash from your database? >> Are you having trouble building a dynamic listbox from the results of a >> previous listbox? >> >> If you can narrow the problem down I''m sure someone will be able to help >> you. Make sure to include any errors that you are getting. >> >> -Eric Goodwin >> ericgoodwin.com > > Hi Eric, > Thanks for your reply. > > Yes I need to have "Trouble in buildeing a dynamic listbox from the > results of a previous listbox". > > I dont know how to approach this. > > We are previously doing this in php where we fill pass from flash to and > fro to php and we need need to do this using rails.If you can help us it > will be of great help. > > Thanx > G.BalajiAny thoughts on passing dynamicaly data from database to subsequent list box. Meaning - I have 3 list box I need the first list box to show from database and when its related data in 2 listbox and when i choose it shows the subsequent in 3rd. ex. Campaign 1 - ver 1 name 1 name 2 ver 2 name 1 name 2 Campaign 2 - ver 1 ... ver 2 ... and so on and so forth g.balaji -- Posted via http://www.ruby-forum.com/.