Re: [qooxdoo-devel] demo browser snippets source

2007-06-18 Thread Hugh Gibson
> > You know what the next step is, don't you? A code editor, with > > immediate evaluation of changed code to see the effect on the > > demo. Just like wxPython. > > > We already worked on that but ran into all kinds of problems, so > removed the relevant code again. The problem is injecting

Re: [qooxdoo-devel] demo browser snippets source

2007-06-18 Thread dperez
To experiment is also very handy the Firebug console. You can type e.g. this: var lab = new qx.ui.basic.Label('Hi world); lab.setLocation(100, 100); lab.addToDocument(); Hugh Gibson wrote: > > You know what the next step is, don't you? A code editor, with immediate > evaluation of changed cod

Re: [qooxdoo-devel] demo browser snippets source

2007-06-18 Thread thron7
Hugh Gibson wrote: > You know what the next step is, don't you? A code editor, with immediate > evaluation of changed code to see the effect on the demo. Just like > wxPython. > We already worked on that but ran into all kinds of problems, so removed the relevant code again. The problem is injec

Re: [qooxdoo-devel] demo browser snippets source

2007-06-15 Thread Hugh Gibson
> Thomas just published the demo browser of the development version > with the "show source" feature: > Very good. You know what the next step is, don't you? A code editor, with immediate evaluation of changed code to see the effect on the demo. Just

Re: [qooxdoo-devel] demo browser snippets source

2007-06-15 Thread Fabian Jakobs
Fabian Jakobs schrieb: > Hi ale, > >> hi all, must commend the efforts of qooxdoo, its totally revolutionary. >> I am a newbie to qooxdoo and the demo browser gives an impressive >> insight to ideas in implementing ideas i have of my own. >> my question is, from where can i access the source sc

Re: [qooxdoo-devel] demo browser snippets source

2007-06-15 Thread ale
wow, one email and i get answers to something i had lost sleep over. this is great, look out for the next big online erp :) now to get on with it On 6/15/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: Hi ale, > hi all, must commend the efforts of qooxdoo, its totally revolutionary. > I am a newbi

Re: [qooxdoo-devel] demo browser snippets source

2007-06-15 Thread Leander Hanwald
Hi This function is currently missing in the demo browser. I see the sourcecode then I rightclick in the demo with my firefox, choose the frame submenu and "view source" there. But under windows I needed to deactivate the content menu control of javascript in the options first (under linux it wor

Re: [qooxdoo-devel] demo browser snippets source

2007-06-14 Thread Fabian Jakobs
Hi ale, > hi all, must commend the efforts of qooxdoo, its totally revolutionary. > I am a newbie to qooxdoo and the demo browser gives an impressive > insight to ideas in implementing ideas i have of my own. > my question is, from where can i access the source scripts for the > samples running o

[qooxdoo-devel] demo browser snippets source

2007-06-14 Thread ale
hi all, must commend the efforts of qooxdoo, its totally revolutionary. I am a newbie to qooxdoo and the demo browser gives an impressive insight to ideas in implementing ideas i have of my own. my question is, from where can i access the source scripts for the samples running on the demo browser.