Re: [qooxdoo-devel] TypeScript and Qooxdoo

2014-07-07 Thread thron7
Wow, interesting. Don't be offended when you don't get much feedback from core devs, they're usually just too busy. The API issues are immediately interesting, so post some examples for them when you find time, and maybe open an issue with qooxdoo's bug tracker. Post your project progress and you

Re: [qooxdoo-devel] virtual tabs

2014-07-07 Thread Peter Dekkers
Hi Mustafa, Thanks for the reply. I guess it is then time to dive into the appeareance class and see how I can reuse the tabbutton layout. I guess when you want the power of a flexible framework, you have to expect some learning curve :) -- Peter On Mon, Jul 7, 2014 at 9:41 AM, Mustafa Sak wro

Re: [qooxdoo-devel] Failure on "qx.ui.embed.ThemedIframe" on Chrome and IE 11 using the Acrobat Reader Plugin

2014-07-07 Thread kora
Hi Daniel, problem is still pending with IE and Chrome. You told about a workaround with an empty iframe / usage in the Blocker. Can I get more information or better, can I get a modified playground example using that trick ? Cheers Kora -- View this message in context: http://qooxdoo.678

[qooxdoo-devel] Behavior change in selection manager

2014-07-07 Thread Qoo Alt
Hi, We've just migrated a 3.5 application to Qooxdoo 4.0 and we've found a behavior change in selections that affects the way interaction occurs in that application. In 3.5, both in trees and tables (and everywhere I suppose), the selection of the item is done in the MouseDown event while in

Re: [qooxdoo-devel] virtual tabs

2014-07-07 Thread Mustafa Sak
Hi Peter, IMHO I would advise you to take no. 4 for obvious reasons. I didn't test it, but to use the same theme like tab-view buttons for your custom buttons, please try that one on your appearance class: "mycustomtab-button" : "tabview-page/button" Here is the link to the manual: http://manu