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
  • 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
Forum Idea about ULP and toolbar
  • 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 12 replies
  • Subscribers 181 subscribers
  • Views 1471 views
  • Users 0 members are here
  • eagle
Related

Idea about ULP and toolbar

huayuliang
huayuliang over 15 years ago

EAGLE has too many ULP, to run ULP need to select from directory or pulldown from submenu every time, maybe add some customizable button on tool bar for user can be more easy for user, and a .ini file can storage the button name and ulp's full path name.

 

I strongly suggest CADSOFT implement it in future versions...

  • Sign in to reply
  • Cancel
  • Richard_H
    Richard_H over 15 years ago

    Hello,

     

    there are plans to improve the EAGLE text menu to have icons which represent EAGLE comands. So you will be able to use an icon and have it assigned, for example to the command:   RUN designlink.ulp

     

    regards,

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • huayuliang
    huayuliang over 15 years ago in reply to Richard_H

    Great news..

     

    I think the pull-down menu is not good, I need hold press a while, then it show the ulp I run.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Michael
    Michael over 15 years ago in reply to huayuliang
    Yes, the customized buttons would be better, using the function like "Adding or deleting ULP buttons on the toolbar by users themselves" while some of the often-used ULP buttons are provided along with the software when it is installed. This would make a more flexible and easy-to-use EAGLE for users.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • huayuliang
    huayuliang over 15 years ago in reply to Michael

    Very good!

     

    this is what we are expect!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 15 years ago

    You could use MENU. For example, in the schematic editor you could do the following:

     

    - Execute the MENU command line:

    MENU 'BOM : RUN bom.ulp;' 'Find : RUN find.ulp;' 'Statistic : RUN statistic-sch.ulp;'

     

    - Add the command line above to your EAGLE.SCR

     

    - Enable the command texts toolbar

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • huayuliang
    huayuliang over 15 years ago in reply to Former Member

    Perhaps you wrong understand what I mean, or I didn't express clearly..sorry for my bad english..

     

    I just think place some shot-cut on toolbar. I think it is very usefull for us.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 15 years ago in reply to huayuliang

    The command texts toolbar is a fully customizable toolbar (not visible by default), and the MENU command does exactly what you are looking for: It places are shortcut on that toolbar. I use it that way, together with an ULP assigned to a function key to toggle the visibility state on the fly of the command texts toolbar.

     

    But maybe I still did not get your point...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 15 years ago in reply to Former Member

    It's amazing trick. It help me very much.

     

    Where are u get this things? It's directly from manual or other document?

     

    //edit: i'm really dummy. I found this in help now. But I still thx u for it:D

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 15 years ago in reply to Former Member
    I first read about the MENU command in the EAGLE 3.5 user manual (the command texts toolbar was the only toolbar present in the past). But the information is still in the manual, just type "HELP MENU" (without quotation marks). However, having the possibility to toggle the visibility state with a key assignment is new for me. This became possible with the advent of EAGLE 5.9.2.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Michael
    Michael over 15 years ago in reply to Former Member

    I think I understand what you said, and that is good for customizing the software, but we need to be familiar with Script language, we need to know how to compose a script file with right syntax, and this would be a barrier to most of the EAGLE users. Looking at the example of a script file (menu.scr) introduced in the section 10.4 of EAGLE Manual, I don't think most of the user can write a script like that.

    So I agree with Huayuliang. He suggested integrating a simple function which might be named "Adding shortcut for ULP" into the Tools menu or whatever. When users use this function,  a window would pop up allowing users select an ULP they want and an associated button marked with simple text like "align" or "show" which gives a hint on what this button can do. Integrating this function will facilitate the application of ULPs, eliminating the trouble of first clicking "file" menu, then selecting "RUN", and then selecting the ULP you want at each time when you need to run the same ULP, meanwhile there is need to learn how to compose a script file. We can use the exsiting ULPs quickly and easily.

    • 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