T O P I C R E V I E W |
hajo_old |
Posted - 07/04/2003 : 02:59:42 AM Hello, All
I want to start the project explorer every time Origin starts up! How can I do this?
Thanks Hajo
-- -- Dipl.-Ing. Hans-Joerg Koch Siemens VDO, Regensburg
SVDO_Origin1 |
3 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 07/07/2003 : 07:57:00 AM Hi Hajo,
No way that I know about... after all, why would you need Project Explorer if you have no child windows?
For similar reasons I still control startup with an autoexec macro that creates a worksheet and then minimizes it to get it out of the way. Add this to Macros.cnf...
def autoexec {win -t D; win -i};
Mike Buess Origin WebRing Member |
hajo_old |
Posted - 07/07/2003 : 02:47:29 AM Hello, Mike
thanks for your hint!
But as I start Origin without any worksheet (I don't need one!!) I can't get the project explorer started up fo far!
Is there an option in any configuration file (perhaps)?!
Thanks Hajo
-- -- Dipl.-Ing. Hans-Joerg Koch Siemens VDO, Regensburg
SVDO_Origin1 |
Mike Buess |
Posted - 07/04/2003 : 09:21:53 AM Hi Hajo,
I find that if a worksheet (probably any child window will do) is created at startup (Tools-> Options-> Open/Close-> Start New Project: Worksheet) then Project Explorer will open at startup if it was open when you closed the previous Origin session. It behaves like the script window and Results Log in that respect.
Mike Buess Origin WebRing Member |