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
"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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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,
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
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
17 matches
Mail list logo