Have you looked at the PalmOS Reference 2 regarding the Time Manager? Some info TimGetTicks() returns the number of ticks. sysTicksPerSecond can be used to calculate the tick count you want according to seconds. NilEvents are generated in several different parts of the OS. Sample code --------------------- ULong lastBlinkTicks=0;
- simple animation... pete moss
- Re: simple animation... Aaron Ardiri
- Re: simple animation... Dave Lippincott
- Re: simple animation... pete moss
- Re: simple animation... Dan Rowley
- Re: simple animation... ron
- Re: simple animation... Jim Schram
- Re: simple animation... Dave Lippincott
- Re: simple animation... Bob Ebert
- Re: simple animation... Dave Lippincott
- Re: simple animation... krollin
- Re: simple animation... krollin
- Re: simple animation... Bob Ebert
