ok, so i bought blue gui v2
i run dark basic pro with upgrade 5.2
does anyone else use this version?
i have always been very fearful of getting any higher upgrades,
because the fix little and always introduce new problems.
i cut&pasted this code from the help file,
Button=createButton(0,0,75,25, "OK",0,0)
Do
getEvent
if eventSource()=Button
if eventType()=MOUSE_CLICK
message "Hello World!"
endif
endif
IF SPACEKEY() THEN END
Loop
and it makes the button, and makes it look like you clicked it,
but it doesn't display the message.
(yes i used 'startblue "",""')
(i also had to put in the spacekey() then end thing because it seems
to disable my escapekey for me...)
what version DBP does blue work in for you?
(i know 5.7 is recommended but i don't want my 10 months of work
to suddenly be useless.)
does blue work with dark basic classic?
thanks,
bob