[qooxdoo-devel] No fancy table structure in qooxdoo?

2008-12-02 Thread Kenny Tilton
Straight HTML tables (and other JS frameworks) allow one to have a little fun and get away from straight columns/rows. For example, a single data cell can take up two columns and three rows, while the other fields on those three rows all just use a row each (but may vary in how many columns are

Re: [qooxdoo-devel] New Properties' Validation and Data binding

2008-12-02 Thread Petr Kobalíček
Hi Martin, yes, you are right that I talkem mainly about form validation:) Explanation: Form validation is very similar to model validation for me. In form its probably everything that is changeable in model, so if you want to validate something, you will do it in the form (or some external vali

[qooxdoo-devel] Retrieving Properties "check" value

2008-12-02 Thread Guilherme Aiolfi
Hi, How do I get the "check" value of a property? I want to know if it should expect "String", "Integer", etc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based appli

Re: [qooxdoo-devel] theme sharing ?

2008-12-02 Thread Petr Kobalíček
Hi Alex, I will cleanup the theme and finish some thinks and then I will contact you about contrib. I think that I'm able to add it there, but I'm afraid that I will create directory in bad location:) Cheers - Petr 2008/12/2 Alexander Back <[EMAIL PROTECTED]>: > Hi Petr, > > your theme looks ver

[qooxdoo-devel] 0.7 to 0.8 corresponding classes and methods!!

2008-12-02 Thread Gaurav Jauhri
Hi, I am migrating an application from 0.7 to 0.8. I have a tree widget in 0.7 using the following classes and methods:- qx.ui.tree.TreeRowStructure.getInstance().standard() and using the built in methods addIndent(), addIcon, addObject etc.., where i click on a node and the correspondence i

Re: [qooxdoo-devel] Managing resources using resourceUri

2008-12-02 Thread thron7
> Sorry for the delay in my reply (got stuck up with some other pending > issues) > No worries. > Ok, but how do I use this in my code. > If I don't have qxsettings["custom.resourceUri"] in my JS file, then I > cannot use the line : > qx.util.AliasManager.getInstance().add("custom1", > qx

Re: [qooxdoo-devel] Height for Width in layouts working

2008-12-02 Thread Matthew Gregory
Thanks, I managed to get this working but wasn't sure why it worked. That explains it now. Thanks! thron7 wrote: > Hi Matt, > >> "library" : >> [ >>{ >> "manifest" : "contrib://FlowLayout/trunk/Manifest.json", >> "uri" : "../cache-downloads/FlowLayout/trunk" >>}, >>{ >

Re: [qooxdoo-devel] Height for Width in layouts working

2008-12-02 Thread thron7
Hi Matt, > "library" : > [ >{ > "manifest" : "contrib://FlowLayout/trunk/Manifest.json", > "uri" : "../cache-downloads/FlowLayout/trunk" >}, >{ > "manifest" : "contrib://TileView/trunk/Manifest.json", > "uri" : "../cache-downloads/TileView/trunk" >} >

Re: [qooxdoo-devel] More on TileView contrib

2008-12-02 Thread Matthew Gregory
Andreas Ecker wrote: > Hi Matt, > > congrats, your TileView is really nice. :-) Thanks! > I'd suggest to file "real" bug reports into qooxdoo's Bugzilla. You can > easily reference other bugs in there, that either belong to the > framework or other contribs you might depend on. OK, I've done

Re: [qooxdoo-devel] More on TileView contrib

2008-12-02 Thread Matthew Gregory
Petr Kobalíc(ek wrote: > Hi Matthew, > > thank you for your work:) Your Welcome :) > Is any chance to use new implementation of heightForWidth before > friday ? This should enable scrollbars;) Yes this is now done. It took me a while to get it working, I had to setAllowShrinkY(false) for it wo

Re: [qooxdoo-devel] Managing resources using resourceUri

2008-12-02 Thread Amit Rana
Hi Thron, Sorry for the delay in my reply (got stuck up with some other pending issues) thron7 wrote: > > >> If I write #asset(qx/icon/${qx.icontheme}/16/actions/dialog-ok.png), >> it says qx.icontheme is undefined whereas I was hoping that it takes >> some default value (as Modern). >> >

Re: [qooxdoo-devel] Height for Width in layouts working

2008-12-02 Thread Matthew Gregory
Hi Fabian, Thanks for this, I think I might have found a bug in the framework though unless I've missed something. If I checkout from SVN I can see your change to the FlowLayout. However in my tileviewexample config.json I have this: "library" : [ { "manifest" : "contrib://FlowLayout/tr

Re: [qooxdoo-devel] New Properties' Validation and Data binding

2008-12-02 Thread Martin Wittemann
Hello, thanks for the interests in the data binding component. First of all to the questions of Guilherme: 1) The initial state will not be validate currently. Perhaps that will be changed later if it is necessary for the binding. But currently you can set an initial value via the init tag w

Re: [qooxdoo-devel] scroller won't put up scroll bars

2008-12-02 Thread Christian Schmidt
Hi Kenny, I have tested the code again and I found a solution to show the scroll bars. If you add the "allowShrinkX: false" and the "allowShrinkY: false" to the label, then the scroll bars a shown. I must admit that my experience with the layout mechanism are very low. I have to talk to Fabian

Re: [qooxdoo-devel] theme sharing ?

2008-12-02 Thread Alexander Back
Hi Petr, your theme looks very nice and it would be a great candidate for the qooxdoo-contrib project. I think this is the best way to share this theme with the qooxdoo community. If you need help at ramping up the project, let me know. cheers, Alex Petr Kobalíček wrote: > Hi list, > > I

Re: [qooxdoo-devel] Themes - Color variants

2008-12-02 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > Sorry, I submited it too early:) > > Question is, is this possible and how the generator will interpret it ? Theme classes have no dependencies to other classes than theirselves. So the generator only interpret/detect the theme because it is set with the setting