1. Attn:[AL GETZ]

I sent you my working on version of a slide show zipped.
Then my E-Mail program crashed and I lost everything newmail, copies to self, 
etc...

I'm trying to fix it but I think I will just have to start over again with a
new Mail program.

I don't know if you received the files or responded via e-mail or what?
Could you please reply on this board untill I get my Pegasus fixed.

Thank you much,
 Don Cole
 SF

new topic     » topic index » view message » categorize

2. Re: Attn:[AL GETZ]

don cole wrote:
> 
> I sent you my working on version of a slide show zipped.
> Then my E-Mail program crashed and I lost everything newmail, copies to self, 
> etc...
> 
> I'm trying to fix it but I think I will just have to start over again with a
> new Mail program.
> 
> I don't know if you received the files or responded via e-mail or what?
> Could you please reply on this board untill I get my Pegasus fixed.
> 
> Thank you much,
>  Don Cole
>  SF
> 

Hi Don,

Sorry to hear about the problems...I'll check the email and get
back here...


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 message » categorize

3. Re: Attn:[AL GETZ]

Hi again Don,

Sorry to say nothing showed up in the email.  I checked back into
last week too.  I guess it has to be sent again.


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 message » categorize

4. Re: Attn:[AL GETZ]

Al Getz wrote:
> 
> Hi again Don,
> 
> Sorry to say nothing showed up in the email.  I checked back into
> last week too.  I guess it has to be sent again.
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 
I got my Email working.
I re-sent it to Xaxo at aol.com. I hope you get it.
If I send it to AlGetz<Xaxo at aol.com it keeps bouncing.

Don Cole
SF

new topic     » goto parent     » topic index » view message » categorize

5. Re: Attn:[AL GETZ]

Hi Don,

I got your email this morning and it appears to be intact so
i'll take a look at it sometime today.
Having some system problems these past few days so i might respond
a little slow sad
BTW what Eu version did you do your own testing with...2.4, 2.5 ?


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 message » categorize

6. Re: Attn:[AL GETZ]

Al Getz wrote:
> 
> Hi Don,
> 
> I got your email this morning and it appears to be intact so
> i'll take a look at it sometime today.
> Having some system problems these past few days so i might respond
> a little slow sad
> BTW what Eu version did you do your own testing with...2.4, 2.5 ?
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 

Hi Don,

I went to run your demo and there is an include file missing:
"nat_sort.e"
I should have this file too so you can either send it or post it ok?
This appears to be the only missing include file needed to run 
your program.


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 message » categorize

7. Re: Attn:[AL GETZ]

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

new topic     » goto parent     » topic index » view message » categorize

8. Re: Attn:[AL GETZ]

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

new topic     » goto parent     » topic index » view message » categorize

9. Re: Attn:[AL GETZ]

Hi Pete and Don,

Don:
Ok, I'll check the email for the current version.

Pete:
Thanks, and if needed i'll search the archives.


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 message » categorize

10. 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"

new topic     » goto parent     » topic index » view message » categorize

11. Re: Attn:[AL GETZ]

> 
> 
> 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
> 

Thank you again Al that worked.
I believe separating 

QS_MOUSEBUTTON and QS_KEY (which [F3] sends)

solves the confusion.

Your original code said:

 if c_func(xGetQueueStatus,{QS_MOUSEBUTTON+QS_KEY}) then

so I thought I was on the right track tinkering with those constants.

I think timer wound be a excellent way to implement the delay. My next step.


Don Cole

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu