how to run an app with full screen
I wrote a small app by python,
I want to run it with full screen,
there is is a method called MainWindow.showFullScreen() in python
it works on debian desktop, win7 pc, but kindle...
kindle task bar is always on the top of my main GUI
anyone can give me a hint to run app with full screen? or need run some kind shell command before call the app?
many thanks!
Last edited by kdusr; 11-17-2016 at 12:06 PM.
|