Hello Przemek

SetKey() function is thread safe, I know.

Can it be made GT safe also?

I have this scenario:

Function Main()

@ 10,10 SAY 'Test'
SetKey( K_F2, {|| Alert( 'Hello' } )

hb_gtReload( 'WVG' )
? '.'
// Here if I press F2, alert function is executed.
// while I am expecting that it should not as 
// I am placed in a new window.

do while inkey()<>27
enddo

return nil

Regards
Pritpal Bedi


-- 
View this message in context: 
http://www.nabble.com/SetKey%28%29-and-hb_gtReload%28%29-tp22444718p22444718.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to