Some code that deletes a window from my application is now generating a
'getTopLevelWidget() has no properties' error when I try the following line
of code (this code worked 3 days ago but I did an update to the trunk to
hopefully fix another bug and now this code is broken):
this.getParent().remove(this);
'this' is a qx.ui.window.Window. What I discovered (via reading posts) was
that my popup windows were staying in memory when I was doing a close()
method. So I had to write some code to remove the window from the
application because I was ending up with duplicate windows and our testing
software didn't like it. Calling the remove code a few days ago was working
like a champ, but I was having other issues so I updated to the current code
in the legacy_0_7_x branch and apparently there is some newly broken code. I
am going to try and revert to a few days ago to see if I can get the bug to
go away, that might help locate where/when this happened.
If anyone has any quick thoughts on this let me know, as always I am under a
deadline to deliver tomorrow.
BTW- If you haven't found out already, it seems that ALL color values need
to be passed in as LOWER CASE otherwise you will get an error and your code
will stop execution. I was playing for days trying to get appearances
working and it turned out to be strings like 'Blue' that were causing the
problem. I have seen this with font colors and background color properties.
IMHO, the framework should be able to handle string passed in regardless of
the case.
Jim
www.D4PHP.org
www.D4PHP-Hosting.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel