Hi!
> Can you help me please?
> Can I put checkbox into table, treevirtual or listview cell?
See the Table1 demo in the demo browser:
http://demo.qooxdoo.org/current/demobrowser/
Then take a look at this bug report if you want editable boolean columns:
http://bugzilla.qooxdoo.org/show_bug.cgi?id
Hi Andreas,
> Regarding qooxdoo, your explanations are not quite correct...
Yes, you're right. I did a quick test before posting my answer, but I drawn
wrong conclusion due to a bug in my test script. Sorry, this is my mistake. I
should be more careful next time.
> There are some actions that
Vielen Dank für Ihre Mail.
Ich bin vom 06.08.-19.08.2007 im Urlaub.
Wenden Sie sich bitte in dieser Zeit an Herrn Sell (<[EMAIL PROTECTED]>)
Ihre Mail wird nicht weitergeleitet.
Mit besten Gruessen
Peter Breuer
.
Peter Breuer
intermatix gmbh
oranienstr.6, 109
Hi All,
I am developing my application in 0.7.1.
I have two applications classes [set to two qx.embed.IFrame]. I want to call a
member method of application 1 from application 2. Here is the code:
Application 1:
qx.Class.define("com.myapplication.Main",
{
extend : qx.application.Gui,
sta
Hi Kiran & Sebastian,
I am also facing the same problem, according to Sebastian’s comment I have
changed my code as follows,
var flexApp = new qx.ui.embed.Flash("Connection.swf");
flexApp.setHtmlAttribute('id', 'Connection');
flexApp.setHtmlAttribute('name', 'Connection');
...
fun
Hi Viktor,
Am 17.08.2007 um 03:33 schrieb Ferenczi Viktor:
>> will all children's destructors be called when I call method
>> "removeAll"
>> of the parent-widget?
>
> The removeAll method is implemented in the Parent class. The
> removeAll method
> calls the remove method for each child widge
I think it is absolutely retarded that there are so many server-side web
frameworks which using templating instead of using component/container
models. The best server-side widget framework I even found for Java is
j-wings @ http://www.wingsframework.org
I've also recently been looking at framework