Full screen problem after using CCD camera

hung

Active Member
Licensed User
Longtime User
My code
...
flb.new1("form1", B4PObject(1))
flb.fullscreen(true)
...
imgbg = ccd1.getimage(1024, 768, 3, "form1", "cam1")
...
form1.show ' try to make full screen again
form1.focus ' try to make full screen again
...

Problems is: after use ccd1.getimage, the original fullscreen form1 can not show full screen. The top bar shows the Start and Time.

How can I resume to full screen?
 

hung

Active Member
Licensed User
Longtime User
Yes. That works. Thanks.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…