Re: win32r.ew & win32lib conflicts [Attn. Al]

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Don,

Did you try something like this:

global function QueryQuitPaint()
  --Call this to decide if paint routine should end early.
  if c_func(win:GetQueueStatus,{QS_MOUSEBUTTON+QS_KEY}) then
    return 1
  else
    return 0
  end if
end function

Call this function from within your picture selection loop.
If it returns 1 then exit your loop, but dont exit if 0.

Note you'll need to call xGetQueueStatus() instead of "win:GetQueueStatus"
from the old WinLib lib.

Does this help?


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu