On Sun, 2007-06-17 at 22:20 -0500, Aaron Spike wrote:
Could someone puh-lease help me. I'm translating the python extensions to use lxml and the effects error dialog is really driving me nuts. It is modal and it doesnt' stay ontop of the inkscape window. This makes it the most annoying dialog ever. This is a Win32 problem. I run and effect that generates an error. I switch to a text editor to fix the error. I click back on inkscape and the error windows is below inkscape so I have to minimize all the other windows and then move inscape to the left or two the right to read or close the dialog. To make matters worse the dialog is always placed in the middle of the inkscape window, so I have to move inkscape every time. I tried to hack the dialogs ontop hack for this dialog and failed.
It is set to modal in the constructor. Should we be calling sp_transientize() on this dialog? Or, are you saying that's not working either?
--Ted