element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) toggle layer displaying
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 179 subscribers
  • Views 1266 views
  • Users 0 members are here
Related

toggle layer displaying

autodeskguest
autodeskguest over 9 years ago

I'm sure it must have been requested by someone before, but why don't we

have a toggle key for the display function yet? There is '-' to hide,

and afaics, the effort needed to introduce the toggle prefix can't cause

very much conflict, if any at all.

 

It would be very useful for those who want to make key aliases for

hiding/showing specific layers.

 

  • Sign in to reply
  • Cancel

Top Replies

  • autodeskguest
    autodeskguest over 9 years ago in reply to autodeskguest +1
    On 27/09/2016 11:46 p.m., Morten Leikvoll wrote: I'm pretty convinced I saw someone wanting to toggle each layer independantly, and I was thinking this could be useful for me right now. I want to toggle…
  • autodeskguest
    autodeskguest over 9 years ago

    On 27/09/2016 9:55 p.m., Morten Leikvoll wrote:

    I'm sure it must have been requested by someone before, but why don't we

    have a toggle key for the display function yet? There is '-' to hide,

    and afaics, the effort needed to introduce the toggle prefix can't cause

    very much conflict, if any at all.

     

    It would be very useful for those who want to make key aliases for

    hiding/showing specific layers.

     

     

    Hi Morten

     

    Toggle ULPs have been around for a long time but I don't recall a

    suggestion like yours.

     

    I think what you are saying is that you want to run a display

    command/script again and again. With each run you want specified layers

    to toggle between on and off.

     

    Can this not be done with two aliases and an assigned key to run

    'display last'.

     

    To achieve this I could see myself making a ULP that snapshots a

    starting display alias and within it you specify the layer you wish to

    toggle. An assigned key then runs the ULP and does the toggling.

     

    You could use a context menu to set up what you want to be the toggling

    layer by clicking on an object in that layer. The work flow would be

    great. You are working away and think, Hmmm, I would love to be able to

    toggle that layer. Right click a wire in that layer, run the context ULP

    and hey presto an assigned hot key toggles that layer on and off.

    Multiple layers toggling should be achievable to with a little expansion

    of the idea.

     

    Your need may be away from this scenario so apologies if it is.

     

    Regards

    Warren

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 9 years ago in reply to autodeskguest

    On 27.09.2016 12:16, warrenbrayshaw wrote:

    On 27/09/2016 9:55 p.m., Morten Leikvoll wrote:

    I'm sure it must have been requested by someone before, but why don't we

    have a toggle key for the display function yet? There is '-' to hide,

    and afaics, the effort needed to introduce the toggle prefix can't cause

    very much conflict, if any at all.

     

    It would be very useful for those who want to make key aliases for

    hiding/showing specific layers.

     

    Hi Morten

     

    Toggle ULPs have been around for a long time but I don't recall a

    suggestion like yours.

     

    I think what you are saying is that you want to run a display

    command/script again and again. With each run you want specified layers

    to toggle between on and off.

     

    Can this not be done with two aliases and an assigned key to run

    'display last'.

     

    To achieve this I could see myself making a ULP that snapshots a

    starting display alias and within it you specify the layer you wish to

    toggle. An assigned key then runs the ULP and does the toggling.

     

    You could use a context menu to set up what you want to be the toggling

    layer by clicking on an object in that layer. The work flow would be

    great. You are working away and think, Hmmm, I would love to be able to

    toggle that layer. Right click a wire in that layer, run the context ULP

    and hey presto an assigned hot key toggles that layer on and off.

    Multiple layers toggling should be achievable to with a little expansion

    of the idea.

     

    Your need may be away from this scenario so apologies if it is.

     

    I'm pretty convinced I saw someone wanting to toggle each layer

    independantly, and I was thinking this could be useful for me right now.

    I want to toggle my signal layers by using CTRL-1..6, and I want them to

    toggle independantly. Using display last will not work here, as I may

    for example search for the layer where my signal continues. Also context

    menu's for this isnt snappy enough, also you can not right click

    something on a hidden layer image

     

    Yes I could write an ULP that keeps last states in a file, but that will

    just be a workaround for a simple missing feature. The display command

    is there to change the view, not to configure something (like the layer

    command), so toggling a view must be a very natural thing to do.

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 9 years ago in reply to autodeskguest

    On 27/09/2016 11:46 p.m., Morten Leikvoll wrote:

     

     

    I'm pretty convinced I saw someone wanting to toggle each layer

    independantly, and I was thinking this could be useful for me right now.

    I want to toggle my signal layers by using CTRL-1..6, and I want them to

    toggle independantly.....

     

     

    Bill Westfield's toglays.ulp assigned to keys CTRL-1..6 will do exactly

    what you want.

     

    HTH

    Warren

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 9 years ago in reply to autodeskguest

    On 27.09.2016 20:51, warrenbrayshaw wrote:

    On 27/09/2016 11:46 p.m., Morten Leikvoll wrote:

     

     

    I'm pretty convinced I saw someone wanting to toggle each layer

    independantly, and I was thinking this could be useful for me right now.

    I want to toggle my signal layers by using CTRL-1..6, and I want them to

    toggle independantly.....

     

     

    Bill Westfield's toglays.ulp assigned to keys CTRL-1..6 will do exactly

    what you want.

     

    HTH

    Warren

     

    Ah, thanks, yes indeed. I didn't think of reading layer visibility

    status to change state (I should know better). This must be the reason

    why there is little whining about the topic.

     

    I think this isse is one of those smop issues that should just be fixed,

    but the existence of a perfect ulp always pushes it back in the queue.

    Unfortunately, this thread is probably not the last one about the topic image

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 9 years ago in reply to autodeskguest

    On 27.09.2016 20:51, warrenbrayshaw wrote:

    On 27/09/2016 11:46 p.m., Morten Leikvoll wrote:

     

     

    I'm pretty convinced I saw someone wanting to toggle each layer

    independantly, and I was thinking this could be useful for me right now.

    I want to toggle my signal layers by using CTRL-1..6, and I want them to

    toggle independantly.....

     

     

    Bill Westfield's toglays.ulp assigned to keys CTRL-1..6 will do exactly

    what you want.

     

    HTH

    Warren

     

    Ah, thanks, yes indeed. I didn't think of reading layer visibility

    status to change state (I should know better). This must be the reason

    why there is little whining about the topic.

     

    I think this isse is one of those smop issues that should just be fixed,

    but the existence of a perfect ulp always pushes it back in the queue.

    Unfortunately, this thread is probably not the last one about the topic image

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube