Author Topic: Double-Click Behavior  (Read 3456 times)

0 Members and 1 Guest are viewing this topic.

BlackBox

  • King Gator
  • Posts: 3770
Re: Double-Click Behavior
« Reply #15 on: December 06, 2011, 11:42:05 AM »
I would think the controlling factor would be whether the pgp file was read before or after the cui file.  I am not sure which is first.

It appears that the PGP file is loaded after the CUI - from another thread:

<Snip>

Consider the load order at startup:
linky

Quote
A. CUI files loaded:
1. Enterprise
2. Main
3. Partials to Main
4. Partials to Enterprise

B. acad*.* files loaded:
1. Files listed in acad.rx
2. acad2009.lsp
3. acad.lsp  <--
4. acad2009doc.lsp
5. acaddoc.lsp
6. acad.dvb

C. CUI-associated MNL and LSP files loaded:
1. Enterprise named MNL
2. Enterprise loaded LSP and MNL
3. Main named MNL
4. Main loaded LSP and MNL
5. Partials to Main named MNLs
6. Partials to Main loaded LSPs and MNLs
7. Partials to Enterprise named MNLs
8. Partials to Enterprise loaded LSPs and MNLs

D. Startup suite files loaded

E. Startup routines run:
1. AcadStartup() called (AutoCAD startup)
2. AcadDocument_Activate() called (Drawing startup)
3. (S::STARTUP) called
4. SCR loaded from /b switch

Edit: ^^ Corrected
"How we think determines what we do, and what we do determines what we get."

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Double-Click Behavior
« Reply #16 on: December 06, 2011, 01:21:56 PM »
you will probably discover use of the normal command name presents fewer unexpected results than use of an alias.
Irrespective of what or who gets loaded first, I'm sticking with my original answer.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Double-Click Behavior
« Reply #17 on: December 06, 2011, 01:24:00 PM »
you will probably discover use of the normal command name presents fewer unexpected results than use of an alias.
Irrespective of what or who gets loaded first, I'm sticking with my original answer.
I believe the word you meant to use was "irregardless".   :lol:
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

BlueMoon

  • Guest
Re: Double-Click Behavior
« Reply #18 on: December 06, 2011, 02:12:14 PM »
I know it is accepted in everyday language but the word "irregardless" is actually a double negative.  There is a belief that it was a blend of "irrespective" and "regardless".  $0.02

BM

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Double-Click Behavior
« Reply #19 on: December 06, 2011, 02:31:12 PM »
I know it is accepted in everyday language but the word "irregardless" is actually a double negative.  There is a belief that it was a blend of "irrespective" and "regardless".  $0.02

BM
Irregardless of what you say.... That's why I used the LOL smiley.   :lol:
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

BlackBox

  • King Gator
  • Posts: 3770
Re: Double-Click Behavior
« Reply #20 on: December 06, 2011, 02:32:57 PM »
I know it is accepted in everyday language but the word "irregardless" is actually a double negative.  There is a belief that it was a blend of "irrespective" and "regardless".  $0.02

BM
Irregardless of what you say.... That's why I used the LOL smiley.   :lol:

I see what you did there. :lol:
"How we think determines what we do, and what we do determines what we get."

BlueMoon

  • Guest
Re: Double-Click Behavior
« Reply #21 on: December 06, 2011, 03:44:07 PM »
 :lol: :lol:

BM