menu
Hi,
i want to hide the title but not the menu. I tried the following:
FormLib1.FullScreen2(true,true)
->menu removed
->title removed
FormLib1.FullScreen2(true,false)
->menu removed
->title not removed
FormLib1.FullScreen2(false,true)
->menu not removed
->title not removed ?????????
If this can explain to me somebody?