> Hi!
> 
> This is my first post so please be kind.

  damn :P

> I am trying to do something which has apparently been done many times over:
> Namely: "Respond to events that are generated every x ticks."
> I have read many posts on this topic in the archive and they have gotten me maybe 
>50% there.
> 
> My current situation is that I have a program that makes use of evtGetEvent and have 
>set up
> a place to catch the nilEvent in the switch of my MainFormHandleEvent and generate 
>more events.
> My problems are as follows :
> 
> 1. While a couple nilEvents are "caught" while running under POSE, NOTHING happens on
> my Visor! I have stepped through the code and it looks like no nilEvent is being 
>generated!
> Or maybe it's getting handled elsewhere?

  POSE sends a crap load of nilEvents when you use it.. POSE does not
  act 100% like the device :(( double check your "event" handling, make
  sure you are handling them correctly. if you delegate the events, they
  go there :)

  if you want to catch nilEvents always, then do a check in the EventLoop()
  code portion. maybe you are going about it the wrong way as well, what
  exactly do you want to do?? 

> 2. Even under POSE, successive evtGetEvent calls are (apparently) not "getting 
>through"....
> I would go into more detail, but I don't think it's worthwhile given item #1 above.
> 
> If some kind soul could email me some working code that just makes a metronome or 
>clock of some kind
> I will name a child after them.

  call your kid "ardiri" :) hehe

// az
[EMAIL PROTECTED]
www.ardiri.com    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to