PDA

View Full Version : OnSuspend & OnResume don't work for multigroups.



Ron
October 13th, 2002, 12:55 PM
Ah you agree with your self that's a good thing ;-)

I've got a fix for this, but I don't have the time right now to release it, expect it in about 10-12 hours...

Ron
October 13th, 2002, 12:55 PM
beta 12 has been released give it a test. Attention: only 1 event will go through girder before Girder releases control back to windows. That means that you'll have to respond to the OnSuspend and not go through a secondary event like the events generated by UserEvent, or Alarmtimer.

Ron
October 13th, 2002, 12:55 PM
I'll check what happens over here. All I do is send a message into Girder as soon as I receive a message from windows,... so I have no idea what is going wrong here.

Ron
October 13th, 2002, 12:55 PM
Okay found problem, fixed in next release.

Carmero
October 13th, 2002, 12:55 PM
Indeed. :(

Carmero
October 13th, 2002, 12:55 PM
Thanks. I will test it.

Carmero
October 13th, 2002, 12:55 PM
I am afraid that "OnResume" works in beta14 and15 incorrectly. When I suspend my computer, Girder performs "OnSuspend" and, immediately, "OnResume" procedure.
When I resume my computer, Girder works correctly (it seems).
Ron, do you can to implement a pause between determination of suspend states or other solution?