On Tue, 3 Jul 2007 18:47:51 +0200, Tiemo Hollmann TB wrote:

> I am struggeling with a mysterious problem, where a mac standalone calls
> different handlers as a win standalone in a switch structure, build on Win
> with 2.8.1. I have one big switch structure on stack level to handle all
> button ups. It looks like this, nothing sophisticated:

I haven't run into this before, but I *have* run into situations where 
the "if... then..." structure without an "end if" gave me unexpected 
results (but it wasn't on a specific platform). Can you try 
restructuring your "if"s so that they go like this:

  if the cpTest of this stack is true then
    answer "Test1"
  end if

It may not help, but other than that I can't see anything that might be 
a problem with the code you posted.

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to