Re: [qooxdoo-devel] Problem with Dates

2012-01-11 Thread Martin Wittemann
Hey, just read your code and the questions here is, why you would take the indirection and first get the time and then convert it back to a date. Anyway, the return type of the data choosers "getValue" is either null or a date. So you need to cover both cases in your "changeValue" listener. Mayb

Re: [qooxdoo-devel] DateField in a toolbar

2012-01-11 Thread Tristan Koch
Hi Connor, did you try? To my knowledge there are no constraints on what widgets can be added to the tool bar. The layout might be a little of, but in theory it should work. Tristan Am 11.01.2012 um 11:09 schrieb : > Hi, > > Is it possible to add a (for example) DateField to a toolbar ? I w

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread panyasan
thron7-2 wrote > > > Ok, I think I'm getting at it. You envision some kind of structured > information that is maintained with the contribution itself (lets call > it its "catalog entry"). And you want a convenient way of pushing this > information to the online catalog. And the information s

Re: [qooxdoo-devel] leaking class or what is wrong?

2012-01-11 Thread Jacob Abraham
from your code, you are adding ta both times to the container rather than ta1 and ta2 From: Derrell Lipman To: qooxdoo Development Sent: Monday, January 9, 2012 11:10 AM Subject: Re: [qooxdoo-devel] leaking class or what is wrong? http://manual.qooxdoo.o

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread thron7
On 01/11/2012 05:05 PM, panyasan wrote: > Just the idea of a central catalog and the ease of use. Of course, given > that the config.json inform the generator about libraries, it makes little > sense so install contribs like you install npm modules, so generate.py > install XYZ is not needed. But

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread thron7
On 01/11/2012 04:59 PM, John Spackman wrote: > > >>> - the only information that is kept in a central place is a registry of >>> links that point to manifest documents; >> I would rather have one link that links to a root directory, where you >> can find a contrib-like directory structure with >>

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread panyasan
Hi Thomas, thron7-2 wrote > > I've therefore create a dedicated wiki page: > http://qooxdoo.org/contrib/qooxdoo-contrib2.0 > setting up a wiki page is an excellent idea, and what you have assembled there seems very reasonable and promising. Here are my thoughts on your questions. >> I think

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread John Spackman
>> >>Hi, this is on the discussion we already had how to reorganize and >> decentralize qooxdoo-contrib. > >Yeah, and I feel it's about time we collect ideas and suggestions in a >place better suited than the mailing list. Otherwise we will re-iterate >similar statements and look up old discussions

[qooxdoo-devel] Question about qx.ui.toolbar.Button documentation

2012-01-11 Thread Benjamin Dreux
Hi If you look at http://demo.qooxdoo.org/current/apiviewer/#qx.ui.toolbar.Button You see this description for the class " The normal toolbar button. Like a normal qx.ui.form.Button but with a style matching the toolbar and without keyboard support. " But if you take a look at the properties, there

Re: [qooxdoo-devel] Changing the URI of the Qooxdoo library in 1.6

2012-01-11 Thread John Spackman
No probs http://bugzilla.qooxdoo.org/show_bug.cgi?id=6022 From: thron7 Reply-To: qooxdoo Development Date: Wed, 11 Jan 2012 14:43:33 +0100 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Changing the URI of the Qooxdoo library in 1.6 > I need to override the uri for all libraries, in

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread thron7
Hi Christian, On 01/11/2012 02:03 PM, panyasan wrote: > Hi, this is on the discussion we already had how to reorganize and > decentralize qooxdoo-contrib. Yeah, and I feel it's about time we collect ideas and suggestions in a place better suited than the mailing list. Otherwise we will re-iterat

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-11 Thread jhwrightiii
Excellant ... I should have put more effort in it and still learning, but with close working I was thrown off. Thanks alot. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Closing-Windows-in-Desktop-tp7134320p7176360.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] Introducing LIBERATED -- qooxdoo-based server with built-in server simulator for easy debugging

2012-01-11 Thread Derrell Lipman
On Wed, Jan 11, 2012 at 09:11, panyasan wrote: > Hi Derrell, > > the project sounds fascinating. But I think people will need more > documentation (How to install & use it) before this will take off. I have > only superficially looked at the github repository, and didn't find any. > Did > I overl

Re: [qooxdoo-devel] Introducing LIBERATED -- qooxdoo-based server with built-in server simulator for easy debugging

2012-01-11 Thread panyasan
Hi Derrell, the project sounds fascinating. But I think people will need more documentation (How to install & use it) before this will take off. I have only superficially looked at the github repository, and didn't find any. Did I overlook anything? Best, Christian -- View this message in cont

Re: [qooxdoo-devel] unable to render one cell of a table based upon the value of another column

2012-01-11 Thread Ed Adasiewicz
I was misinterpreting the target parameter. By looking in the framework source I realized that if I change the last paremeter in col0Renderer.addNumericCondition from "1" to tableModel.getColumnId(1) that everything works fine. -- View this message in context: http://qooxdoo.678.n2.nabble.com/u

Re: [qooxdoo-devel] Changing the URI of the Qooxdoo library in 1.6

2012-01-11 Thread thron7
This looks like a regression, please open a bug. T. On 01/11/2012 02:35 PM, John Spackman wrote: Hi I need to override the uri for all libraries, including Qooxdoo, and before 1.6 I added this code to my config.json under job: jobs" : { "libraries" : { "library" : [ { "ma

Re: [qooxdoo-devel] Introducing LIBERATED -- qooxdoo-based server with built-in server simulator for easy debugging

2012-01-11 Thread Derrell Lipman
On Wed, Jan 11, 2012 at 06:35, Stefan Andersson wrote: > Derrell! > > Thanks for all thorough info you sent. > You're welcome. > Also good to put in forum.qooxdoo.org in your own subforum > I know myself well enough to know that regardless of how interested I am in the topic, I just don't re

[qooxdoo-devel] Changing the URI of the Qooxdoo library in 1.6

2012-01-11 Thread John Spackman
Hi I need to override the uri for all libraries, including Qooxdoo, and before 1.6 I added this code to my config.json under job: > jobs" : { > > "libraries" : { > > "library" : [ { > "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json", > "uri" : "${QOOXDOO_URI}" > }, > // ..snip.. In 1.6,

Re: [qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread Tobias Oetiker
Oh yes, this would be great +1 cheers tobi Today panyasan wrote: > Hi, this is on the discussion we already had how to reorganize and > decentralize qooxdoo-contrib. > > I think it was already suggested to use an npm-like approach. Wouldn't it be > cool if we had following: > > - the only informa

[qooxdoo-devel] qooxdoo-contrib reorganization, again

2012-01-11 Thread panyasan
Hi, this is on the discussion we already had how to reorganize and decentralize qooxdoo-contrib. I think it was already suggested to use an npm-like approach. Wouldn't it be cool if we had following: - the only information that is kept in a central place is a registry of links that point to manif

Re: [qooxdoo-devel] show animation when loading application

2012-01-11 Thread Tristan Koch
Hi Connor, take a look at the feedreader demo application. Simply adding a loading indicator to the index.html does the job. Am 11.01.2012 um 13:24 schrieb : > Hi, > > How to show an animation (loading ) at application startup ? > > Connor > >

Re: [qooxdoo-devel] Attaching data to the headers of PUT qx.io.rest.Resource

2012-01-11 Thread Tristan Koch
Hi, with configureRequest you can, but as you've written that’s not very elegant. If you need the second parameter but want to avoid master, you could monkey patch your copy of qooxdoo. Here is the commit that introduced the new behavior: https://github.com/qooxdoo/qooxdoo/commit/3006cada36f7b9

[qooxdoo-devel] show animation when loading application

2012-01-11 Thread maikwo
Hi, How to show an animation (loading ) at application startup ? Connor -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure acc

Re: [qooxdoo-devel] Why do you need to declare private members in a class?

2012-01-11 Thread Tristan Koch
Hi Scott, also note it is more memory efficient to define methods in the members section, no matter if public or private. If you attach the function within the constructor (making the function a method of the object that is being constructed), the function ends up as own property of the new ob

Re: [qooxdoo-devel] Introducing LIBERATED -- qooxdoo-based server with built-in server simulator for easy debugging

2012-01-11 Thread Stefan Andersson
Derrell! Thanks for all thorough info you sent. Also good to put in forum.qooxdoo.org in your own subforum I will give you feedback on the progress. Stefan -- Ridiculously easy

Re: [qooxdoo-devel] Why do you need to declare private members in a class?

2012-01-11 Thread thron7
On 01/11/2012 12:21 AM, Scott Chapman wrote: > I'm new to qooxdoo and not clear on why you need to declare private > members in the members section of your class. What is this for? > Within the constructor I can attach things to "this" without them > being declared in the members section. Wha

[qooxdoo-devel] DateField in a toolbar

2012-01-11 Thread maikwo
Hi, Is it possible to add a (for example) DateField to a toolbar ? I want to create filter parts inside the toolbar. Connor -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or

Re: [qooxdoo-devel] Timer stays on when tab is closed

2012-01-11 Thread thron7
On 01/11/2012 01:33 AM, Scott Chapman wrote: - Has its destructor already run? There is no destructor declared on this class. I declared one and it never runs. - Why are you not calling 'stopTimer' in the destructor anyway? Wouldn't that be a more suitable place for such a

Re: [qooxdoo-devel] Why do you need to declare private members in a class?

2012-01-11 Thread John Spackman
You don't *have* to, private and protected members are a way of encapsulating functionality ­ if your member is private, only your class can access it and other classes can't, which means you know that can change their purpose (or whether they even exist) without affecting other classes. The goal i

Re: [qooxdoo-devel] Server-side qooxdoo?!

2012-01-11 Thread totty
Yes, I forgot to mention the node.js integration. But I would like to use it's hability to render HTML+CSS in order to create the full page on the server and use it for SEO purposes. That would be in the view/template of the server. -- View this message in context: http://qooxdoo.678.n2.nabble.