E europe Member Nov 8, 2008 #1 hi guys another trouble yet how to toggle fullscreen mode? Sub App_Start flb.New1("Form1", false) flb.FullScreen2(True,True) that one works good, the appz starts in full screen mode but calling the function with a button like Sub Button1_Click flb.FullScreen2(False,False) doesn't work... any suggestion? Thanks, Europe
hi guys another trouble yet how to toggle fullscreen mode? Sub App_Start flb.New1("Form1", false) flb.FullScreen2(True,True) that one works good, the appz starts in full screen mode but calling the function with a button like Sub Button1_Click flb.FullScreen2(False,False) doesn't work... any suggestion? Thanks, Europe
klaus Expert Licensed User Longtime User Nov 8, 2008 #2 You should have a look at this: http://www.b4x.com/forum/code-samples-tips/2826-formlib-fullscreen-false-doesnt-work.html Best regards.
You should have a look at this: http://www.b4x.com/forum/code-samples-tips/2826-formlib-fullscreen-false-doesnt-work.html Best regards.