Quote:
Originally Posted by Erel
Please try to change the sub to:
Code:
Sub SysState_StateChange If SysState.CurrentValue=0 Then hardware.ShowTodayScreen If SysState.CurrentValue=270 OR sysstate.currentValye = 90 Then Landscape.Show End Sub
BTW, you should only upload source code and other image files. No need to upload dlls.
|
hi there again,
i still can't get it to work, so i made a new app (say app1) to run another app (say app2). that way i can get it to work when i slide my keyboard out and i made an event for app1 to kill the process of app2 when i slide the keyboard in.
the problem is when i slide the keyboard out again it takes a while to load/open app2.
is there a way to run and minimize or hide app2 by running app1 so that when i slide the keyboard in & out it will load fast? is there a way to combine the two apps? and is there a way to lessen the memory consumption of the apps?
thanks again and sorry for all the trouble.
attached are the source codes
regards,
mike