Re: [qooxdoo-devel] Qooxdoo Widgets vs. Delphi4PHP Components?

2007-04-05 Thread Jim Hunter
Not all of the controls in Delphi 4 PHP are qooxdoo controls. Many are. It uses qooxdoo .6.5 as the base classes for the VCL. You can create any of the qooxdoo .6.5 controls in Delphi 4 PHP, but for the ones that don't have entries on the pallet you must create them in code. I had a project where

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-05 Thread Derrell . Lipman
FrozenDice <[EMAIL PROTECTED]> writes: > I was going through the demos and saw there was a way to have a tree widget > use RPC to get it's children when it was requested(expand a branch). The > demo on the site is broken for some reason > http://demo.qooxdoo.org/current/sample/html/example/RpcTre

[qooxdoo-devel] Qooxdoo Widgets vs. Delphi4PHP Components?

2007-04-05 Thread FrozenDice
Can anyone explain the difference between Qooxdoo widgets and the versions of them that are used in Delphi4PHP? I know the two businesses worked together, and that they are actually qooxdoo widgets and don't just look alike. Here's the code delphi generated for a Tree with elements one, two, thr

[qooxdoo-devel] Tree using RPC and PHP

2007-04-05 Thread FrozenDice
I was going through the demos and saw there was a way to have a tree widget use RPC to get it's children when it was requested(expand a branch). The demo on the site is broken for some reason http://demo.qooxdoo.org/current/sample/html/example/RpcTreeFullControl_1.htmland the page that tells you

Re: [qooxdoo-devel] qooxdoo and Delphi for PHP

2007-04-05 Thread Jim Hunter
Damn, I saw your email 5 minutes after Anders Ohlsson, from CodeGaer, left my office. I could have bugged him about it. To me it first looked like a list of companies that they had licensed code from, but I then saw a couple of the references were SourceForge projects so that didn't make sense. I

[qooxdoo-devel] SVG support in Qooxdoo

2007-04-05 Thread MootCycle
I'd like to get people's opinions on putting some kind of SVG support into the qx framework. I know that SVG isn't as widely supported as it could be (most notably IE 6) but now that IE 7 has added some level of SVG support, is it time to consider adding this to the qx framework? I personally

[qooxdoo-devel] qooxdoo and Delphi for PHP

2007-04-05 Thread Christian Boulanger
Hi, I am just looking into Delphi for PHP, which makes heavy use of qooxdoo and just noticed that qooxdoo isn't even mentioned on the "help-about" page among the third-party products that Delphi for PHP depends on. That's very lame, to say the least! Christian

[qooxdoo-devel] application no longer initializes with recent trunk changes

2007-04-05 Thread Derrell . Lipman
Recently, the application superclass changed from qx.component.AbstractApplication to qx.application.Gui. With that change, the methods initialize() and finalize() are no longer called, only main(). In my application, which used all three of initialize(), main() and finalize(), I tried calling th

[qooxdoo-devel] relative QOOXDOO_PATH no longer works with APPLICATION_LOCALES

2007-04-05 Thread Derrell . Lipman
With a recent change (I think the one that eliminated the .po file regeneration when "make source" is run from an application directory), it now fails to build at all if QOOXDOO_PATH is a relative path, and APPLICATION_LOCALES is specified: can't open file '/msgfmt.py'. To replicate the error, cop

Re: [qooxdoo-devel] Window always on top?

2007-04-05 Thread Jim Hunter
A nice 'Always On Top' property would be great. Jim D4PHP.ORG On 4/5/07, Ralf Sternberg <[EMAIL PROTECTED]> wrote: Hi, is there a way keep a certain window always on top? Z-index doesn't seem to do this, as the z-index of windows is dynamically modified by qooxdoo on window activation. Thank

[qooxdoo-devel] Window always on top?

2007-04-05 Thread Ralf Sternberg
Hi, is there a way keep a certain window always on top? Z-index doesn't seem to do this, as the z-index of windows is dynamically modified by qooxdoo on window activation. Thanks, Ralf - Take Surveys. Earn Cash. Influe

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Fabian Jakobs
Hello David, > Good job and very well documented for being an alpha. :-) > It looks like the new 0.7 version is quite advanced. > I like how the new appearance looks, with gradients in the buttons. > > Question: > With qooxdoo 0.6.x you can have an event for any property change. > Now we only can

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Fabian Jakobs
Hello Christian, > Hello, > > it is a truly impressive improvement that shows how much thought you put > into a well-designed framework. > > But I suppose that dynamic properties are only possible at declaration > time, not at run time anymore, like it was possible in 0.5. Or can I > still retro

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-05 Thread dperez
One thing is showing the value of the cell (it is HTML) (this is managed by the DataCellRenderer), and another one is editing the value of a cell, by creating a widget (this is managed by CellEditorFactory). HTH Alexander Weisser wrote: > > Hi, > i get some information about extending and over

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-05 Thread Ralf Sternberg
Hi Alex, thanks a lot for your detailed explanations! Alex Back schrieb: >> First, there is also an appearance "label" in our appearance theme, that >> sets "wrap" to false in the "initial" part. This does not explain why >> wrap is set to true - or am I again missing something? > The defaultValu

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread dperez
Good job and very well documented for being an alpha. :-) It looks like the new 0.7 version is quite advanced. I like how the new appearance looks, with gradients in the buttons. Question: With qooxdoo 0.6.x you can have an event for any property change. Now we only can have events if the design

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-05 Thread Alex Back
Hi Ralf, > First, there is also an appearance "label" in our appearance theme, that > sets "wrap" to false in the "initial" part. This does not explain why > wrap is set to true - or am I again missing something? The defaultValue of the property wrap is true (-> defined in qx.ui.basic.Label). So

Re: [qooxdoo-devel] xml -> xslt -> javascript

2007-04-05 Thread thron7
Christian, > hm... sounds good as architecture, but doesn't this make it more complex > than necessary?What I envision is that the xsl templates could be > shipped with the sdk framework and sit there to be invoked only when the > developer puts xml files into a given folder > Yeah, inte

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-05 Thread Alexander Weisser
Hi, i get some information about extending and overwrite function and so on I try it in a simple application and it works fine. I write some functions who set some values and return something. It looks like ok. But my problem is the DataCellRenderer. In my mind the DataCellRenderer only usw H

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Christian Boulanger
Hello, it is a truly impressive improvement that shows how much thought you put into a well-designed framework. But I suppose that dynamic properties are only possible at declaration time, not at run time anymore, like it was possible in 0.5. Or can I still retrofit existing classes with addit

Re: [qooxdoo-devel] handling RemoteServiceException in js

2007-04-05 Thread Daniel Haferkorn
Agustin Almonte F. gmail.com> writes: > > Hi, i'm using rpc qooxdoo library in my app and i need to use exceptions messages.In server code i throw exceptions like this:throw new RemoteServiceException("message for exception"); > So, in javascript i would like to get the exception message:try{