Re: [qooxdoo-devel] Rails Data to Qooxdoo objects

2011-01-17 Thread markharoldr
Thnx everyone for your reply :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Rails-Data-to-Qooxdoo-objects-tp5920899p5934657.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Protect

Re: [qooxdoo-devel] Rails Data to Qooxdoo objects

2011-01-17 Thread Tristan Koch
Hi Mengü, I'll do that. Thanks for sharing! Tristan Am 17.01.2011 um 18:40 schrieb Mengü Kağan: > Hi Tristan, > > I'm sorry I have not made it public but if you have ruby and rails 3 > installed, you can just clone the github repo and type "rails s" to see it in > action. :) > > 2011/1/17 T

[qooxdoo-devel] Initialization of application build at startup

2011-01-17 Thread nmarceli
I am wondering if it is possible to initialize an application "build" version at startup by reading from, for example, a json file, that a user would configure to have parameters such as fully qualified domain name and path to webserver, etc. Somehow the qooxdoo application "build" version would

[qooxdoo-devel] Issue Qx 1.3 build client on Safari

2011-01-17 Thread simonb
Hello List, I have encountered an issue that only occurs with the build version of my Qx 1.3 app, and only occurs on the Safari browser. The source and build apps for fine on IE, FF and Chrome. On Safari 5.0.3 for Windows XP sp2 the source app works fine, but the build app fails to start up. T

Re: [qooxdoo-devel] Theming issues

2011-01-17 Thread flj
> in Appearance.js there are four entries defining the appearance of Thanks, I saved the mail. Unfortunately I have way too much to do right now, so I'll probably only be able to deal with this in the weekend again. I'll post again if I have additional questions. br, flj -

Re: [qooxdoo-devel] Theming issues

2011-01-17 Thread flj
Hi. > in Appearance.js there are four entries defining the appearance of ... Thanks very much. I'll have a look. The problem is, right now I have way too many things to do at the same time, so I won't be able to deal with this issue again until the weekend, probably. I saved the mail, and will

Re: [qooxdoo-devel] Embedded Iframe Content innerHTML

2011-01-17 Thread jraulperez
Hi Sorry to post in old message, but is pretty similar what I need... so I prefer use an old one, that start something new. I'm trying to use the little code you put it, but I can't make it works.. http://tinyurl.com/68suftc .. Somebody can see what's wrong? In fact what I need is to take all t

Re: [qooxdoo-devel] Rails Data to Qooxdoo objects

2011-01-17 Thread Mengü Kağan
Hi Tristan, I'm sorry I have not made it public but if you have ruby and rails 3 installed, you can just clone the github repo and type "rails s" to see it in action. :) 2011/1/17 Tristan Koch > Hi Mengü, > > do you publicly host Roddot? I would like to take a look at your > application. > > Tr

Re: [qooxdoo-devel] selectbox selection by ID

2011-01-17 Thread Martin Wittemann
Hey, > Perhaps the question: How can I get the age of selected person? You got to search for the person using the id and read it. No other chance when you want to use the id as deputy. Best, Martin > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/selectbox-selection-b

Re: [qooxdoo-devel] selectbox selection by ID

2011-01-17 Thread Martin_GER
Thanks! Perhaps the question: How can I get the age of selected person? -- View this message in context: http://qooxdoo.678.n2.nabble.com/selectbox-selection-by-ID-tp5931009p5931138.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Rails Data to Qooxdoo objects

2011-01-17 Thread Tristan Koch
Hi Mengü, do you publicly host Roddot? I would like to take a look at your application. Tristan Am 16.01.2011 um 20:49 schrieb Mengü Kağan: > hi, > > i have a sample Rails & Qooxdoo project called Roddot. it's just a reddit > feed actually. i don't like reddit's design so i've made this simpl

Re: [qooxdoo-devel] selectbox selection by ID

2011-01-17 Thread Martin Wittemann
Hey, That means you want to have the ID as deputy for the select box entry. For that, we have the possibility to bind the model property which leads to exactly what you desire: http://tinyurl.com/5wuvza2 Best, Martin Am 17.01.2011 um 08:36 schrieb Martin_GER: > > Here is the example: > > ht