From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2005-04-18 19:32:50
|
I'm not sure if this is a PythonCard, wxPython or Windows question (or all three!)... I have a PythonCard application that usually gets run and then minimized to the taskbar - it's Windows-only. I've created a subsidiary "alert" dialog (scrolled message dialog, in order to display a fair amount of text) that gets created when something gets spotted in a database. What I would like to do is have this window appear on-screen, whereas at the moment when it's created it too appears minimized on the taskbar where it might get missed. One option I have is to use ctypes to create a Win32 alert dialog (maybe...I'm in the process of investigating since so far my ctypes experience has just been in calling my own DLLs), but I was wondering if there was any PythonCard way of getting windows to "jump" off the taskbar. Thanks Neil |