Re: [qooxdoo-devel] Relative Speed Difference between Basic & Canvas Layouts

2011-09-07 Thread Martin Wittemann
Hey, I like the idea that when an application is re-sized the various widgets adjust appropriately to space available. I was planning to set a minimum window size but if the windows is re-sized by the user I like the idea that the widgets adjust appropriately but before I make a definite applicati

[qooxdoo-devel] Relative Speed Difference between Basic & Canvas Layouts

2011-09-07 Thread Simon White
Hi I like the idea that when an application is re-sized the various widgets adjust appropriately to space available. I was planning to set a minimum window size but if the windows is re-sized by the user I like the idea that the widgets adjust appropriately but before I make a definite applic

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread John Spackman
The contrib includes examples in Java, Perl, and PHP. The server must support two content types: "multipart/formdata" (which is the same as for traditional upload forms), and also "application/octet-stream" which is just a binary stream of data that can be copied straight to disk (this is used for

Re: [qooxdoo-devel] Variant and 1.5?

2011-09-07 Thread Tino Butz
Haven't you asked this question before? I will answer with the answer of Marc Puts on your previous question: "qx.core.Variant and qx.core.Setting have been deprecated in 1.4, and then removed in 1.5, in favor of qx.core.Environment. See this news post about it: http://news.qooxdoo.org/variants

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread smisobnline
IS their any event i can catch , when the uplaod finished? Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread smisobnline
Hello, what is neede for teh backgroudn? Java/CGI? Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the com.zen

[qooxdoo-devel] Variant and 1.5?

2011-09-07 Thread smisobnline
Hello, i see that this code not working since qx 1.5 qx.core.Variant.isSet("qx.client", "mshtml") How is the "official" working version? Thank you!:) -- Using storage to extend the benefits of virtualization and iS

Re: [qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread Tino Butz
Hi John, Thanks for the contrib! I will forward it to Andreas, so that we can promote the contrib in the weekly blog post! Tino Am 07.09.2011 um 17:12 schrieb John Spackman: Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread Tino Butz
Seems to me that Sak gave you already the answer. Isn't that exactly what you are doing? Hi, I guess you are looking for a solution as I shared as enhancement some weeks ago. Just take a look here : http://bugzilla.qooxdoo.org/show_bug.cgi?id=5457 regards Sak -

[qooxdoo-devel] UploadMgr contrib update released - multiple widgets

2011-09-07 Thread John Spackman
Hi, There's an update to the UploadMgr contrib this afternoon that adds: (1) support for multiple upload buttons; this meant the "widget" property had to be removed and replaced with the addWidget() and removeWidget() APIs. (2) the com.zenesis.qx.upload.File class has a new property called "respo

Re: [qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread telekosmos
Hi John thanks for the clue!! it worked and I guess I could spend a lot of time researching for that!! and I guess the same applies for the rest of contribs as Im gonna try QxJqplot... cheers again, save a lot of time and frustration w i l l y -- View this message in context: http://qooxdoo.

Re: [qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread John Spackman
Hi Guillermo When you use a contrib by setting manifest to "contrib://..." the generator downloads the contrib for you but it looks like it downloads the resources into the same temporary directory used for it's cache. This is fine if you're accessing the app from a file:// url but will not work

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread smisobnline
Hm, i can see any solutions to take a given format from the server Hi Simon, I don't know, but did you noticed my mail before. It shows you how date handling in Qooxdoo is happen. Or are you just interested in understanding why your code is not exactly doing as you expected? Regards Sak Vo

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread Tino Butz
Hi, Thanks! Did not appear in my Mail app. Sorry. Tino Am 07.09.2011 um 14:22 schrieb smisobnline: i doo:) Yesterday:) Hi, Please provide a playground example, so that we can have a look on it. Just by looking on the code, people won't be able to figure out what is wrong. By making it easi

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread Mustafa Sak
Hi Simon, I don't know, but did you noticed my mail before. It shows you how date handling in Qooxdoo is happen. Or are you just interested in understanding why your code is not exactly doing as you expected? Regards Sak Von meinem iPhone gesendet Am 07.09.2011 um 13:01 schrieb Tino Butz : >

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread smisobnline
i doo:) Yesterday:) Hi, Please provide a playground example, so that we can have a look on it. Just by looking on the code, people won't be able to figure out what is wrong. By making it easier for people to debug your code, I am sure they will help you: http://demo.qooxdoo.org/current/pla

[qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread Guillermo C . Martínez
Hi I just found out my applications works differently if I generate them with source or source-hybrid, which was really frustrating. Context: - I am developing on web server and I set the paths ok, as I even can see the apibrowser and tutorials using http://localhost... - I am trying to test the

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread Tino Butz
Hi, Please provide a playground example, so that we can have a look on it. Just by looking on the code, people won't be able to figure out what is wrong. By making it easier for people to debug your code, I am sure they will help you: http://demo.qooxdoo.org/current/playground/# Just use your

Re: [qooxdoo-devel] date format bug?

2011-09-07 Thread smisobnline
no one have an idea? Hi, Please provide a working playground example, so that we can have a look on it. Tino Am 05.09.2011 um 14:15 schrieb smisobnline: Hello, i create my own class , based upon the date classf rom qooxdoo. i only change the format of teh given date to transfer mysql

Re: [qooxdoo-devel] How to check/assert a given Class of a function parameter

2011-09-07 Thread Sylvain Gaillard
Thank you for pointing me the debug things. It will be helpfull not to overload client with unnecessary check on released apps. Best, Sylvain Le 07/09/2011 10:11, Seldaiendil D. Flourite a écrit : > Of course you have it, it is at qx.core.Assert.assertInstance(var > |value|, Class

Re: [qooxdoo-devel] How to check/assert a given Class of a function parameter

2011-09-07 Thread Seldaiendil D. Flourite
Don't worry, happens to me too all the time ;) 2011/9/7 Sylvain Gaillard > Hi again and sorry my (stupid) question ... I've taken a deepest look at > qx.core.Assert and found assertInstance ... next time I will open my > eyes when reading the docs ;-) > Best, > Sylvain > > Le 07/09/2011 09:40,

Re: [qooxdoo-devel] How to check/assert a given Class of a function parameter

2011-09-07 Thread Sylvain Gaillard
Hi again and sorry my (stupid) question ... I've taken a deepest look at qx.core.Assert and found assertInstance ... next time I will open my eyes when reading the docs ;-) Best, Sylvain Le 07/09/2011 09:40, Sylvain Gaillard a écrit : > Hi all of you, > I'm writing some classes dealing with biol

Re: [qooxdoo-devel] How to check/assert a given Class of a function parameter

2011-09-07 Thread Seldaiendil D. Flourite
Of course you have it, it is at qx.core.Assert.assertInstance(var value, Class clazz, String msg) You can write methods like: qx.Class.define('myapp.MyClass', {

[qooxdoo-devel] How to check/assert a given Class of a function parameter

2011-09-07 Thread Sylvain Gaillard
Hi all of you, I'm writing some classes dealing with biological data and coming from C++ I'm used to have check on the type of my incoming function parameters. How, in qooxdoo, can I check this type? I've found the qx.core.Assert class and I'm looking for something like the assertQxObject but on