Re: [qooxdoo-devel] how do I dispose a qx.ui.window.Window in qx 3.0.1?

2013-11-28 Thread Marc Puts
the layouting system. Regards, Marc On 28-11-13 12:54, Dietrich Streifert wrote: > as per a simple code review the destructur of qx.ui.window.Window should be: > > /* > * >

Re: [qooxdoo-devel] Using source version with a web server (qx resources issue)

2013-05-13 Thread Marc Puts
ath to the app is, because the qooxdoo sdk is always available at an absolute path (/usr/lib/qooxdoo-2.1-sdk). I hope this helps. Regards, Marc On 13-05-13 01:48, rips...@hushmail.com wrote: Hi, I am developing a qooxdoo desktop GUI that is an integral part of bigger enterprise applicat

Re: [qooxdoo-devel] About accessing parameter

2013-05-06 Thread Marc Puts
You can access idx straight away, no extra work required :) On 06-05-13 16:14, fei wang wrote: Hi, Any one can help me about accessing function parameter ? I have the follow function. requsetProject : function(pid, idx) { var req = new qx.io.request.Xhr("/hrm/services/Act

Re: [qooxdoo-devel] Is there a widget like 'collapsible' in desktop widgets?

2013-05-02 Thread Marc-André Dubois
Hi, You can use qx.ui.mobile.container.Collapsible Documentation for this class is not available in web API… Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : fei wang [mailto:wang...@romeo-foxtrot.com] Envoyé : 2 mai 2013 07:11 À : qooxdoo Development Objet : [qooxdoo

[qooxdoo-devel] Property Check validation

2013-04-18 Thread Marc-André Dubois
Hi, I receive from my Java server many Long value In my properties of my object, what value do I need to put in the Check property? Integer or Number? Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature

Re: [qooxdoo-devel] TypeError: bp is null

2013-04-18 Thread Marc Puts
renaming them to a shorter name, to produce a smaller script. The source version doesn't have this optimization, that's why your code works in the source version, even though it's still wrong. Regards, Marc On 18-04-13 15:36, Tobias Koller (GERMO GmbH) wrote: Hi, I have a problem

[qooxdoo-devel] JSON Serialization and deserialization

2013-04-17 Thread Marc-André Dubois
8.979+" Both of this raise exception on deserialization methode when JSON try to set Date properties in my Qooxdoo app. What can I do for correct the problem. I’ll probably have to path serialization to… Marc-André Dubois madub...@lanauco.com Programmeur-Analyste D

Re: [qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object

2013-03-08 Thread Marc-André Dubois
Someone has an idea? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 5 mars 2013 15:10 À : qooxdoo-devel@lists.sourceforge.net Objet : [qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object Hi

[qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object

2013-03-05 Thread Marc-André Dubois
t; : "" } }, { "concreteClass" : "keystone.core.security.models.Permission", "id" : "270a0ec3-5d9c-4cfe-9f0c-214b0e5088a2", "version" : 1360718975541, "deleted" : false, "permissionKey" :

[qooxdoo-devel] Offline store

2013-02-25 Thread Marc-André Dubois
ed"id"permissionList"userDescr iptor"version How can I cast the result in com.lanauco.mobile.core.security.model.Session() Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 45

Re: [qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-25 Thread Marc-André Dubois
I found solution for my problem! I develop for mobile but I test in Chrome. So, with de Run command: chrome.exe --disable-web-security, Header request injection work well and on mobile, it's working to... Thank you and have a nice day. Marc-André Dubois madub...@lanauco.com Progra

Re: [qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-22 Thread Marc-André Dubois
param are in Form Data and it's a problem to retrieve them on the server side... Do you have any idea how to do that? Any workaround? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste -Message d'origine- De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 22

Re: [qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-22 Thread Marc-André Dubois
Initialy, it was "*" I used but I switched for origin value in HeadersRequest for testing... Now we are looking to swith the headersRequestParam by QueryParam but in POST request, queryParm are replaced by FormParam... Marc-André Dubois madub...@lanauco.com Programmeur-Analyste --

Re: [qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-22 Thread Marc-André Dubois
but if I add Customs Headers I have error: XMLHttpRequest cannot load http://mail.lanauco.com:11162/services/secured/logout?nocache=136153859699 0. Origin http://mail.lanauco.com:8080 is not allowed by Access-Control-Allow-Origin. So, I have no other option to send custom data to header? It&#

Re: [qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-21 Thread Marc-André Dubois
server try to read customs params in header. I need this param to process my request. How can I force this param in the request header? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste -Message d'origine- De : Richard Sternagel [mailto:richard.sterna...@1und1.de] Envoyé

Re: [qooxdoo-devel] qx.data.marshal.Json with delegate

2013-02-21 Thread Marc-André Dubois
I replaced eval function by JSON.parse an it’s better…. Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 21 février 2013 12:19 À : 'qooxdoo Development' Objet : Re: [qooxdoo-devel] qx.data.marshal.Json wit

Re: [qooxdoo-devel] qx.data.marshal.Json with delegate

2013-02-21 Thread Marc-André Dubois
Finaly, I found the problem : Jsonp request convert joson in object With Xhr, we need to change req.getResponse() by eval('(' + req.getResponse()+ ')') Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com]

[qooxdoo-devel] qx.data.marshal.Json with delegate

2013-02-21 Thread Marc-André Dubois
eMap"permissionKey"version': return function(){return new com.lanauco.mobile.core.security.model.Permission();}; break; case 'en"fr': return function(){return new com.lanauco.m

Re: [qooxdoo-devel] Jsonp vs Xhr

2013-02-20 Thread Marc-André Dubois
361385542434. Origin null is not allowed by Access-Control-Allow-Origin. Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 20 février 2013 13:23 À : 'qooxdoo Development' Objet : Re: [qooxdoo-devel] Jsonp vs

Re: [qooxdoo-devel] Jsonp vs Xhr

2013-02-20 Thread Marc-André Dubois
I tried to access to server started on other computer with 192.168.0.105 address I have the same result Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Mustafa Sak [mailto:mustafa@1und1.de] Envoyé : 20 février 2013 13:15 À : qooxdoo Development Objet : Re: [qooxdoo

[qooxdoo-devel] Jsonp and Xhr request - Request Header

2013-02-20 Thread Marc-André Dubois
ari/537.17 Accept-Encoding: gzip,deflate,sdch Accept-Language: fr,fr-FR;q=0.8,en-US;q=0.6,en;q=0.4 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Query Query String Parameters nocache:1361383565534 callback:callback Application-Key:88363a0d-81fe-48f5-9e9f-23b01cab118e Session-Id:e4c6ce3c-e

Re: [qooxdoo-devel] Jsonp vs Xhr

2013-02-20 Thread Marc-André Dubois
361382996223 HTTP/1.1 Origin: null User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17 Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 20 février

Re: [qooxdoo-devel] Jsonp vs Xhr

2013-02-20 Thread Marc-André Dubois
Ok and how can get the dump of my request header data? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Mustafa Sak [mailto:mustafa@1und1.de] Envoyé : 20 février 2013 11:47 À : qooxdoo Development Objet : Re: [qooxdoo-devel] Jsonp vs Xhr Hi Marc, could you please

[qooxdoo-devel] Jsonp vs Xhr

2013-02-20 Thread Marc-André Dubois
://localhost:11162/[...] . Origin null is not allowed by Access-Control-Allow-Origin. What can I do for correct this? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 450.831.5151 p.261 450.839.1103 (Fax

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 A

[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] How to add new item to qx.data.marshal.Json.createModel(def.model)

2013-02-14 Thread Marc Puts
] http://demo.qooxdoo.org/current/apiviewer/#qx.data.marshal.IMarshalerDelegate Regards, Marc On 14-02-13 11:07, baskar wrote: > Hi, > I want to change/update a model in run time which is created with > qx.data.marshal.Json.createModel(def.model) function. > > How to do it? de.

[qooxdoo-devel] JSON call

2013-01-25 Thread Marc-André Dubois
Hi, I need to know if qooxdoo support json call for GET, POST, PUT and DELETE I know it’s working for GET and POST but for PUT and DELETE? Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261

Re: [qooxdoo-devel] initializiation of static members

2012-12-14 Thread Marc Puts
Hi Michael, Did you try running the generator (./generate.py) again? Regards, Marc On 12/14/2012 11:01 AM, Michael wrote: > Hi, > > I wanted some ListItems of my SelectBox to be static members, so they > are generated only once. > But this does not work: > > statics: {

Re: [qooxdoo-devel] Bug since update of bug

2012-12-10 Thread Marc-André Dubois
A ./generate.py source following a .\generate.py distclean has solved de problem Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Christopher Zündorf [mailto:christopher.zuend...@1und1.de] Envoyé : 10 décembre 2012 09:23 À : qooxdoo Development Objet : Re

[qooxdoo-devel] Bug since update of bug

2012-12-10 Thread Marc-André Dubois
) com.lanauco.mobile.js:201 Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 450.831.5151 p.261 450.839.1103 (Fax) Web : <http://www.lanauco.com/> http://www.lanau

Re: [qooxdoo-devel] event properties

2012-12-07 Thread Marc-André Dubois
I found the solution I don’t have to declare a method but I need to add a listener to in my class for grab my event. Event raise an event and apply call a method Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 6

[qooxdoo-devel] event properties

2012-12-06 Thread Marc-André Dubois
events: { "_eventChildrens" : "qx.event.type.Data" }, properties : { childrens:{ check: "qx.data.Array", init: new qx.data.Array(), event: "_eventChildrens"

Re: [qooxdoo-devel] Sorting problem

2012-12-06 Thread Marc-André Dubois
. Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 6 décembre 2012 08:06 À : qooxdoo-devel@lists.sourceforge.net Objet : [qooxdoo-devel] Sorting problem Hi, I think I found a bug but I want a confirmation before creating

[qooxdoo-devel] Sorting problem

2012-12-06 Thread Marc-André Dubois
of the qx.ui.mobile.list.List Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 450.831.5151 p.261 450.839.1103 (Fax) Web : <http://www.lanauco.com/> http://www

Re: [qooxdoo-devel] Deployment changes

2012-12-04 Thread Marc-André Dubois
… Thank you and have a nice day! Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : thron7 [mailto:thomas.herchenroe...@1und1.de] Envoyé : 4 décembre 2012 11:31 À : qooxdoo Development Objet : Re: [qooxdoo-devel] Deployment changes On 12/04/2012 04:58 PM, Marc-André Dubois

[qooxdoo-devel] Deployment changes

2012-12-04 Thread Marc-André Dubois
Hi, I need to understand how deployment changes are working. Some changes I requested were made on master version and other changes on 2.1.x version. How can I use all this changes? Thank you Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description

Re: [qooxdoo-devel] Data binding question

2012-11-30 Thread Marc Puts
On 11/28/2012 10:52 PM, angelo wrote: > BTW - is this playground >

Re: [qooxdoo-devel] Crash in _applyCursor in widget

2012-11-30 Thread Marc Puts
using your error. General rule of thumb: call destroy() on widgets, call dispose() on non-widgets. Regards, Marc On 11/30/2012 12:02 PM, Tim van Oijen wrote: Hi, We have noticed a strange (asynchronous?) issue in qx.ui.core.widget, while setting the mouse-cursor style and “simultane

Re: [qooxdoo-devel] Too many resources (build)

2012-11-30 Thread Marc Puts
Hi Peter, I don't know what causes your issue, but git has a very nice command that you can use to find which commit to blame: git bisect [1] Maybe that will help you pinpoint the problem. [1] http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search Regards, Marc On 11/30

Re: [qooxdoo-devel] wanted : scroll bars for list that contains label and text elements

2012-11-30 Thread Marc Puts
Hi Raymond, You can place your widgets into a scroll container (qx.ui.container.Scroll) to do that. Regards, Marc On 11/29/2012 09:45 PM, qdev wrote: > Hi, > > I am on the way to develop a core app. I need to display a rather long > list of labels and text fields in a page. T

Re: [qooxdoo-devel] qx.ui.mobile.page.manager - Back button display on master page in protrait mode

2012-11-27 Thread Marc-André Dubois
But if you check Native Mail Application on a iPad, navigation button is enable on master page in portrait mode. Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Christopher Zündorf [mailto:christopher.zuend...@1und1.de] Envoyé : 27 novembre 2012 09:45 À : qooxdoo Development

[qooxdoo-devel] qx.ui.mobile.page.manager - Hidden Master page

2012-11-27 Thread Marc-André Dubois
display like normal. It has a method to do that? Thank you and have a nice day Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 450.831.5151 p.261 450.839.1103 (Fax) Web : <h

[qooxdoo-devel] qx.ui.mobile.page.manager - Back button display on master page in protrait mode

2012-11-27 Thread Marc-André Dubois
Hi, When tablet mode is enabled in qx.ui.mobile.page.manager, if master page is in portrait mode, Back button isn't displayed. Is it I don’t seen something in the doc or it’s a bug? Thank you and have a nice day? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Descri

Re: [qooxdoo-devel] Problem with qx.ui.form.DateField() vs qx.lang.Json.stringify()

2012-11-26 Thread Marc Puts
f the string). When it's midnight Nov 23 in SE Asia (+07:00), it's still Nov 22 17:00 in Zulu time (+00:00), because it's 7 hours earlier there and not yet past midnight. Regards, Marc On 11/26/2012 11:03 AM, ?a(ng Khoa Tra^`n Quang wrote: Hi Qooxdoo team, I

[qooxdoo-devel] Transition Animation

2012-11-23 Thread Marc-André Dubois
workaround or it’s not possible to have transition animation on tablet? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste Description : Lanauco_logo_couleur_long Signature 1.877.881.5151 p.261 (sans frais). 450.831.5151 p.261 450.839.1103 (Fax) Web : <http://www.lanauco.

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-21 Thread Marc Puts
asTheCleanField, arguments); }, false); But the first method looks much cleaner. If you are unfamiliar with this technique then it might be helpful to read about the call and apply methods of javascript: http://vikasrao.wordpress.com/2011/06/09/javascripts-call-and-apply-methods/ Hoping this h

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-21 Thread Marc Puts
it does, you can start eliminating pieces of code one at a time to find which part is causing the issue... Regards, Marc On 11/21/2012 04:04 PM, 689137 wrote: > Marc, > > here is the part of the code related

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-21 Thread Marc Puts
Can you show some more of your code? (e.g. the entire class or at least the relevant methods / fields) Maybe then we can find the problem. Regards, Marc On 11/20/2012 11:00 PM, 689137 wrote: > Marc, > > thank you for your reply. > I tried adding listener as you advised to this,

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-20 Thread Marc Puts
ject" fires the "close" event, the close method is run. Now you can use this._var like in your example, because in the close method, "this" will refer to the entire object.   Regards, Marc   -Original message- To:qooxdoo-devel@lists.sourceforge.net; From:689137 <

Re: [qooxdoo-devel] SingleValueBinding: Converter not called when property chain breaks

2012-10-05 Thread Marc Puts
Thanks, Dietrich. I opened a bug report: http://bugzilla.qooxdoo.org/show_bug.cgi?id=6880 I took the liberty of also adding your reply to the bug report. Regards, Marc On 10/04/2012 04:49 PM, Dietrich Streifert wrote: > I'm observing the same misbehaviour (or bug). > > I&#x

Re: [qooxdoo-devel] Constructor error

2012-08-15 Thread Marc Puts
Hi Kay, Did you run the generator (./generate.py source)? This error typically happens if you forget to do that after including a new class, because the class won't be loaded then. Regards, Marc On 08/15/2012 11:31 AM, kay wrote: > Hi There > > I have a construcotr defined alrea

Re: [qooxdoo-devel] Desktop app layout question

2012-07-31 Thread Marc Puts
to display the toolbar and/or table, it will display scrollbars as needed.   Regards, Marc   -Original message- To:qooxdoo-devel@lists.sourceforge.net; From:Elemer Sent:Tue 31-07-2012 16:12 Subject:[qooxdoo-devel] Desktop app layout question Hi, My application layout is similar to

Re: [qooxdoo-devel] Bug: Indigo Input Elements in a Grid Layout

2012-07-22 Thread Marc
Done ;) http://bugzilla.qooxdoo.org/show_bug.cgi?id=6659 Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Bug-Indigo-Input-Elements-in-a-Grid-Layout-tp7580710p7580712.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] VirtualComboBox converting values

2012-07-08 Thread Marc Puts
Could someone shed some light on this one, please? (I think this one is for Martin?) We expect it to be a bug, but it could be that we're doing something wrong. Thanks, Marc On 07/05/2012 06:20 PM, marv wrote: > Hi, > > In de virtualComboBox class the following funct

Re: [qooxdoo-devel] How to set Scroll container width and height to 100%

2012-04-21 Thread Marc
I had this problem a few month too, but i found a solution: http://qooxdoo.678.n2.nabble.com/Scroll-and-100-height-td7197903.html#a7210478 -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-set-Scroll-container-width-and-height-to-100-tp7454522p7488030.html Sent from the qo

Re: [qooxdoo-devel] Call qooxdoo function from jquery callback function

2012-03-28 Thread Marc Puts
end draggable } In the second version, "this" in the stop function refers to the qooxdoo object, while in the first version it does not. Regards, Marc On 03/28/2012 04:40 PM, schnatter wrote: > Hi everybody, I have 2 qooxdoo functions test and load. Load is called >

Re: [qooxdoo-devel] Qooxdoo has any support for canvas, like a canvas library?

2012-03-27 Thread Marc Puts
Maybe SVG instead of canvas is an option for you, as it has all those features? http://qooxdoo.org/contrib/project/svg On 03/26/2012 01:24 PM, totty wrote: > In order to draw objects, listen to events for clicks, mouseovers and so on? > (crossbrowser) > thanks > > -- > View this message in cont

Re: [qooxdoo-devel] How to make widget take up 100% of space in Page

2012-03-06 Thread Marc Puts
Hi Scott, You can use the Grow layout on the Page (qx.ui.layout.Grow). Then you don't have to specify the size of the widget, it will automatically grow to the size of the Page. Regards, Marc On 03/06/2012 10:19 PM, Scott Chapman wrote: > I have a Page > > q

Re: [qooxdoo-devel] Build broken - How to debug?

2012-02-27 Thread Marc Puts
Hi Christof, Great to hear you found the problem. But I'm puzzled... wouldn't accessing a non-existing object member cause a javascript error in the console, even in the build version? On 02/27/2012 02:30 PM, Christof Rodejohann wrote: > Hi, > > thank you all for your help. It was like Fritz su

Re: [qooxdoo-devel] remove Listener`?

2012-02-23 Thread Marc Puts
On 02/23/2012 01:11 PM, smisonli...@googlemail.com wrote: > what ist the id of the listener? The listener id is returned by the addListener function. var listenerId = this.widgets["datum"].addListener("changeValue", this.loadShopData, this); this.widgets["datum"].removeListenerBy Id(listenerId

Re: [qooxdoo-devel] CKEditor / qooxdoo integration

2012-02-06 Thread Marc
looks very interesing, is there a change to see the ckeditor in the next qooxoo main version "officially"? ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/CKEditor-qooxdoo-integration-tp7198793p7258016.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Button Text should no more centered vertical

2012-02-03 Thread Marc
rY Attribute for Atoms/Buttons. Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Button-Text-should-no-more-centered-vertical-tp7241485p7250345.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Button Text should no more centered vertical

2012-01-31 Thread Marc
Hey Guys, I created some Buttons. I dont want that the text is centered vertical or horizontal. I though that this should be no problem, but I was wrong. The API said for the attribute "center": "Whether the content should be rendered centrally when to much space is available. *Affects both axi

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-21 Thread Marc
Hi Jagget, sorry, I forget about that some users my use this "forum" as a mailing-list with plain-text Hoverever, I find a solution and I want tho share it with you. First, I played with the source code from the Qooxdoo Widget Browser and I fount out that Widget Browser solution is far away fro

Re: [qooxdoo-devel] Qooxdoo simple grapics

2012-01-19 Thread Marc Puts
Hi Vladimir, Did you have a look at the html Canvas (qx.html.Canvas) instead? Regards, Marc On 01/19/2012 12:30 PM, Vladimir Lipets wrote: > Hi Robert, > > thank you for this response. > > We checked out SVG, it seems that it is to much for our case. > We just need an abili

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Marc
a frontend Developer, so I'm thinking in CSS ;) ). Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scroll-and-100-height-tp7197903p7202990.html Sent from the qooxdoo mailing list archiv

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Marc
was my problem ;) Does someone know why the qx.ui.core.Widget does such strange things? I expected that it woul be working with only a height or at last even just the maxHeight... Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scroll-and-100-height-tp7197903p72

Re: [qooxdoo-devel] Community poll: Pretty-printing

2012-01-18 Thread Marc Puts
ol on the code formatter. See [1] for an example. It might be useful for inspiration. Of course, the more control we can get, the better. But I only mentioned the braces because the pretty printer already does everything else pretty much the way I want! (After disabling docblock creation, that is)

[qooxdoo-devel] Scroll and 100% height

2012-01-17 Thread Marc
entArea gets the full hight of 400px (or whatever). But if shrink the Browser Window no Scollers appear? Some suggestions? Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scroll-and-100-height-tp7197903p7197903.html Sent from the qooxdoo mail

Re: [qooxdoo-devel] Community poll: Pretty-printing

2012-01-17 Thread Marc Puts
Hi Thomas, On 01/17/2012 04:31 PM, thron7 wrote: > Marc, thanks. Bug #5424 has been fixed, but you are probably referring > to the other issue you mentioned in a comment there, where comments are > moved outside their lexical block. Fortunately, Christian has meanwhile > opened a

Re: [qooxdoo-devel] Community poll: Pretty-printing

2012-01-17 Thread Marc Puts
[ ] I don't use pretty-printing, and don't intend to. [ ] I use it with its default settings. [ ] I change the indent width. [ ] I change the placement of curly braces (next line, with indent, ...). [ ] I change the columns where line comments ("// ...") are positioned. [x] I change the insertion o

Re: [qooxdoo-devel] svg drag and shape selection

2012-01-04 Thread Marc Puts
On 01/04/2012 02:46 AM, Marc Puts wrote: > As for selecting a shape by clicking on it, I think that requires a tiny bit > of qooxdoo magic that I'll post tomorrow, when I'm back at my development > pc. > And here's the promised example of how to get back the shape

Re: [qooxdoo-devel] svg drag and shape selection

2012-01-03 Thread Marc Puts
Oops, there was an error in my code. The last line should be:    var draggable = new svg.behavior.PatchedDraggable(PV, translationForDragging);   -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a compl

Re: [qooxdoo-devel] svg drag and shape selection

2012-01-03 Thread Marc Puts
ds.MTransform mixin. (The original class does not have that limitation). But the basis shapes already do that, so that shouldn't be a problem in your case. :-) As for selecting a shape by clicking on it, I think that requires a tiny bit of qooxdoo magic that I'll post tomorrow, when I'm b

Re: [qooxdoo-devel] qooxdoo and svg transformation

2012-01-03 Thread Marc Puts
The first argument of Translate is an svg element, but it is not the element that will be transformed. It's only needed when you use matrix notation, which you most likely won't need. So in your case you can set it to null. The correct way to do what you wan

Re: [qooxdoo-devel] How to access the classname of a widget?

2011-12-23 Thread Marc Puts
efore ok to use. The properties that you should stay away from are prefixed with $$. Those are qooxdoo internals. And of course, only touch the _ and __ (private and protected) members where normal OO rules allow it. But that

Re: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug.

2011-12-21 Thread Marc Puts
Firebug has soms options like 'break on JavaScript error' and such. Maybe it's breaking on that? -Oorspronkelijk bericht- Van: Scott Chapman Verzonden: 21-12-2011 2:20 Aan: qoxdoo-devel Onderwerp: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug. I'm using Firefo

Re: [qooxdoo-devel] How to tell if tree node clicked on is a leaf or not?

2011-12-20 Thread Marc Puts
It's probably easier than you think. :) var treeItem = e.getTarget(); if (treeItem instanceof qx.ui.tree.TreeFolder) { //treeItem is not a leaf } else if (treeItem instanceof qx.ui.tree.TreeFile) { //treeItem is a leaf } -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-

Re: [qooxdoo-devel] Poll: Usage of Demo Browser

2011-12-16 Thread Marc Puts
access to the classes provided by a library (in my case the svg contrib). Regards, Marc -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It

Re: [qooxdoo-devel] Connection reset by peer of contribution code at sourceforge

2011-12-14 Thread Marc Puts
Bug #4740 [1] deals with this, by the way. http://bugzilla.qooxdoo.org/show_bug.cgi?id=4740 On 12/14/2011 12:42 PM, Marc Puts wrote: > It's a known problem and it's caused by sourceforge which at times is > very unstable. I don't think there's much the qooxdoo team

Re: [qooxdoo-devel] Connection reset by peer of contribution code at sourceforge

2011-12-14 Thread Marc Puts
ibs manually and use the local copy as a library. Regards, Marc On 12/14/2011 10:46 AM, omrihar wrote: > It happened to me a few times as well. I simply re-ran the generator until it > worked. > You can also, as a temporary fix, redefine your config.json to point to the > locally a

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-13 Thread Marc Puts
On 12/13/2011 02:53 PM, omrihar wrote: > I have created a group with several elements and added it to the main svg > object. > I am now trying to modify the group (i.e. remove it or its children from the > svg and recreate it with different content) - however I am unable to remove > the group. > I

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-13 Thread Marc Puts
7;s rendering engine should automatically update the graphic every time there's a change to the dom. Regards, Marc -- Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Dri

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-12 Thread Marc Puts
,50) (50,50) Now you set x and y on the group to move the center of the rectangle around, along with its corners. To move the top left instead of the center, just add 50 to all coordinates in my example above. Using the group is not required, but I just wanted

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-12 Thread Marc Puts
;70%", "stop-color" : "yellow" }); defs.add(grad); grad.add(stop1); grad.add(stop2); svgWidget.getSvg().add(defs); Now the gradient is available to your rectangle to use as paint: rectangle.setFill(grad); I hope this helps. :) [1] http://www.w3.org/TR/SVG/intera

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-12 Thread Marc Puts
convert between US coordinates and pixels, you can use the helper functions in svg.coords.Convert. Regards, Marc -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure tr

Re: [qooxdoo-devel] Canvas vs. SVG

2011-12-12 Thread Marc Puts
using SVG. It is probably much more lightweight than using widgets for the drawing part, and it features all basic mouse events. Things like moving and resizing should be relatively easy to do with it. For moving, there is a b

Re: [qooxdoo-devel] Converting a project in qooxdoo-contrib to an independent git repository

2011-12-12 Thread Marc Puts
Thank you, Derrell, for taking the time to document this. I'm planning to do the same with the SVG contrib soon, as it's the only project on my system that's still in SVN. Your pointers are likely to save me quite some time. :) Cheers, Marc On 12/12/2011 03:27 AM, Derre

Re: [qooxdoo-devel] slowdown the browser?

2011-11-25 Thread Marc Puts
; >> Sounds like your app may have some memory leaks. You should probably >> check your destructors. >> >> Qooxdoo has some features that can help you finding leaks. Did you have >> a look at [1]? >> >> [1] >> http://manual.qooxdoo.org/current/pages/de

Re: [qooxdoo-devel] slowdown the browser?

2011-11-24 Thread Marc Puts
Sounds like your app may have some memory leaks. You should probably check your destructors. Qooxdoo has some features that can help you finding leaks. Did you have a look at [1]? [1] http://manual.qooxdoo.org/current/pages/development/memory_management.html Marc On 11/24/2011 12:07 PM

Re: [qooxdoo-devel] qooxdoo time

2011-11-07 Thread Marc Puts
Hi, Not sure if this is your problem, but the following threads may cover your question: http://qooxdoo.678.n2.nabble.com/Stop-running-this-script-alert-in-IE-8-td6814731.html http://qooxdoo.678.n2.nabble.com/qooxdoo-your-script-is-running-too-slowly-td5733059.html Regards, Marc On

Re: [qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-11 Thread Marc
Hi Chris and Gabriel, thank you for your help. @Chris our workaround works like a charme ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Warning-There-is-no-event-handler-for-the-event-keydown-on-target-object-HTMLDocument-tp6878736p6882712.html Sent from the qooxdoo mailin

Re: [qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-11 Thread Marc
evil keyboard... *Y*our not our ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Warning-There-is-no-event-handler-for-the-event-keydown-on-target-object-HTMLDocument-tp6878736p6882715.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-10 Thread Marc
Hi, I use Qooxdoo "native" instead of JQUERY, because of the OOP. The followig code seems working on the source version, but not on the build version: this._events["actionByKey"] = {}; this._events["actionByKey"]["element"] = window.document; this._events["actionByKey"]["id"] = qx.bom.Element.ad

Re: [qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-10 Thread Marc
Im using Qooxdoo 1.4 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Warning-There-is-no-event-handler-for-the-event-keydown-on-target-object-HTMLDocument-tp6878736p6878741.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Custom Mouse Events in SVG

2011-10-04 Thread Marc Puts
ling of event objects. That's something the qooxdoo team should be able to answer. :) Hope this helps. Regards, Marc On 10/04/2011 04:42 PM, Eric wrote: > I've added a double click event to svg elements. It works, but I > don't understand how to set up event data. All I rea

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-26 Thread Marc Puts
e addressed some time. But until then, I don't think that should be a reason to withhold changes like these, as long as users are properly educated about the required changes (or even better, if those could be automated during the migration process). Regards, Marc ---

Re: [qooxdoo-devel] Antw: Qooxdoo developement in Eclipse for SDK 1.5?

2011-09-22 Thread Marc Puts
To get Spket working with qooxdoo, this ML thread from earlier this year is very helpful: [1] http://qooxdoo.678.n2.nabble.com/Qooxdoo-IDE-td6193372.html Marc On 09/22/2011 12:51 PM, thron7 wrote: > Hi, > > you can find some hints here: > > http://qooxdoo.org/docume

Re: [qooxdoo-devel] Problem with qx.io.request.Xhr()

2011-09-14 Thread Marc Chassoulier
now corrected ... only because I was in file:///PATH for the qooxdoo app thanks for your help Le 14/09/2011 10:04, Gabriel Munteanu a écrit : > Hi, > > I tried your example and it works. > Here are a few things for you to check out, so you can find where the > problem is in your setup: > - do

  1   2   3   >