Re: [qooxdoo-devel] How to programmatically scroll a table

2014-05-27 Thread sneaky4oe
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

Re: [qooxdoo-devel] question about popup and qx.ui.tree.VirtualTree

2014-05-20 Thread sneaky4oe
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.

Re: [qooxdoo-devel] question about popup and qx.ui.tree.VirtualTree

2014-05-19 Thread sneaky4oe
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

Re: [qooxdoo-devel] question about popup and qx.ui.tree.VirtualTree

2014-05-19 Thread sneaky4oe
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. --

Re: [qooxdoo-devel] jsontree additional fields?

2014-04-23 Thread sneaky4oe
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

[qooxdoo-devel] jsontree additional fields?

2014-04-16 Thread sneaky4oe
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.

[qooxdoo-devel] How do I add a window into a SplitPane area?

2014-04-13 Thread sneaky4oe
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