1. Deluxe Slide Show

I am uploading Deluxe Slide Show3.

Now works with, .jpg, .gif, .bmp, .ico, .png, tif, .tiff, .wmf, .emf files.

Features
 while Slide Show is in progress you can ,
  Pause, 
  Zoom In ,
  Zoom out, 
  Scroll about in a large Picture, 
  Send Pictures to Your Favorites Folder, 
  Manually Scroll back and forth thru Silde Show,
  and many other goodies.

Included are Bound (ready to go) and Source Code.

 Works with Windows98 ,Windows2000 ,and WindowsXp.
Sorry no Lenux version as of now.

Comments on errors and improvements welcome.

And a Special thanks to Al Getz for LOTS of help 
on this project.

Don Cole
 A Bug is an un-documented feature.
A Feature is a documented Bug.

new topic     » topic index » view message » categorize

2. Deluxe Slide Show

I have submitted a new Slide Show Viewer based on Al Getz old Euviewer. 

With the following new features:
  
  Time Control.
  Random or Natural sorting.
  
   
  While in Slide Show you can:
    Pause
    Exit
      While Paused you can:
       Send Picture to you favotite folder
       Delete Picture
       Zoom in/out Picture (great for comics)
       Scroll Picture 
       Resume Slide Show

 Comments and suggestions welcome.

 Don Cole
 SF

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

3. Re: Deluxe Slide Show

don cole wrote:
> 
> I have submitted a new Slide Show Viewer based on Al Getz old Euviewer. 
> 
> With the following new features:
>   
>   Time Control.
>   Random or Natural sorting.
>   
>    
>   While in Slide Show you can:
>     Pause
>     Exit
>       While Paused you can:
>        Send Picture to you favotite folder
>        Delete Picture
>        Zoom in/out Picture (great for comics)
>        Scroll Picture 
>        Resume Slide Show
> 
>  Comments and suggestions welcome.
> 
>  Don Cole
>  SF
> 

Hi there Don,

The new viewer looks very nice!

I had to make two small changes in order to get it to run on my system...

[1]
In the line just before "onPaint_Win(......)" in the main file i had
to add:

SHOWABLE=0

because i kept getting an error that said SHOWABLE wasnt assigned a value,
which occurred within the onPaint procedure.  This fixed the problem so
i didnt look any further.  You may wish to look at this a bit better.


[2]
In the file 'nat_sort.e' in the function 'nat_compare_str(....)' i had
changed variables:

x1num
x2num

to atoms, because i kept getting a type check error for x1num.
I changed x2num also even though i didnt check to see if i would
get an error with that one also.  I didnt go over the routine
any further.

Once these two changes were made, i was able to view pictures in
directories with no problem, and use your zoom feature and scroll
too, which was very nice!


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: Deluxe Slide Show

Al Getz wrote:
> 
> don cole wrote:
> > 
> > I have submitted a new Slide Show Viewer based on Al Getz old Euviewer. 
> > 
> > With the following new features:
> >   
> >   Time Control.
> >   Random or Natural sorting.
> >   
> >    
> >   While in Slide Show you can:
> >     Pause
> >     Exit
> >       While Paused you can:
> >        Send Picture to you favotite folder
> >        Delete Picture
> >        Zoom in/out Picture (great for comics)
> >        Scroll Picture 
> >        Resume Slide Show
> > 
> >  Comments and suggestions welcome.
> > 
> >  Don Cole
> >  SF
> > 
> 
> Hi there Don,
> 
> The new viewer looks very nice!
> 
> I had to make two small changes in order to get it to run on my system...
> 
> [1]
> In the line just before "onPaint_Win(......)" in the main file i had
> to add:
> 
> SHOWABLE=0
> 
> because i kept getting an error that said SHOWABLE wasnt assigned a value,
> which occurred within the onPaint procedure.  This fixed the problem so
> i didnt look any further.  You may wish to look at this a bit better.
> 
> 
> [2]
> In the file 'nat_sort.e' in the function 'nat_compare_str(....)' i had
> changed variables:
> 
> x1num
> x2num
> 
> to atoms, because i kept getting a type check error for x1num.
> I changed x2num also even though i didnt check to see if i would
> get an error with that one also.  I didnt go over the routine
> any further.
> 
> Once these two changes were made, i was able to view pictures in
> directories with no problem, and use your zoom feature and scroll
> too, which was very nice!
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 


Hello Al ,

Thank you for testing my program.

I corrected those 2,3 bugs. I will re-upload soon.

I didn't have those problems maybe 'cause I'm using Euphoria 2.3.

And you were a great help getting it all together.

Don Cole
SF

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

5. Re: Deluxe Slide Show

You have attempted to send a message to an invalid e-mail address at
"CaptainQuint.com".

Please check the e-mail address and try again.

Thank you.

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

6. Re: Deluxe Slide Show

don cole wrote:
> 
> 
> Hello Al ,
> 
> Thank you for testing my program.
> 
> I corrected those 2,3 bugs. I will re-upload soon.
> 
> I didn't have those problems maybe 'cause I'm using Euphoria 2.3.
> 
> And you were a great help getting it all together.
> 
> Don Cole
> SF
> 

Hi Don,


No problem, it was interesting :)
Are you using Win98 or something?


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: Deluxe Slide Show

Hi Al, Hi Don,

I like your programs and use them to see
my collection of the .jpeg images.

Only minor-minor issue, I've corrected already
in my copies.

.jpeg may have .jpe extension too. It is very
rare case, but it exists.

For example, visit please:

http://www.pushkin-town.net

This site uses many .jpe images and likes the
IE browser above 4.0 version very much.

Pushkin is near St.Petersburg, I live here.  blink

Good Luck!

Regards,
Igor Kachan
kinz at peterlink.ru

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

8. Re: Deluxe Slide Show

Hi Al and Igor,

Thank you for your comments.

I am using windows 2000.

After I bound the program That x1num error came up,


Changes I've made:

Line 92 and 233 of nat_sort.e change x1num and x2num to atoms.

Line 26 of globals.ew add SHOWABLE=0

Line 60 of global.ew change to ZoomSmallPicsMode=1

and Pushkin looks like a very beautiful place. Which came first the town

or the philosopher?

Don Cole
SF

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

9. Re: Deluxe Slide Show

Hi Don,

You wrote:

[snip]

> and Pushkin looks like a very beautiful place.
> Which came first the town or the philosopher?

The town, under its first historical name.

Alexandr Pushkin, the great Russian poet and philosopher,
was just a student here. And now, the town has his name.
His forefathers were from Ethiopia, and in Ethiopia,
he is the great Ethiopian poet too.
But he didn't create even one poem in Ethiopian,
as far as I know   smile

Brows this site, please, using IE5/6 or Opera as IE6,
this site has a good English version, just choose
it and get one Euphoria more (to be on topic) :

http://www.pushkin-town.net

Regards,
Igor Kachan
kinz at peterlink.ru

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

10. Re: Deluxe Slide Show

Igor Kachan wrote:
> 
> Hi Al, Hi Don,
> 
> I like your programs and use them to see
> my collection of the .jpeg images.
> 
> Only minor-minor issue, I've corrected already
> in my copies.
> 
> .jpeg may have .jpe extension too. It is very
> rare case, but it exists.
> 
> For example, visit please:
> 
> <a href="http://www.pushkin-town.net">http://www.pushkin-town.net</a>
> 
> This site uses many .jpe images and likes the
> IE browser above 4.0 version very much.
> 
> Pushkin is near St.Petersburg, I live here.  blink
> 
> Good Luck!
> 
> Regards,
> Igor Kachan
> kinz at peterlink.ru
> 
> 

Hi there Igor,


I couldnt find any .jpe images on that site, so perhaps you can point
me to one.  If not, that's ok too, as i'll take your word for it, and
if pushkin comes to shovekin i'll add it to my program also :)

Very nice site BTW, thanks.


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: Deluxe Slide Show

don cole wrote:
> 
> Hi Al and Igor,
> 
> Thank you for your comments.
> 
> I am using windows 2000.
> 
> After I bound the program That x1num error came up,
> 
> 
> Changes I've made:
> 
> Line 92 and 233 of nat_sort.e change x1num and x2num to atoms.
> 
> Line 26 of globals.ew add SHOWABLE=0
> 
> Line 60 of global.ew change to ZoomSmallPicsMode=1
> 
> and Pushkin looks like a very beautiful place. Which came first the town
> 
> or the philosopher?
> 
> Don Cole
> SF
> 

Hi Don,


Oh yes, the 'zoom small pics mode' is good to have on most of the time.
You left that on the context menu right?  I like it on most of the time,
but for some things i like to be able to turn it off.


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

12. Re: Deluxe Slide Show

Hi Al,

[snip]

> Hi there Igor,
> 
> 
> I couldnt find any .jpe images on that site, so perhaps
> you can point me to one.

Just save some page from this site and see links in the
html source, or browse the IE's cache, you'll see these
.jpe images.

I have no IE5/6, nor Opera under my fingers just now,
to point some pure URL, sorry.

> If not, that's ok too, as i'll take your word for it, and
> if pushkin comes to shovekin i'll add it to my program also :)

We all are mere mortals, what to do?  ;)

> Very nice site BTW, thanks.

I'm glad you like it.

Regards,
Igor Kachan
kinz at peterlink.ru

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

13. Re: Deluxe Slide Show

Al Getz wrote:

> Oh yes, the 'zoom small pics mode' is good to have on most of the time.
> You left that on the context menu right?  I like it on most of the time,
> but for some things i like to be able to turn it off.

It's still in the context menu and also keypressing 'z' during slide show.

I like keep all (during slide show changes) on the keyboard.

don cole
SF

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

Search



Quick Links

User menu

Not signed in.

Misc Menu