[qooxdoo-devel] linear-gradient specification

2012-12-12 Thread Simon Walter
Hi all, I'm not sure if this has been mentioned here before or if a bug fix has already been release. If so, kindly point me in the right direction. It seems that some browsers (FF?) now follow the CSS spec properly WRT how the angles are defined for linear-gradient. This means that some (all

Re: [qooxdoo-devel] Suggested a new behavior for Table Cell Editor

2012-12-12 Thread Đăng Khoa Trần Quang
Hi Dietrich, Thanks so much for your supporting. The demo work perfectly but i could not see the js code of it, would you please to share with me the implementation for this ? I'm using Qooxdoo version 1.5 Thanks Khoa Tran 2012/12/13 Dietrich Streifert > Hi Khoa Tran! > > You may consider usi

Re: [qooxdoo-devel] Suggested a new behavior for Table Cell Editor

2012-12-12 Thread Dietrich Streifert
Hi Khoa Tran! You may consider using the SmartTableModel with search as you type:     http://demo.qooxdoo.org/contrib/demobrowser/#SmartTableModel~trunk%2FsearchAsYouType%2F2.0.3%2Findex.html Regards Dietrich Am 13.12.2012 0

Re: [qooxdoo-devel] Tabindex and focus order in forms containing complex controls

2012-12-12 Thread Dietrich Streifert
Hello everybody! My solution was to have a singleton tabindex counter for each form (within a window) which I use to manually set the tabindex to each form widget. As I'm adding the form widgets the same order the tabindex should work this fits my needs. Regards Dietrich Am 12.12.2012 08:33

Re: [qooxdoo-devel] Suggested a new behavior for Table Cell Editor

2012-12-12 Thread Fritz Zaucker
This might be a none-trivial change. I solved a similar problem by putting the table inside a vbox and a hbox with text field/buttons/selectboxes right above the table. Not ideal, but at least it's understandable for the users. Cheers, Fritz On Thu, 13 Dec 2012, ??ng Khoa Tr?n Quang wrote: Hi

[qooxdoo-devel] Suggested a new behavior for Table Cell Editor

2012-12-12 Thread Đăng Khoa Trần Quang
Hi Qooxdoo Team, I have used the Table Cell Editor for my application as photo below: [image: Hình ảnh nội tuyến 3] Until now, everything has worked perfectly but i want to improve the convenience for users when they use this screen. As you see that the table on left has 50 rows if users want to

Re: [qooxdoo-devel] Locating a control under the mouse

2012-12-12 Thread Jim Hunter
I think I found a good solution. I attached a mousedown listener on the main window of my app. Then in the function I trap to see if it is a Ctrl-Right-Click, if so, then I can get the event.getTarget() and that returns a handle to the control under the cursor. It's working great. So I was able to

[qooxdoo-devel] Locating a control under the mouse

2012-12-12 Thread Jim Hunter
I am trying to implement a sort of help system that is triggered when the user does a CTRL-Right Click on a control. I first thought I would simply capture the click event at the main page then try and determine the control that is under the mouse, but I can't find any global method for determining

[qooxdoo-devel] RPC Request with SSL on IE10

2012-12-12 Thread Fink, Andreas
Hi all, we've a strange Problem with our qooxdoo app running in IE10. Some RPC Requests ends in a unspecified error with origin 3 code 12157 (Indicates that an error occurred having to do with a secure channel). I hardly tried to get some better informations but even the IE Developer tools show

Re: [qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
Invariably, you figure such things out as soon as you ask. I am able to achieve this with this approach: var headerContainer = ...var table1 = new qx.ui.table.Table(table1Model);...var table2 = new qx.ui.table.Table(table2Model);var mainContentContainer = new qx.ui.container.Composite(new qx.ui.lay

Re: [qooxdoo-devel] PDF viewver using Qooxdoo Mobile

2012-12-12 Thread Alexander Voronin
I got your idea but this will not work.Container with PDF will not scroll in "standard" way. Just try it on iPad or other iOS device. That's why im using specific HTML code with specific CSS (pay attention on -webkit-overflow-scrolling: touch). Can I just turn off all qooxdoo stuff and lay scrollin

[qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
I'm a new Qooxdoo user, coming over from the awesome but increasingly-quiet Echo 3 community. I've been playing with Qooxdoo for a couple of days now but could use a little layout guidance. I don't think an accomplished Qooxdoo user would have any problem providing such guidance. Basically, the at

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-12-12 Thread Raphael Schweikert - Vertec AG
Hi Martin, My tool is Illuminations for Firebug (http://www.illuminations-for-developers.com/), which is great for inspecting web frameworks including qooxdoo. Sincerely, Raphael > -Ursprüngliche Nachricht- > Von: Martin Wittemann [mailto:martin.wittem...@1und1.de] > Gesendet: Montag,