2011/7/18 Chris Morley <[email protected]>:
>
> 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)

Wow, thank You, I did not know that!
I really would prefer minimizing chances of operator messing with the
Lucid install on machines I produce. So that is why I would like to
try out automagic start of maximized EMC GUI screen. And this part
will definitely help me with that!

Viesturs

------------------------------------------------------------------------------
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