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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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{
21 matches
Mail list logo