Search:

Type: Posts; User: BlackBox

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    214

    Quite possibly, depending on the vertical... For...

    Quite possibly, depending on the vertical... For example, Civil 3D comes with AMEP Object Enablers built-into the installation OOTB, whereas AMEP requires one to manually install the Civil 3D Object...
  2. Thread: rename block

    by BlackBox
    Replies
    23
    Views
    457

    No worries; new or ole' timer, these things stick...

    No worries; new or ole' timer, these things stick with you... knock off some dust, and I'm sure you'll be running circles around many of us. :beer:



    This.



    I'll be sure to do so... In...
  3. Thread: Cursor colors

    by BlackBox
    Replies
    12
    Views
    264

    No, you're correct that one can check the 'tint...

    No, you're correct that one can check the 'tint ...' box, but the one downfall (at least for older versions) is that the user cannot specify the colors for each tinted axis.
  4. Thread: Cursor colors

    by BlackBox
    Replies
    12
    Views
    264

    Methinks you may have overlooked something, as...

    Methinks you may have overlooked something, as these options are also available in 2011... I highly doubt they'd have it available in 2011, 2012, remove it for 2013, and reinstate for 2014.
    ...
  5. Replies
    37
    Views
    1,210

    Cheers, SLW :beer:... I hope to have it (my...

    Cheers, SLW :beer:... I hope to have it (my plug-in) available at Autodesk Exchange soon. *crosses fingers*
  6. Thread: rename block

    by BlackBox
    Replies
    23
    Views
    457

    I've suffered the benefit of a great deal of...

    I've suffered the benefit of a great deal of help, from alanjt (this thread) among many others, along my relatively short journey (see my 'join date' at left, when I did not know what a Defun was).
    ...
  7. Replies
    9
    Views
    214

    troggarf, We're talking about vertical...

    troggarf,

    We're talking about vertical platform Objects... The options you provide are dependent on accessible XDATA... Vertical Objects are constructed over the AutoCAD, and Map 3D layers of the...
  8. Replies
    5
    Views
    111

    No worries; everyone needs a little reminder now...

    No worries; everyone needs a little reminder now and then.

    I only use Commands when advantageous... I usually prefer the Setvar method myself as well.

    Cheers :beer:
  9. Replies
    5
    Views
    111

    Consider: (defun c:FOO (/ eName) (if...

    Consider:


    (defun c:FOO (/ eName)
    (if (setq eName (car (entsel "\nSelect entity to set layer current: ")))
    (setvar 'clayer (cdr (assoc 8 (entget eName))))
    )
    (princ)
    )
  10. Thread: rename block

    by BlackBox
    Replies
    23
    Views
    457

    That is kind of you to say... Unfortunately, I...

    That is kind of you to say... Unfortunately, I like you, am still awaiting Autodesk staff to complete their app review so it can be published at Autodesk Exchange.
  11. Thread: rename block

    by BlackBox
    Replies
    23
    Views
    457

    This is in part, the motivation behind my Right...

    This is in part, the motivation behind my Right Click Rename plug-in (link above)... It allows one to select a single Block (for this specific example), right click, Rename, Block, and enter the new...
  12. Replies
    9
    Views
    214

    Can you post a sample drawing?

    Can you post a sample drawing?
  13. Thread: rename block

    by BlackBox
    Replies
    23
    Views
    457

    Building on Alan's question, would a Right Click...

    Building on Alan's question, would a Right Click Rename be useful?
  14. Replies
    18
    Views
    292

    A dumb man doesn't know how smart he is; a smart...

    A dumb man doesn't know how smart he is; a smart man knows how smart he isn't. :beer:
  15. Replies
    18
    Views
    292

    My mistake, Dave... I incorrectly thought this...

    My mistake, Dave... I incorrectly thought this was about .NET, and not VBA (I've been sick for days, and am forcing myself to work today to keep my word about getting a submittal out... It appears...
  16. Replies
    18
    Views
    292

    When you added the Library (assembly) reference...

    When you added the Library (assembly) reference to your VB.NET project, did you make sure to set Copy Local = False?
  17. Replies
    18
    Views
    506

    ... Those options make me think of this ole'...

    ... Those options make me think of this ole' thang.
  18. Replies
    18
    Views
    506

    Touché :P... I'll see if my new friend Dieter can...

    Touché :P... I'll see if my new friend Dieter can add this to the growing list of Documentation changes being requested in the Beta forums.
  19. Replies
    18
    Views
    506

    Forgive my confusion... Nowhere in the...

    Forgive my confusion... Nowhere in the Documentation (old or new) is this 'returning of the existing item' behavior stated for the Add Method regarding Layers; but you're correct.

    I should have...
  20. Replies
    2
    Views
    124

    Fixo already shared most of them, but you may...

    Fixo already shared most of them, but you may also find StackOverflow, and CodeProject to be of interest.
Results 1 to 20 of 94
Page 1 of 5 1 2 3 4