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

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

Al Getz wrote:
> 
> don cole wrote:
> > 
> > 
> > Is there away I can work doEvents into Win32r.ew ?
> > I'm trying to add it but it is turning out to be quite a lengthy project.
> > 
> > Don Cole
> > sf
> > 
> 
> Hi Don,
> 
> Offhand i dont know.  I'd have to look and see what doEvents does in
> WinLib, but what are you trying to do exactly?
> 
> Keep in mind that 'r' lib is a very old library now smile
> If you take a look at the GdiPlus library wrapper in the archives
> that also comes with a picture file viewer you can modify.  That
> demo doesnt use a library other than GdiPlus so everything is done
> in raw WinAPI.
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 


Thank you for replying Al.

I'm trying to create a slide show with your viewer (which I've done).
Now I would like to pause or stop it during the show.

     for x=1 to length(DirList)
        onClick_ButtonForward()
      ---  doEvents(0)
       -- onKeyDown[Win]=routine_id("onKeyDown_Win")
     end for

It won't recognize the keystroke while the loop is running.
I beleieve doEvents will fix that.

I 'm changing all the confliting terms in win32r.ew as such:
getText() to agettext() but this is taking quie a long time and I'm about 
to give up on that avenue.

If you know another way to jump in the loop ,without win32lib, I'd sure 
appriciate it.

don cole
SF

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

Search



Quick Links

User menu

Not signed in.

Misc Menu