[qooxdoo-devel] Probably a bug in qx.ui.table.model.Remote

2008-08-25 Thread Guilherme Aiolfi
Hi, clearCache() or reloadData() shouldn't set __firstLoadingBlock to -1? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great pr

Re: [qooxdoo-devel] Skin a specific object instance, without using Theme

2008-08-25 Thread Andreas Ecker
Hi Chris, while it is indeed often more useful to introduce new custom appearances - even for a few instances, as they typically start to grow in number ;-) - you can still override the appearance values of an individual instance, e.g. in the skeleton: button1.setTextColor("red") Decorators do of

Re: [qooxdoo-devel] No value on TextField sometimes return null or ""

2008-08-25 Thread Kanugula
Never mind. I found in the forum. TextField.getComputedValue() Thanks. Kanugula. Kanugula wrote: > > Hello, > > Qooxdoo 0.7.3. > IE6 and FF3 > > If I don't enter any value on a Textfield, I get TextField.getValue() > returning null, which is good. > If I enter some thing and delete it, it r

[qooxdoo-devel] No value on TextField sometimes return null or ""

2008-08-25 Thread Kanugula
Hello, Qooxdoo 0.7.3. IE6 and FF3 If I don't enter any value on a Textfield, I get TextField.getValue() returning null, which is good. If I enter some thing and delete it, it returns ""; Why is like that? From the display point of view both are same. Is there a way to get only one value always?

Re: [qooxdoo-devel] Skin a specific object instance, without using Theme

2008-08-25 Thread Sebastian Werner
Chris, You can give any instance another appearance e.g. spinnerInstance.setAppearance("my-spinner"); But this entry must be defined in your currently used theme. A typical use case might be to extend the existing theme, add some custom entries like "my-spinner" and use this theme instead. The

Re: [qooxdoo-devel] 2 Commands with same shortcut

2008-08-25 Thread Guilherme Aiolfi
Hi Alex, I thought it(qooxdoo) could choose the action for me. Here is how I think it should be done: When hitting a shortcut, it would be looking for the layout items related (buttons) and would choose the one that is visible at the moment (that would be the right choose every time). If two butto

[qooxdoo-devel] Skin a specific object instance, without using Theme

2008-08-25 Thread Chris Banford
Hi devs, I'm curious if its easy to re-decorate a specific object (for example a comb box) without going through making/sub-classing an existing Theme? I have a couple of standard qx control widgets (a combo box & a button) that I'd like to just modify the look of for in just a single location

Re: [qooxdoo-devel] Huge table demo in 0.8

2008-08-25 Thread Alexander Back
Hi Gaetan, many thanks for your report. this issue was filed under bug #1259 ( http://bugzilla.qooxdoo.org/show_bug.cgi?id=1259 ) at was fixed with the Revision #16062. cheers, Alex Gaetan de Menten wrote: > Hi there, > > I just noticed the "Table Huge" demo. I'm pleasantly surprised at h

[qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-08-25 Thread Dioc
Hello, I am using qooxdoo 0.7.3 and found that Internet Explorer displays caret in a TextField after its appearance when the TextField is not focused programmatically or manually. How to avoid this behaviour? Try the following code to see the problem. var field = new qx.ui.form.TextField(); fiel

Re: [qooxdoo-devel] Gallery Popup menu ...

2008-08-25 Thread geo
Alexander, Many thanks, it run now ... ... Alexander Back a écrit : > Hi, > > geo wrote: >> How is possible to add a popup menu in a gallery widget ? > Quite easy one :) > > You can listen to the "contextmenu" event to get to know when the > contextmenu should be showed. The contextmenu itself

Re: [qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread Chris Banford
done. Bug #1261 -Chris > Hi Chris, > > definitely like your doc layout. Could you make a bug out of it?! Just > dump your suggestion into a comment. > > Thanks, > Thomas > - This SF.Net email is sponsored by the Moblin

Re: [qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread thron7
Hi Chris, definitely like your doc layout. Could you make a bug out of it?! Just dump your suggestion into a comment. Thanks, Thomas > > > What I would personally suggest is to reorganize your wiki docs to > take the view of someone coming to qooxdoo for the first time. Make > the main headin

Re: [qooxdoo-devel] Huge table demo in 0.8

2008-08-25 Thread Petr Kobalíček
Hi, yes the scrollbar knob is really small. I think that 10 pixels would be ok. 31 pixels us ultra large as everything in GTK :-) Cheers - Petr 2008/8/25 Gaetan de Menten <[EMAIL PROTECTED]>: > Hi there, > > I just noticed the "Table Huge" demo. I'm pleasantly surprised at how > it copes with su

[qooxdoo-devel] Volunteers for translations in qooxdoo 0.8

2008-08-25 Thread Andreas Ecker
Hi, it would be great, if you could help as a native speaker with updating the language-specific translations in qooxdoo 0.8. There's a qooxdoo-contrib project for easy collaboration: http://contrib.qooxdoo.org/Translation Languages to have a look at (de/German already taken care of): * en, es

Re: [qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread Andreas Ecker
Hi Chris, thanks for your input regarding documentation. It is indeed being reworked with to goals (and users) in mind: tutorial (for newbies) and reference. Current version in the wiki is still rough and is in the works. As we already discussed, looking forward to collaborating with you on this

Re: [qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread Chris Banford
thron7 wrote: Jason, I read on the qooxdoo homepage that to make releases easier - that only the version 8 sdk release is slated to happen, and future "build releases" are being discontinued. I love qooxdoo - and I'm a new user - but I tried to follow the instructions for the 0.7.3 SDK - a

[qooxdoo-devel] Huge table demo in 0.8

2008-08-25 Thread Gaetan de Menten
Hi there, I just noticed the "Table Huge" demo. I'm pleasantly surprised at how it copes with such a huge amount of data. There is one simple issue which makes it a pain to use though: the scroll bar "knob" is really tiny and thus very hard to "grab", making it painfully hard to jump to the end of

Re: [qooxdoo-devel] Flow layout for 0.8

2008-08-25 Thread Fabian Jakobs
Chris Banford schrieb: > Fabian Jakobs wrote: >> Chris, >> >> Thats cool. I'm back from my weekend and find an almost complete flow >> layout :-) Making it easy to write custom layout managers was one of our >> design goal. It's great to see that it actually works. Until now only >> Sebastian an

Re: [qooxdoo-devel] couchdb support will be updated for qx 08 and couch 0.8.1

2008-08-25 Thread Sebastian Werner
Regarding all topics you find interesting regarding CouchDb and qooxdoo. Your experiences, what you have already done, ideas for further development etc. Sebastian Ralf Nieuwenhuijsen schrieb: > Concerning couchDB or reactiveness? > > 2008/8/20 Sebastian Werner <[EMAIL PROTECTED]>: >> Hi Ralf

Re: [qooxdoo-devel] couchdb support will be updated for qx 08 and couch 0.8.1

2008-08-25 Thread Ralf Nieuwenhuijsen
Concerning couchDB or reactiveness? 2008/8/20 Sebastian Werner <[EMAIL PROTECTED]>: > Hi Ralf, > > are you interested in writing a blog post around this whole topic. Maybe > interesting for users outside the mailing list as well? > > Sebastian > > > > Ralf Nieuwenhuijsen schrieb: >> I'm working ha

Re: [qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread thron7
Jason, > I read on the qooxdoo homepage that to make releases easier - that only the > version 8 sdk release is slated to happen, and future "build releases" are > being discontinued. > > I love qooxdoo - and I'm a new user - but I tried to follow the instructions > for the 0.7.3 SDK - and Cygwin

Re: [qooxdoo-devel] Flow layout for 0.8

2008-08-25 Thread Chris Banford
Fabian Jakobs wrote: Chris, Thats cool. I'm back from my weekend and find an almost complete flow layout :-) Making it easy to write custom layout managers was one of our design goal. It's great to see that it actually works. Until now only Sebastian and me have written layout managers for 0.

Re: [qooxdoo-devel] Gallery Popup menu ...

2008-08-25 Thread Alexander Back
Hi, geo wrote: > How is possible to add a popup menu in a gallery widget ? Quite easy one :) You can listen to the "contextmenu" event to get to know when the contextmenu should be showed. The contextmenu itself is an instance of "qx.ui.menu.Menu" which can be set with the "setContextMenu" meth

Re: [qooxdoo-devel] Flow layout for 0.8

2008-08-25 Thread Fabian Jakobs
Chris, Thats cool. I'm back from my weekend and find an almost complete flow layout :-) Making it easy to write custom layout managers was one of our design goal. It's great to see that it actually works. Until now only Sebastian and me have written layout managers for 0.8. > I've got a very r

Re: [qooxdoo-devel] 2 Commands with same shortcut

2008-08-25 Thread Alexander Back
Hi Guilherme, Guilherme Aiolfi wrote: > Can't I create 2 commands with the same shortcut? > > For example, > > I have this StackLayout with 2 layers. Both have its own toolbar with a > "back" button. And I want to use "Escape" to both. > > Is it possible? Short answer: yes. If you create two co

[qooxdoo-devel] No More Build Release? Bad Move IMHO

2008-08-25 Thread jasonpsage
I read on the qooxdoo homepage that to make releases easier - that only the version 8 sdk release is slated to happen, and future "build releases" are being discontinued. I love qooxdoo - and I'm a new user - but I tried to follow the instructions for the 0.7.3 SDK - and Cygwin doesn't install p

Re: [qooxdoo-devel] finding memory-leaks in 0.8

2008-08-25 Thread thron7
Tobias, > will it be easy to find widgets for which it has been forgotten to > delete/dispose them? > > > > When I make a new qooxdoo-0.8-app I want to be sure that all objects, > widgets... are destroyed correctly. > I'm afraid there is no dedicated manual entry for disposing in 0.8 right n

Re: [qooxdoo-devel] ComboBoxEx drop down in the wrong place on screen

2008-08-25 Thread Alexander Back
Hi John, first of all sorry for the late answer. If you want to use qooxdoo widgets inside your existing HTML page you have to set this setting to "false". This setting inserts (if it has the value "true") the following stylesheet into your page --snip-- html,body{width:100%;height:100%;overfl