[qooxdoo-devel] VirtualTree and node tooltip

2013-03-04 Thread michael_polak
Hi all, I have a VirtualTree where each node in my tree has an icon based on a model property. I'd like to show a tooltip when the mouse hovers over the icon of a node. The VirtualTree has a tooltip setting but it is for the entire tree. Do I need to set a delegate to create each icon explicitly

Re: [qooxdoo-devel] How to move a Qooxdoo Window over an Applet?

2013-03-04 Thread benco
Hi, It's a bit tricky because it's not related to qooxdoo but to your internet browser and Java when dealing with z-index. Similar problems occurs with Flash (you must deal with flash special "window mode" to achieve doing it). If I remember right, the trick is to use "dummy iframes" to ensure th

Re: [qooxdoo-devel] How do I test a mixin with the test-runner?

2013-03-04 Thread Daniel Wagner
Sure :) On 03/04/2013 11:15 AM, thron7 wrote: > > On 03/04/2013 08:54 AM, Daniel Wagner wrote: >> Define a class and include your mixin: >> >> qx.Class.define("Temp", { >> extend: qx.core.Object >> }); >> qx.Class.include(Temp, custom.MSomeMixin); > > Wouldn't > > qx.Class.define("Temp", { >

Re: [qooxdoo-devel] How do I test a mixin with the test-runner?

2013-03-04 Thread thron7
On 03/04/2013 08:54 AM, Daniel Wagner wrote: > Define a class and include your mixin: > > qx.Class.define("Temp", { > extend: qx.core.Object > }); > qx.Class.include(Temp, custom.MSomeMixin); Wouldn't qx.Class.define("Temp", { extend : qx.core.Object, include : custom.MSomeMixin }); b

Re: [qooxdoo-devel] Warning Unknown global symbol referenced

2013-03-04 Thread thron7
On 03/04/2013 09:56 AM, ?a(ng Khoa Tra^`n Quang wrote: Hi Thomas, I attached the config.json and Manifest.json to this email. Would you please help me to check these files ? I also attached the directory structure(directory_structure.png), i really appriciate for your help. The directory st

Re: [qooxdoo-devel] Warning Unknown global symbol referenced

2013-03-04 Thread Đăng Khoa Trần Quang
Hi Thomas, I attached the config.json and Manifest.json to this email. Would you please help me to check these files ? I also attached the directory structure(directory_structure.png), i really appriciate for your help. Thanks Khoa Tran 2013/3/4 thron7 > > On 03/02/2013 09:31 AM, Đăng Khoa Tr

Re: [qooxdoo-devel] Mustache vs hogan

2013-03-04 Thread d2
Hi, I have no particular problem but I don't like wasting computer time, specially on mobile applications. Hogan is "developed against the mustache test suite", it's not a "new" template system engine. Anyway, go for mustache and global warming ;-) David 2013/3/4 MartinWittemann [via qooxdoo] <