[qooxdoo-devel] Demo Browser for Contribs - is there GitHub support?

2013-05-08 Thread John Spackman
Hi, Does the Demo Browser for Contribs support GitHub instead of sourceforge SVN? Regards John -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and

Re: [qooxdoo-devel] demo browser scroll on mac chrome doesn't work

2011-01-02 Thread Tristan Koch
Hi Greg, this is a known issue. The normalization of the mouse wheel speed across browsers and operating systems turns out to be rather tricky. Even the hardware in use can have an effect! We've been experimenting with a general algorithm, but had to revert unfortunately because it broke mouse

[qooxdoo-devel] demo browser scroll on mac chrome doesn't work

2011-01-02 Thread Greg Beaver
Hi, I just browsed to the demo browser for the first time in 1.3 using Chrome 8.0.552.231 on Mac, and found that the native two-fingered scroll results in such an imperceptible increment of scrolling that it is essentially useless. Some of the scrollbars don't work at all. Firefox works just fin

Re: [qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-28 Thread Gaetan de Menten
On Tue, Jan 27, 2009 at 19:42, Fabian Jakobs wrote: > - Layout Demos - we use a special Application base class to provide the > property editors. I think in this case this is OK because the important > code is visible. Well, I remember that I wanted to know how you had implemented those very pr

Re: [qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-27 Thread Fabian Jakobs
Hi Gaetan, > Hello to the qooxdoo team, > > There is an issue I've been annoyed with for a while: some demos use > "inaccessible" classes. That is classes which are specific to the > demos but whose code is not accessible through it. Even if it is good > practice to factorize code in normal code, I

[qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-27 Thread Gaetan de Menten
Hello to the qooxdoo team, There is an issue I've been annoyed with for a while: some demos use "inaccessible" classes. That is classes which are specific to the demos but whose code is not accessible through it. Even if it is good practice to factorize code in normal code, I don't think it's a go

Re: [qooxdoo-devel] Demo browser bom/Clip is broken using IE7

2008-11-26 Thread Christian Schmidt
Hi Helder, thanks for the report. Alex has fixed the issue in trunk. Now, the demo works without errors. ;-) Regards Chris Helder Magalhães schrieb: > While browsing through the Demo browser, I stumbled across a minor potential > issue: resetting the clip [1] failed using Internet Explorer 7. W

[qooxdoo-devel] Demo browser bom/Clip is broken using IE7

2008-11-25 Thread Helder Magalhães
While browsing through the Demo browser, I stumbled across a minor potential issue: resetting the clip [1] failed using Internet Explorer 7. Worked fine using Firefox 3. I tried checking using current trunk version but the build failed for some obscure reason (sounds like development has temporar

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.

Re: [qooxdoo-devel] Demo Browser

2007-06-06 Thread Sebastian Werner
I think Thomas will continue the work on the demo browser as soon he has some time :) Sebastian Leander Hanwald schrieb: > Don't wait to long for it, the demos were the Nr. 1 learning base for > me, and I think for others, too :) > > (Ok, it's still possible, but in the past it was more easy t

Re: [qooxdoo-devel] Demo Browser

2007-06-06 Thread thron7
Agreed. If you have a wee look in the source code, you'll find there is already provision for that. I also added a bugzilla entry. =Thomas > Hello, > > the demo browser looks very nice! However, one thing is missing: you > cannot view the source code easily, like you can in demo browsers of > ot

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread Leander Hanwald
Don't wait to long for it, the demos were the Nr. 1 learning base for me, and I think for others, too :) (Ok, it's still possible, but in the past it was more easy to see the sourcecode). The the browser itself is very nice. Sebastian Werner wrote: > This was planned but has not been stable sinc

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread Sebastian Werner
This was planned but has not been stable since our release date. There will be further improvements over time :) Sebastian Am 05.06.2007 um 23:10 schrieb FrozenDice: > Here here! I had the same problem this morning. An additional tab > with the source would be nice, if anyone wanted they c

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread FrozenDice
Here here! I had the same problem this morning. An additional tab with the source would be nice, if anyone wanted they could also make it do markup in color, bold, italics, you know. On 6/5/07, Christian Boulanger <[EMAIL PROTECTED]> wrote: > Hello, > > the demo browser looks very nice! However,

[qooxdoo-devel] Demo Browser

2007-06-05 Thread Christian Boulanger
Hello, the demo browser looks very nice! However, one thing is missing: you cannot view the source code easily, like you can in demo browsers of other frameworks. You can of course right-click on the iframe (if you know that there is an iframe) and then view the source in the context menu. But