Forum > PDAs and Smartphones

messagedlg disapears the form on WinCE

(1/1)

Alekos:
I make an application having 3 forms
Form1,form2,form3 form1 is the main form. Form1 shows form2 . form2 shows form 3 . on form 3 i have a messagedlg and when i show the dialog form 3 disapears... It looks like a bug in Wince compile. Any suggestion??
See attached sample.
I use Lazarus 1.1 FPC. 2.7.1 rev 37429

KpjComp:
I create only 1 form for the whole application that's set to FullScreen, I then use Panels to act as Forms, this works pretty well.  You can still place your Panels on different Forms too, just set the Panels parent to this 1 single Form when needed.

Also I ended up not using the LCL for WINCE due to LCL bloat, but KOL works nicely for WINCE.

Navigation

[0] Message Index

Go to full version