Hi there. I have a similar problem with scrolling. Maybe you could help me
here with my questions.
I've made a table to display events log.
A function to add a string I made looks like that (maybe not the best idea
to do it like that, but I'm new yet):
{
cLog++;
logData.push([cLog, msg]);
logTable
Wow, thank you! That'll help me a lot!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/question-about-popup-and-qx-ui-tree-VirtualTree-tp7581282p7585700.html
Sent from the qooxdoo mailing list archive at Nabble.com.
Yes, the toolTip is what I was looking for. But could you please be more
specific about what actions should I perform to display a tooltip from one
of elements of a tree? How do I set a toolTip for each individual element? I
already can show a popup by douvleclick on a tree, which'll show a selecte
Is it possible to open a popup after hovering mouse over a tree element?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/question-about-popup-and-qx-ui-tree-VirtualTree-tp7581282p7585675.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Since nobody replied, I've found my own solution, which, I hope, will help
someone else. It looks kinda like that:
sneaky4oe wrote
> drawTree:function (desktop)
> {
> ...
>
> tree.a
Hi again, thank you for the last help with windows and desktop widget.
I'm using JsonToTree as a code source.
http://demo.qooxdoo.org/current/demobrowser/#data~JsonToTree.html
I've also managed to attatch icon tag into the JSON file to assign an icon
with each element individually via controller.
Hello, I'm new, and maybe thread header is wrong. Please, help me in my
situation.
I've made a layout on my page using splitpanes - vertical and horizontal.
I've added a json tree to one of areas, and it works pretty well, but now I
need to perform a trick I'm not yet sure how to do - I need to add