Re: [qooxdoo-devel] colored rows in table based on row specific criteria

2011-10-19 Thread Derrell Lipman
On Wed, Oct 19, 2011 at 19:37, John de la Garza wrote: > On Thu, Oct 13, 2011 at 2:12 PM, Derrell Lipman > wrote: > > On Thu, Oct 13, 2011 at 16:17, John de la Garza wrote: > >> > >> I am using a remote table. I'd like to have rows colored based on > >> some rules I have. Any ideas on where t

Re: [qooxdoo-devel] question about qx.ui.tree.VirtualTree

2011-10-19 Thread rsantiagopaz
"Unfortunately, for the VirtualTree there is no parent navigation (maybe apart from ".openNodeAndParents"). All has to be done on the model. What you can do is get the model at the beginning, traverse it, and add parent references to each node you visit. When you then work with model nodes, you

Re: [qooxdoo-devel] colored rows in table based on row specific criteria

2011-10-19 Thread John de la Garza
On Thu, Oct 13, 2011 at 2:12 PM, Derrell Lipman wrote: > On Thu, Oct 13, 2011 at 16:17, John de la Garza wrote: >> >> I am using a remote table.  I'd like to have rows colored based on >> some rules I have.  Any ideas on where to look for docs on adding some >> code that lets the renderer change

Re: [qooxdoo-devel] Force image reload

2011-10-19 Thread Sebastien Valette
Hi, Le 19/10/2011 20:59, randylb a écrit : > Not finding success in any of the methods outlined. > > Trying to reload basic.image that sources a jpeg that has been replaced with > a different image but with the same name (same name is a requirement) > > so far I have tried setSource() to load a di

Re: [qooxdoo-devel] Force image reload

2011-10-19 Thread Eric
I've had this issue, but it was actually my httpd.  If you're using Apache2, try adding "EnableSendfile off" to httpd.conf.  References: http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile http://serverfault.com/questions/163894/file-change-on-a-lamp-development-server-not-taken-into-a

Re: [qooxdoo-devel] qooxdoo goes Git/Github

2011-10-19 Thread Greg Hellings
Will the qooxdoo-contrib project be making the same move at some point? --Greg On Tue, Oct 18, 2011 at 12:05 PM, thron7 wrote: > About: This only concerns people working with an SVN trunk checkout of > qooxdoo (as opposed to a downloaded SDK). > > Dear trunk users, > > as already announced in th

Re: [qooxdoo-devel] Force image reload

2011-10-19 Thread randylb
Not finding success in any of the methods outlined. Trying to reload basic.image that sources a jpeg that has been replaced with a different image but with the same name (same name is a requirement) so far I have tried setSource() to load a different image or a bogus image, bogus image with rand

Re: [qooxdoo-devel] Wrong date format for Locale

2011-10-19 Thread John Spackman
Hi Gabriel I want the framework to select the locale automatically based on the browser; you're right that en_GB != en_gb, it was case that caused the problem - when I changed the LOCALES to [ "en_gb" ] my browser's locale was picked up correctly. John On 19/10/2011 13:57, "Gabriel Munteanu" wr

Re: [qooxdoo-devel] Wrong date format for Locale

2011-10-19 Thread Gabriel Munteanu
Hi, try setting it explicitly. this is how i tried your situation: var locale = qx.locale.Manager.getInstance().getLocale(); this.debug("Locale=" + locale + ", dateFormat=" + qx.locale.Date.getDateFormat("short", locale)); qx.locale.Manager.getInstance().setLocale('en_GB'); locale = qx.locale.Mana

[qooxdoo-devel] Wrong date format for Locale

2011-10-19 Thread John Spackman
Hi, I can't get my app to use the correct date format for my locale; I've changed my "let" "LOCALES" to [ "en_GB" ], re-run generate.py, and in my app the locale changes correctly but the date format doesn't. EG this code: var locale = qx.locale.Manager.getInstance().getLocale(); this.debug("Loc

Re: [qooxdoo-devel] UploadMgr connection to Backend

2011-10-19 Thread randylb
Initially after the change I had a bit of an issue with my file renaming convention but as it turned out, the change allowed me to handle that more elegantly. Thanks for your help and for your work on this contrib...love it! Randy On 10/19/2011 2:36 AM, John Spackman-3 [via qooxdoo] wrote: >

Re: [qooxdoo-devel] Thank you and Qooxdoo has given me a good launch in life

2011-10-19 Thread Fritz Zaucker
Dear Kiran, one of the things I like is that Qooxdoo can be used for small and large applications. And I think having real-life examples of both is a good inspiration for others and helpful in promoting Qooxdoo. And, BWT, an ERP for "small scale industry" definitely fits my view of customers to t

Re: [qooxdoo-devel] Thank you and Qooxdoo has given me a good launch in life

2011-10-19 Thread kiran babu
Dear Fritz, Thank you. I am not sure my application is good enough to be put on qooxdoo site, its a Webbased ERP built for small scale industry with 100- 200 users spread across multiple geographical locations, not sure it fits in with your top class of applications. As you have mentioned i cant s

Re: [qooxdoo-devel] Thank you and Qooxdoo has given me a good launch in life

2011-10-19 Thread Fritz Zaucker
Dear Kiran, congratulations to your successful deployment! Would you share what you have done? If you can't publish the code, you could at least provide a real-life example at http://qooxdoo.org/community/real_life_examples Cheers, Fritz On Wed, 19 Oct 2011, kiran babu wrote: > Dear Qooxdoo Te

Re: [qooxdoo-devel] Thank you and Qooxdoo has given me a good launch in life

2011-10-19 Thread thron7
Hi Kibu, thanks for the compliments, and congrats to your product. Re. the PDF: Did you consider the PDF version of the manual [1]? It contains basically everything you are asking for (installtion, tutorials, ...). T. [1] http://manual.qooxdoo.org/1.5.x/qooxdoo.pdf On 10/19/2011 09:52 AM,

[qooxdoo-devel] Thank you and Qooxdoo has given me a good launch in life

2011-10-19 Thread kiran babu
Dear Qooxdoo Team, Today is the greatest day of my life and Qooxdoo made it happen, I have successfully built and sold my first product. I started my career as a junior developer and today i am building my own products. I have designed and developed the product on my own and its a great feeling, I

Re: [qooxdoo-devel] UploadMgr connection to Backend

2011-10-19 Thread John Spackman
Hi Randy Sorry if that's the case but it was only working because of a broken PHP sample code which should not have been there; I'm glad you found a workaround but the sample code has now changed to work according to the "spec" and you should find that the new sample is easy to implement, is clear