Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Chris Bunn
Mustafa, Thanks for the example, Depending on the browser and PDF viewer installation / configuration I am getting mixed results. I have control over the HTML content window and could perhaps resolve the issue for it. I am not able to get the PDF viewer window to move forward in the stack, unless

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Mustafa Sak
Hi, Now I got your problem. So did you ever test your code on IE11? You will be surprised. But back to your problem. I would advise you to use "postMessage" to communicate between the iframes and your qooxdoo app. But this is only possible if you have access to the content of the iframes. A m

Re: [qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread marcounet
Please ignore my previous message, I found the class in my local copy of the SDK :-) Marc. -- View this message in context: http://qooxdoo.678.n2.nabble.com/TreeVirtual-attach-objects-to-nodes-tp7586026p7586034.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Chris Bunn
Mustafa, I have been testing the behavior in Chrome and Firefox, (I had not bothered with IE testing yet). If I select the window using the title bar it moves forward in the stack. If I click in the content area (the iframe) of the window it stays inactive but the iframe contents respond. Does us

Re: [qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread marcounet
I'm trying to follow the example in the demobrowser. I'm in the "Demos/virtual/Tree Columns" example. At the very end of the JS code, the "createItem" function returns a new object of the class "demobrowser.demo.virtual.tree.TreeItem()". But I'm unable to find the source code of this class. How ca

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Mustafa Sak
Hi Chris, IMHO your core problem is IE using an external PDF Plugin. Because your code is working fine for Chrome and Firefox which has their own PDF viewer. But I guess I have a solution for you. In a project I had the same problem and solved it with a iframe protector. I will post you the cod

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread chalbu
Mustafa, I apologize I don't know how to share a playground example. Does the following code example help explain what I am trying to do. Clicking in the content area of either of the windows will not move the window to the top of the stack. -Chris var win1 = new qx.ui.window.Window("First W

Re: [qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread Mustafa Sak
Hi, virtual tree base on virtual widget classes which deals with data binding and virtualizes *real* qooxdoo widgets as row / cell items. See: http://manual.qooxdoo.org/current/pages/widget/virtualtree.html Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76

Re: [qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread marcounet
Hi Mustafa, Thanks for you answer :-) I will have a look at VirtualTree, I was not aware of this widget. I that a newer implementation of the tree ? Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/TreeVirtual-attach-objects-to-nodes-tp7586026p7586028.html Sent from the

Re: [qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread Mustafa Sak
Hi Marc, IMHO the easiest way to store more information to a TreeVirtual row is to set data of a hidden column, e.g. dataModel.setColumnData(nodeId, 99, {internalId : 1}); This column '99' want be displayed but will be accessible. But I would advise you to use qx.ui.tree.VirtualTree[1], anyway

[qooxdoo-devel] TreeVirtual: attach objects to nodes

2014-08-04 Thread marcounet
Hi Qooxdoo Team :-) I didn't find a way to attach an object (descendant of qx.core.Object) to a tree node. I do the following: var columns = ['Title', 'Description']; var tree = new qx.ui.treevirtual.TreeVirtual(columns); var dataModel = tree.getDataModel(); var nodeId = dataModel.addBranch(0,

[qooxdoo-devel] cell editor SelectBox

2014-08-04 Thread woprandi
Hi, I use a "Selectbox cell editor" in a table. But I'd like a separation between label and value (like VirtualSelectBox), but it seems to be a basic SelectBox which label === value... Do you have more informations for me ? Thanks -- View this message in context: http://qooxdoo.678.n2.nabble.

Re: [qooxdoo-devel] generate API - ignore file

2014-08-04 Thread kirra5
Hi Thank you very much for your help! -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-API-ignore-file-tp7585983p7586024.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Infra