Re: [qooxdoo-devel] Override this.tr translations of contribs in the app using the contribs

2015-10-20 Thread Dietrich Streifert
In the current use case the libraries do not translate anything. The po files of the libraries do contain the "msgids" but the translation strings are empty. qx.locale.Manager.getInstance().addTranslation(locale, map) is called first in the constructor of the app mixin and that seems to work r

Re: [qooxdoo-devel] Any tips for vertical buttons in the left of TabView?

2015-10-20 Thread voger
On 14/10/2015 04:40 πμ, SQville wrote: > voger, > > I think it can be done. Instead of subclassing an entire widget try creating > a Mixin to add a new themable property to your label. > > I created this Mixin for you to start from: > https://github.com/sqville/sqv/blob/master/source/class/sqv/ui/b

Re: [qooxdoo-devel] Override this.tr translations of contribs in the app using the contribs

2015-10-20 Thread thron7
On Tue, Oct 20, 2015 at 12:50 PM, Dietrich Streifert < dietrich.streif...@googlemail.com> wrote: > Thank you Thomas, > > this way it would be able to use the po files created by generate.py > translation. Never thought about using this.tr in the map itself. Thank > your for the hint! > > But shoul

Re: [qooxdoo-devel] qx.io.remote.Request queued but not queued and qooxdoo hangs

2015-10-20 Thread Kenneth Tilton
Never mind. It finally occurred to me to try FireFox, and that still hangs but manages to output the last console logging and indeed I see the expected messages. Now exploring much further downstream. :) -kt On Tue, Oct 20, 2015 at 9:55 AM, Kenneth Tilton wrote: > Stack: > >1. Windows 7, se

[qooxdoo-devel] qx.io.remote.Request queued but not queued and qooxdoo hangs

2015-10-20 Thread Kenneth Tilton
Stack: 1. Windows 7, server and client, client talking to server as localhost 2. qooxdoo dsktop 5.0.1 just now downloaded 3. Chrome browser just updated 4. AllegroServe (Lisp) server Problem synopsis: remote table load request (and everything else) works for 98% of (it so happens) stu

Re: [qooxdoo-devel] Multiple errors when refreshing qooxdoo application in Firefox

2015-10-20 Thread deniska
Setting isLoadParallel to false definitely helped, with one side effect, namely: 012755 qx.core.Init: Load runtime: 12755ms But I guess it's someting I could live with. Thanks again, Dietrich! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Multiple-errors-when-refreshing-

Re: [qooxdoo-devel] Override this.tr translations of contribs in the app using the contribs

2015-10-20 Thread Dietrich Streifert
Thank you Thomas, this way it would be able to use the po files created by generate.py translation. Never thought about using this.tr in the map itself. Thank your for the hint! But shouldn't calling qx.locale.Manager.getInstance().addTranslation(locale, map) at some point after initializat

Re: [qooxdoo-devel] Generate.py ignoring tab-width setting

2015-10-20 Thread deniska
Whoops, never mind my previous post, there's no problem with python tools. Apparently "pretty" is the name of the job, so the correct format is: "pretty": { "pretty-print" : { "general" : { "indent-string" : "\t" } } }