Re: [qooxdoo-devel] Qooxdoo - Jsqt

2013-02-19 Thread Burak Arslan
Hi Katy, First, please quit spamming me, once is enough. If I understand correctly, you're looking for a way to alter the behaviour of the jsqt-generated class. I've added an example on how you'd override parts of the jsqt-generated code without editing the generated file. It's using an objec

Re: [qooxdoo-devel] Qooxdoo - Jsqt

2013-02-19 Thread thron7
I'm afraid I'm not quite getting what you are after, but I'm also not familiar with jsQt. Burak, are you reading this?! T. > Hello .. > > My name is Katy oviedo > > I'm using an application called JsQt qooxdoo very interesting but do not > know how to access that file generated by a constructor

Re: [qooxdoo-devel] Using external library

2013-02-19 Thread Christopher Zündorf
Hi, i propose qx.bom.request.Script() for this purpose, just like in the Mobile Showcase "maps" example https://github.com/qooxdoo/qooxdoo/blob/master/application/mobileshowcase/source/class/mobileshowcase/page/Maps.js /** * Loads JavaScript library which is needed for the map. */

Re: [qooxdoo-devel] Build script Unexpected token var

2013-02-19 Thread thron7
> Thanks for the reply. > I've already built with format option equal to true and the result is: > > > > There is a syntax error on line: 14725 > > 14724: ;if(zE(zG))for(var i=0;i 14725: ;else for(var i=0;i 14726: ;} > > How can I fix tha

[qooxdoo-devel] Qooxdoo - Jsqt

2013-02-19 Thread Katy Oviedo
Hello .. My name is Katy oviedo I'm using an application called JsQt qooxdoo very interesting but do not know how to access that file generated by a constructor of Jsqt Qooxdoo, I mean better example my ui file ---> JSQT -> File qooxdoo.js (qt designer) my file qooxdoo.js not change because th

Re: [qooxdoo-devel] Using external library

2013-02-19 Thread Michael
Am 19.02.2013 17:10, schrieb Marc-André Dubois: > Hi, > > > > I have this javascript library : > http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/sha256.js > > I think you have to declare the external lib in the config.json or Manifest.json to be found. I have used qx-Dialog this

Re: [qooxdoo-devel] Private Properties Access

2013-02-19 Thread Marc-André Dubois
I found the answer. Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste -Message d'origine- De : Daniel Wagner [mailto:daniel.wag...@1und1.de] Envoyé : 19 février 2013 09:32 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Private Properties Access H

Re: [qooxdoo-devel] Use two blocker

2013-02-19 Thread Benjamin Dreux
Hi Since yesterday, i give it a try. At the moment it looks ok. For me it's working as expected. Regards 2013/2/18 Benjamin Dreux > Hi, > > I would like to have to blocker on my application. > On the Application there is a blocker that is used to make modal window. > > My issue is that i wan

Re: [qooxdoo-devel] Appearance animation

2013-02-19 Thread Michal Dvořák
Thank you for the response. There is no way to add css class to the widget by appearance atm, right? (in desktop) I have mixin that adds themable property cssClass, so i'll go with that, but haven't you considered adding something like that? I know appearance is all nice etc, but css is much faster

Re: [qooxdoo-devel] Private Properties Access

2013-02-19 Thread Daniel Wagner
Hi, by properties I assume you mean JavaScript properties, not qooxdoo properties, right? And I don't understand what you mean by internal methods. You can of course write public getters and setters for private members. Regards, Daniel On 02/19/2013 01:31 PM, Marc-André Dubois wrote: > Hi, > >

[qooxdoo-devel] Private Properties Access

2013-02-19 Thread Marc-André Dubois
Hi, I want to know what is the correct way to access to private properties. Can I use getter and setter in the internals methods of the class? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais).

Re: [qooxdoo-devel] Appearance animation

2013-02-19 Thread Martin Wittemann
Hey, is there a way to use animations in themes? No, thats currently not possible in themes. If i'd like to e.g. animate background color on mouse hover.. That is still possible with the animation layer as you can see in this code: var w = new qx.ui.core.Widget(); w.setBackgroundColo

Re: [qooxdoo-devel] Build script Unexpected token var

2013-02-19 Thread arsousa
Thanks for the reply. I've already built with format option equal to true and the result is: There is a syntax error on line: 14725 14724: ;if(zE(zG))for(var i=0;ihttp://qooxdoo.678.n2.nabble.com/Build-script-Unexpected-token-var-tp7

Re: [qooxdoo-devel] Scrolling in mobile browser of inline applications

2013-02-19 Thread Leo von Klenze
Hi Christopher, you can switch the following flag in your config.json and re-build your app: "qx.mobile.nativescroll" : true, That fixed my problem, thank you! Cheers, Leo On 02/18/2013 06:00 PM, Christopher Zündorf wrote: Hi Leo, you can switch the following flag in your config.js