View Single Post
  #1 (permalink)  
Old 06-01-2009, 02:19 PM
pdablue's Avatar
pdablue pdablue is offline
Senior Member
 
Join Date: Sep 2007
Posts: 114
Arrow A simple Slide Show program example for the PDA.

Hi,

Here is a simple Slide Show program for the Pocket PC written in
Basic4ppc.

The program allows you to select 5 pictures that you can put into
a slide show. You can vary the slide show display rate from 500 mSec
up to 4000 mSec in steps of 250 mSec.

From the "Edit Screen" you can select 1 of the 5 radio buttons and then
press "Select File" which will take you to the OpenDialog screen where
you can select a file to assign to the selected slide position.

Pressing the button "Start" will start the slide show.

Pressing the button "Stop" will stop the slide show.

Pressing the "<<" button will scroll Left through the slide show.

Pressing the ">>" button will scroll Right through the slide show.

Pressing the "Edit" button will take you to the Edit screen where you
can select pictures for each of the 5 slides.

Pressing the "Read" button or "Read File" button
will read information for the 5 slides from the file "SlideData.txt".

Pressing the "Save File" button will save the information for all 5 slides to
the file "SlideData.txt".

Pressing the "Exit" button will take you out of the Edit screen and back
to the main Slide Show screen.

The file "Slidepic0.JPG" is the screenshot for the Slide Show program.

The files "Slidepic1.JPG" through "Slidepic5.JPG" are screenshots of all
5 slides.

The file "Slideedit.JPG" is the screenshot of the Edit Screen.

The file "Slide.sbp" is the Basic4ppc source code for the program.

The file "Slidezip.zip" is the zipped up ARMV4 (.CAB) installation file.
Attached Images
File Type: jpg Slidepic0.JPG (20.4 KB, 42 views)
File Type: jpg Slidepic1.JPG (18.5 KB, 24 views)
File Type: jpg Slidepic2.JPG (17.8 KB, 16 views)
File Type: jpg Slidepic3.JPG (18.6 KB, 10 views)
File Type: jpg Slidepic4.JPG (18.6 KB, 11 views)
File Type: jpg Slidepic5.JPG (18.8 KB, 11 views)
File Type: jpg Slideedit.JPG (22.6 KB, 18 views)
Attached Files
File Type: sbp Slide.sbp (12.0 KB, 88 views)
File Type: zip slidezip.zip (81.0 KB, 79 views)
Reply With Quote