Author Topic: Old fashion screen  (Read 1929 times)

0 Members and 1 Guest are viewing this topic.

DEVITG

  • Bull Frog
  • Posts: 479
Old fashion screen
« on: July 15, 2007, 01:07:47 PM »
Once I got a variable or command that can show on a post R14 acad , the old fashion screen menu at version 2.16, could it be aviable yet??
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Old fashion screen
« Reply #1 on: July 15, 2007, 01:28:26 PM »
Looks like it's still there, in 2006.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

CADaver

  • Guest
Re: Old fashion screen
« Reply #2 on: July 15, 2007, 01:39:27 PM »
always been there, under options>display turn on screen menu.

DEVITG

  • Bull Frog
  • Posts: 479
Re: Old fashion screen
« Reply #3 on: July 15, 2007, 02:00:26 PM »
Hi , thanks for it ,
there is any system variable or command , furthermore than options , to show it?
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Old fashion screen
« Reply #4 on: July 16, 2007, 12:07:44 PM »
This will show it:

Code: [Select]
(vla-put-displayscreenmenu
  (vla-get-display
    (vla-get-preferences (vlax-get-acad-object))
  )
  :vlax-true
)

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

DEVITG

  • Bull Frog
  • Posts: 479
Re: Old fashion screen
« Reply #5 on: July 16, 2007, 01:05:05 PM »
Thanks Ron
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Old fashion screen
« Reply #6 on: July 16, 2007, 04:14:44 PM »
No Problem. :-)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC