Using a ppc thin client with no problems other than the fact that for some reason if i try to make an event that has a wait command in it my ppc freezes until the event is finished executing.. Multithread is checked and it works fine on the server with no problems..the GUI stays unlocked and useable while the event is being executed..Just on the ppc if i try to execute the same event the GUI on the client freezes. Any suggestions on how to fix this or if this is just how it is.
Example:
send event string
wait 10000
send event string
Thanks for the help in advance!