hello...
As mentioned I want to fill all my screen.
First of all, I use -menuBar option because My client don't want to see windows border and titlebar.
But if I use these options, I can't fill the screen.
For example, Monitor resolution is 1920x1080 and my templete' resolution for panel topolgy is 1920x1080 also.
But when I execute the project, project windows size is about 1920x1050...
And one more question about User change.
Because I want fill the screen, I tried to start without paneltopology but in this case if I used login panel, project restarted with panel topology.
How can I change login user only not restart project with login panel?
Plz, let me know How.
How can I fill whole screen when I use panel topology
- yjsid939
- Posts:13
- Joined: Mon Dec 23, 2013 3:44 am
How can I fill whole screen when I use panel topology
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How can I fill whole screen when I use panel topology
Hello,
the predefined templates are designed for specific screen resolutions including the titleBar.
If you want to use the complete screen whitout a visible titleBar you have to modify the size of the panels at the graphical editor.
There is no option to switch them to "fullscreen" automatically.
When you have configured a panel topology this setting will be used when the login-panel is used for the login.
The last question I didn't understand. Can you please describe in detail which function shall be realized.
Best Regards
Leopold Knipp
Senior Support Specialist
the predefined templates are designed for specific screen resolutions including the titleBar.
If you want to use the complete screen whitout a visible titleBar you have to modify the size of the panels at the graphical editor.
There is no option to switch them to "fullscreen" automatically.
When you have configured a panel topology this setting will be used when the login-panel is used for the login.
The last question I didn't understand. Can you please describe in detail which function shall be realized.
Best Regards
Leopold Knipp
Senior Support Specialist
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: How can I fill whole screen when I use panel topology
I have often crated my own templates based on panel topology. In my template I always add the following code:
titleBar( false );
moduleOriginalSize();
Hope this helps. Good luck !
titleBar( false );
moduleOriginalSize();
Hope this helps. Good luck !
- yjsid939
- Posts:13
- Joined: Mon Dec 23, 2013 3:44 am
Re: How can I fill whole screen when I use panel topology
Thank you Knipp and Mulder!!
after read your opnion, I set panel size and add 1 line "moduleOriginalsize" and It works!!
Last few weeks I tried to solve this issue.
Thank you again!!
Have a nice day!!!!
after read your opnion, I set panel size and add 1 line "moduleOriginalsize" and It works!!
Last few weeks I tried to solve this issue.
Thank you again!!
Have a nice day!!!!