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
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
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", {
>
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
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
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
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] <