Re: [qooxdoo-devel] How to destroy the timer of a web page before/after leaving this page

2013-11-02 Thread jhwrightiii
Hey .. maybe I do not understand ... but if your pages are in containers OR you have other qooxdoo widgets on the pages then maybe the appear/disappear listeners on those container/widgets will help. -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-destroy-the-timer-of-a

Re: [qooxdoo-devel] Mobile IPhone List

2013-10-23 Thread jhwrightiii
As a follow up to my own post: I was researching how to get rid of the IOS 7 navigation bars (top and bottom). Seems as though this can not be done now at this time. It looks like Apple is aware of this problem, but keeps ignoring it. They have closed a reported bug as a duplicate of the bug #14

[qooxdoo-devel] Mobile IPhone List

2013-10-23 Thread jhwrightiii
When I create a list, with a listitem that brings up a wide html table, change orientation, and return to the list, the listitems then extend beyond the width of the view port. I have put my code here http://tinyurl.com/laak3v5 but all desktop browsers work. This occurs on an IPhone 5, IOS 7.02.

Re: [qooxdoo-devel] Toolbar Buttons in a Window

2012-10-25 Thread jhwrightiii
OK thanks for reviewing and to all for what you do. #6930 for the toolbar buttons and #6931 for toolbar documentation -- View this message in context: http://qooxdoo.678.n2.nabble.com/Toolbar-Buttons-in-a-Window-tp7581771p7581801.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-11 Thread jhwrightiii
Excellant ... I should have put more effort in it and still learning, but with close working I was thrown off. Thanks alot. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Closing-Windows-in-Desktop-tp7134320p7176360.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-10 Thread jhwrightiii
Well my post slowly went into the sunset or onto another page therefore an apologetic *bump*. Clearly this is something I am doing wrong. Again in the playground example you will see one window left while doing a destroy. Comment that line out and uncomment the close line and it works. What giv

Re: [qooxdoo-devel] How to keep tables from stretching horizontally in a VBox?

2012-01-05 Thread jhwrightiii
Derrell - Thanks so much for taking the time to reply to these posts. This post was fantastic and informative in many ways. Maybe my "skeleton key". -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-keep-tables-from-stretching-horizontally-in-a-VBox-tp7156552p7157138.htm

[qooxdoo-devel] Closing Windows in Desktop

2011-12-28 Thread jhwrightiii
Selecting a button from a toolbar, I would like to destroy all open windows and start new. So a window opens and other windows can open from there and are added to desktop manager. So now a new button from toolbar is selected and I: var win = desktop.getWindows();

Re: [qooxdoo-devel] SmartTableModel RemoveRows Problem

2011-08-03 Thread jhwrightiii
Again thank you for your patience and taking your own time to review my problem. You actually solved my problem by forcing me to do something I should have done w/o asking the question. As I was preparing to send you the code to review I took the smart table demo and added my problem code:

Re: [qooxdoo-devel] SmartTableModel RemoveRows Problem

2011-08-02 Thread jhwrightiii
Thanks for taking the time to make your suggestion. I still get the same error. Of note, using the code in original post, if I click 3 times and ignore errors, all the rows that were deleted by those clicks soon disappear and then the delete works on each click thereafter. I feel that it has som

[qooxdoo-devel] SmartTableModel RemoveRows Problem

2011-08-01 Thread jhwrightiii
I am using the smartTableModel and have created a cellDblclick listener to bring up a window to add/edit/delete/view. All works except I am having a problem with the delete and am getting a rowIndex out of bounds: 9 (0..8) [Break On This Error] " (0.." + (rows-1) + ")"); Defaul...3039392 (line 8

[qooxdoo-devel] RadioButtonGroup

2011-02-27 Thread jhwrightiii
I would like to force the user to make a selection in a radiogroup, thus I want the default to be null or empty. Is there a way to do this? -- View this message in context: http://qooxdoo.678.n2.nabble.com/RadioButtonGroup-tp6068563p6068563.html Sent from the qooxdoo mailing list archive at Nab