> Do I understand correctly, that this option would allow starting
> maximized EMC GUI screen on the only screen of machine?
> If that is so, then IMHO with a touchscreen and/or proper control
> panel and without mouse/keyboard nothing else should really need to be
> disabled.
> The reason that drew my attention to this feature is that what I
> remember from an old discussion on this matter, then hardest part was
> to get EMC GUI screen maximized automatically.
> 
> Viesturs

This was true of AXIS but from the EMC forum (Dewey gets credit):




To set the size of Axis when it loads up create a file in your home 
directory called .axisrc and put the following in it, the size is width x
 height.



root_window.tk.call("wm","geometry",".","1200x600")



To have Axis open up at the maximum size for your screen use:



maxgeo=root_window.tk.call("wm","maxsize",".")

fullsize=maxgeo.split(' ')[0] + 'x' + maxgeo.split(' ')[1]

root_window.tk.call("wm","geometry",".",fullsize)

                                          
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to