Object.OnTop not working for gadgets?
All right, so I've done everything I can think of including setting the object's z-order (in the relation tab) to always on top, and coding it to move ontop, and coding it to set focus.
It works fine in builder mode, but when it's gadgetized, bupkus.
Here's a simpler version of what I'm doing. Stick it in an object, gadgetize it and tell me if it works for you.
- 'Called when the script is executed
- Sub Object_OnScriptEnter
- Object.SetTimer 1, 2000
- End Sub
- Sub Object_OnTimer1
- Object.OnTop
- End Sub
It's supposed to be a small pop-up alert in the bottom corner of the screen. It wouldn't be much use if it didn't, you know, pop-up over the other windows. I'm wondering if it's just me or if it's a legitimate bug.
