Re: Deluxe Slide Show Attn. Al

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

don cole wrote:
> 
> I have given up on trying to access a WinModem with Ubuntu. It's to difficult
> or complicated. Unless someone has a how to?
> 
> So back to the Slide Show.
> 
> Three improvements,
> 
> 1.) Don't let the 2 windows open on start up (SSWindow--really the directory
> window-- and the SettingsWindow).
> 
> 2.) Make it so that that the mouse buttons do the same as the '<' '>' buttons
> after RightClick to Slide Show is selected.
> 
> 3.) Make RightClick to Slide Show accessable again after completing scrolling
> thru Slide show with mouse (as explained in step 2). This is going to be tuff
> to do.
> 
> Any ideas?
> 
> Don Cole


Hi there Don,

On #1:
Did you find out how to create a window leaving out the WS_VISIBLE style?
Didnt i post something like that a little while back?
If not just let me know i'll look it up again.  It's not hard really,
but it's easier if you already have an example.

On #2:
This shouldnt be too hard.  Look for the place where the slide show
enable flag is located and see if you can detect that in an if/then
statement like:

(inside the event function where the mouse right click is handled)
if ssflag and not(SS_Done) then
  call ss mouse handler
else
  call regular mouse button handler
end if
return 0
end function

On #3:
Im not clear on what you mean here.  Do you mean you want to somehow
make the mouse buttons return to normal operation after the slide
show is done?  If so, then when would you consider the slide show to be
done?  Perhaps set a flag when done and use in above event?


Does all this sound ok to you?



Take care,
Al

And, good luck with your Euphoria programming!

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

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

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

Search



Quick Links

User menu

Not signed in.

Misc Menu