Hey,
SambaPOS is not starting on fullscreen, everytime i will have to double click on SambaPOS name to make it fullscreen.
How can I make it open on fullscreen always.
Thanks
anyone?
SambaPos 3 is set to start in full screen mode, even if you shutdown in a minimized or smaller window. Check your Windows settings for the SambaPos shortcut (Properties) as Windows may be running in SambaPos in a smaller window
Did you compiled from source code?
yes i did compile it from source code
It seems you compiled it on Debug mode. Switch to Release mode to disable debugging features.
thanks emre, i will try that
Emre,
I published in release mode but it still not opening in Fullscreen.
https://github.com/emreeren/SambaPOS-3/blob/master/Samba.Presentation/Sh...
These two lines enables the full screen. Try removing compiler directive to always enable it.
thanks i got it now
6 answers
anyone?
SambaPos 3 is set to start in full screen mode, even if you shutdown in a minimized or smaller window. Check your Windows settings for the SambaPos shortcut (Properties) as Windows may be running in SambaPos in a smaller window
Did you compiled from source code?
yes i did compile it from source code
It seems you compiled it on Debug mode. Switch to Release mode to disable debugging features.
thanks emre, i will try that
Emre,
I published in release mode but it still not opening in Fullscreen.
Thanks
https://github.com/emreeren/SambaPOS-3/blob/master/Samba.Presentation/Sh...
These two lines enables the full screen. Try removing compiler directive to always enable it.
thanks i got it now