Re: Attn:[AL GETZ]
don cole wrote:
>
> Pete Lomax wrote:
> >
> > On Thu, 28 Apr 2005 06:51:04 -0700, Al Getz <guest at RapidEuphoria.com>
> > wrote:
> >
> > >Hi Don,
> > >
> > >I went to run your demo and there is an include file missing:
> > >"nat_sort.e"
> > I think that is Andy Serpa's, available in the archives.
> >
> > Pete
> >
> >
> Pete is absolutely correct.
> Anyway I e-mailed the version I am using although I don't believe I've
> modified
> it any.
>
> I am using Euphoria version 2.3.
>
> Don Cole
> SF
>
Hi again Don,
I took a look at your viewer and it does look pretty cool.
Here's what i did for one solution...
Line 7510 of "Win32r.ew" changes from this:
if c_func(xGetQueueStatus,{QS_KEY})=65536 then
to this:
if c_func(xGetQueueStatus,{QS_MOUSEBUTTON}) then
Note the only change was to remove "QS_KEY", insert "QS_MOUSEBUTTON",
and remove the conditional part of the 'if' statement "=65536".
What this does is changes the functionality a little, so that
left clicking the mouse one time STOPS the slideshow, while
pressing the "F3" key on the keyboard starts it again.
If this is unacceptable (using the mouse to stop instead of the
keyboard) then we'll have to look for another solution.
BTW did you try using a 'timer' to call ButtonForward() yet or not?
Take care,
Al
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"
|
Not Categorized, Please Help
|
|