MaxGUI: strange waitevent() / Paste issue

BlitzMax Forums/BlitzMax Programming/MaxGUI: strange waitevent() / Paste issue

Perturbatio(Posted 2005) [#1]
The following code creates an app that generates enum types, currently you have to copy the output using ctrl+c, when I do this and switch to the IDE to paste it in, the IDE halts until I switch back to the app (or just mouseover it).


It appears to be caused by WaitEvent(), if you change it to PollEvent() it works fine.


Perturbatio(Posted 2005) [#2]
could someone at least confirm it happens for them so that I know my system isn't crap?


EOF(Posted 2005) [#3]
Confirmed. Same issue here Perturbatio.
Tried it with Notepad. Same again.


NoBoDo(Posted 2005) [#4]
I see the same thing, weird that it pastes when you mouseover EnumGen.

Another issue you might want to be aware of -- I use dual monitors, and on a dual monitor setup Desktop() apparently means the entire space of both monitors. This app starts centered between the two monitors (half on one monitor and half on the other monitor), and since it is not sizeable and takes up 60% of the dual monitor space, it isn't even possible to make it display on one screen.

Mark.


Perturbatio(Posted 2005) [#5]
yeah, I was just experimenting with dynamic sizing when I did that :)


taxlerendiosk(Posted 2005) [#6]
Is this related to the way that drag and dropped icons don't always seem to register until I move the mouse pointer? Or is that one just me?


EOF(Posted 2005) [#7]
I notice that too with my Framework Assistant.