Re: [qooxdoo-devel] Contributing to Documentation - Manual

2010-06-20 Thread Andreas Ecker
Hi Murtaza, just like to second Tobi and as is written in http://news.qooxdoo.org/manual-1-2-preview , "if you find yourself envisioning major modifications you can open a bug report and attach patch files, as with code issues." Please note this is for the future manuals starting with the next qoo

Re: [qooxdoo-devel] Manual 1.2-pre online

2010-06-20 Thread Fritz Zaucker
This is really great. I added some additional comments directly to the news page. Cheers, Fritz On Tue, 15 Jun 2010, thron7 wrote: > The 1.2 manual preview is online. See blog post: > http://news.qooxdoo.org/manual-1-2-preview > > T. > > --

Re: [qooxdoo-devel] RadioGroupBox sanity check

2010-06-20 Thread Kenneth Tilton
Kenneth Tilton wrote: > I have been fighting for a few hours with RadioGroupBox. > > (a) I had to bend a lot of code out of shape because they do not have a > model property. But maybe that is because... > > (b) sanity check: am I right that I cannot use these with > RadioButtonGroup as the m

[qooxdoo-devel] RadioGroupBox sanity check

2010-06-20 Thread Kenneth Tilton
I have been fighting for a few hours with RadioGroupBox. (a) I had to bend a lot of code out of shape because they do not have a model property. But maybe that is because... (b) sanity check: am I right that I cannot use these with RadioButtonGroup as the manager? Lots of evidence: the RadioGro

Re: [qooxdoo-devel] speed of development

2010-06-20 Thread flj
> What OS projects are you thinking of? For Python, Guido van Rossum is > "benevolent dictator for life", and last time I checked Linus Torvalds > still oversees the patches to the Linux kernel. Larry Wall probably has > the last word about core Perl, and Slava Pestov certainly determines the >

[qooxdoo-devel] Jspresso 3.5.0 introduces qooxdoo 1.1 support

2010-06-20 Thread Vincent Vandenschrick
Hi qooxdoo supporters, Just a quick message to inform you that Jspresso 3.5.0 has just been released with full support of qooxdoo 1.1 as one of its available UI engines. But before talking about Jspresso, let me thank the qooxdoo team as a whole (including contributo

Re: [qooxdoo-devel] Contributing to Documentation - Manual

2010-06-20 Thread murtaza52
Hello Tobi, Thanks for the information. Appreciate it. Murtaza -- View this message in context: http://qooxdoo.678.n2.nabble.com/Contributing-to-Documentation-Manual-tp5200436p5201834.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread b a
Tommy man .. you're like ... pure awesome man :) thanks ! On 6/20/10, thron7 wrote: > You can use the "settings" key in the config.json. Settings you define > this way are accessible in your Javascript code through qx.core.Setting. > Settings should take the form ".", e.g. "myapp.mysetting". > Se

Re: [qooxdoo-devel] playground remote table (Re: qx.ui.table.model.Remote::reloadData())

2010-06-20 Thread Tobias Oetiker
Hi Christian, Today panyasan wrote: > > Hi Tobi, > > unfortunately, the playground does not help when you're dealing with > contribs and backend data ... That's why we need an infrastructure for > contribs where you can actually test (simple) backends without having to > install them locally. ah

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3784 -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-table-model-Remote-reloadData-tp5200878p5201514.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 12:20, panyasan wrote: > > Derrell, you are my hero! ;-) > > there was a small typo in your code, but this works: > >reloadData : function() >{ > var blockConcurrentLoadRowCount = > this.getBlockConcurrentLoadRowCount(); > this.setBlockConcurrentLoadRowCo

Re: [qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread thron7
You can use the "settings" key in the config.json. Settings you define this way are accessible in your Javascript code through qx.core.Setting. Settings should take the form ".", e.g. "myapp.mysetting". See the docs for details. T. > hi, can I access the contents of config.json from within qooxdo

Re: [qooxdoo-devel] playground remote table (Re: qx.ui.table.model.Remote::reloadData())

2010-06-20 Thread panyasan
Hi Tobi, unfortunately, the playground does not help when you're dealing with contribs and backend data ... That's why we need an infrastructure for contribs where you can actually test (simple) backends without having to install them locally. C. -- View this message in context: http://qooxdo

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Derrell, you are my hero! ;-) there was a small typo in your code, but this works: reloadData : function() { var blockConcurrentLoadRowCount = this.getBlockConcurrentLoadRowCount(); this.setBlockConcurrentLoadRowCount(false); this.base(arguments); this.setBlockCon

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread Tobias Oetiker
Today Guilherme Aiolfi wrote: > That's something the core team will have to answer. > > Usually I don't see examples in the API documentation, so I would expect it > to be in the tutorial. yes there are nice examples in the api browsers (I think it would be cool if there were more of thees ... )

[qooxdoo-devel] playground remote table (Re: qx.ui.table.model.Remote::reloadData())

2010-06-20 Thread Tobias Oetiker
A playground remote table example might make the research simpler ... http://tinyurl.com/3ypv798 ps: maybe a nice addition to the demo browser OR the playground ... cheers tobi Today panyasan wrote: > > Ok, I have added a demo called "tabledemo" to the VirtualData contrib. If you > build it in

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread Guilherme Aiolfi
That's something the core team will have to answer. Usually I don't see examples in the API documentation, so I would expect it to be in the tutorial. On Sun, Jun 20, 2010 at 4:02 AM, murtaza52 wrote: > > Hello Krycek, > > Thanks for your reply. It illustrated the possibilities very well. > > I

Re: [qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread Jim Hunter
If you are talking about using the values from within the client then you have to use HTML5 Local Storage and you are going to find that the support for this varies between browsers. Short of HTML5 your only other choice is Google Gears. Accessing the file system, up until HTML5, from the client wa

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Ok, I have added a demo called "tabledemo" to the VirtualData contrib. If you build it in source mode and adapt the "require_once" path in services/index.php to a RpcPhp 1.2.0 installation, the demo should work. It should run without problems out of the box. However, if you change file source/cla

[qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread b a
hi, can I access the contents of config.json from within qooxdoo or is config.json just to be used by the python generate.py script ? I'm writing something and I want to store some settings on disk so it will be able to use them. that's because I need to use them from somewhere else as well. what f

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 10:33, panyasan wrote: > > Hi Derrell, > > Thank you for your quick reply. In my app, I have a "reload" button to > reload the remote table. I just tested it again. If I don't override the > method as described in my last message, It won't reload the tabe when > calling re

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Hi Derrell, Thank you for your quick reply. In my app, I have a "reload" button to reload the remote table. I just tested it again. If I don't override the method as described in my last message, It won't reload the tabe when calling reloadData() - it won't do anything, and I had traced the probl

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 08:04, panyasan wrote: > > Hi, > > I am using the remote table model in the virtual data contrib and ran into > the problem that the reloadData() method would not work in some situation > unless I set this.__loadRowCountRequestRunning to false by overriding the > method:

[qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Hi, I am using the remote table model in the virtual data contrib and ran into the problem that the reloadData() method would not work in some situation unless I set this.__loadRowCountRequestRunning to false by overriding the method: qx.Class.define("virtualdata.model.Table", { extend : qx.u

Re: [qooxdoo-devel] about the upload widget ...

2010-06-20 Thread panyasan
Yes, please move the current code to 0.3 so that we only need to adapt the config.json's library section and everything keeps working. Thanks, Christian -- View this message in context: http://qooxdoo.678.n2.nabble.com/about-the-upload-widget-tp5200577p5200862.html Sent from the qooxdoo mailin

[qooxdoo-devel] [Feature request] Tree - icon and open-icon

2010-06-20 Thread Petr Kobalíček
Hi devs, Is it possible to include also openIcon name in the AbstractTreeItem class in the future? Currently this is solved using appearance, but I don't like this way and it not fits into the application I'm working on (it's quite dynamic UI). -- Best regards - Petr Kobalicek

Re: [qooxdoo-devel] about the upload widget ...

2010-06-20 Thread Petr Kobalíček
Hi Tobi, thanks for your work on this! -- Best regards - Petr Kobalicek On Sun, Jun 20, 2010 at 11:21 AM, Tobias Oetiker wrote: > about the upload widget ... I have now rewritten the beast in more > proper qooxdoo 1.1 style ... with childcontrols and such ... and > also

[qooxdoo-devel] about the upload widget ...

2010-06-20 Thread Tobias Oetiker
about the upload widget ... I have now rewritten the beast in more proper qooxdoo 1.1 style ... with childcontrols and such ... and also gotten rid of a lot of 'odd' code ... I have also modified the api a bit, since FieldValue seemd to be a rather odd name for something which is actually the File

Re: [qooxdoo-devel] Contributing to Documentation - Manual

2010-06-20 Thread Tobias Oetiker
Hi Murtaza, you may have noticed, that the qooxdoo developers are moving the documentation from docuwiki to a file based system. See http://manual.qooxdoo.org/1.2-pre/ the sources for these manuals are in https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/documentation/manual the

[qooxdoo-devel] Contributing to Documentation - Manual

2010-06-20 Thread murtaza52
Hi, I am newbie to Qooxdoo. While going through the manual I see many places which can be augmented by examples, or clearer explanations. Concepts that may be obvious to a seasoned user, are cryptic to a user just starting off. I would like to beef of such explanations if and when needed. Is

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread murtaza52
Hello Krycek, Thanks for your reply. It illustrated the possibilities very well. Is it possible to include your example in the API documentation or the tutorial, so that others like me also benefit? Thanks, Murtaza -- View this message in context: http://qooxdoo.678.n2.nabble.com/setColumnF