Hi,

I need to support changing background Modeless form without closing
foreground Modal form for PalmOS 3.2 & upwards.

I have 2 Modeless forms "MainForm" & "NewMainForm" and 1 Modal form
"ModalForm".

Initially "MainForm" is loaded which then loads "ModalForm". Now I need to
change the background "MainForm" to "NewMainForm" without closing the
"ModalForm".

I have been able to do this in PalmOS 3.5 & updwards using WinScreenLock()
and WinScreenUnlock() but since these two functions are not supported in
PalmOS 3.2, I am stuck.

My current algorithm :
1. Open "MainForm"
2. Open "ModalForm" with some click on "MainForm"
3. WinScreenLock()
4. FrmSetActiveForm(MainForm) // to handle close event
5. FrmGotoForm(NewMainForm)
6. FrmSetActiveForm(ModalForm) // to handle update event
7. WinScreenUnlock()

Any insight will be really helpful.
Thanks
-AS


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

Reply via email to