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 183 subscribers
  • Views 1575 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
Parents
  • 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
Reply
  • 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
Children
  • 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
  • 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
  • huayuliang
    huayuliang over 15 years ago in reply to Michael

    yes, you are right.

     

    but I think it can use INI file to store the full path name of ulp file, and position number on toolbar , and the other...

     

    and then , once the board editor started, it load this INI file, and present on toolbar.

     

    so everyone can easily to customize the toolbar himself, only need Cadsoft given a example for user.

     

    it also can do more complex, since there maybe many parameter of a ulp, so every button on toolbar can have pull-down menu for different parameter of a ulp.

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

    As I learned now, EAGLE users are not able to add a single line of text to EAGLE.SCR and they are not able to type HELP MENU to get a description of what it does and how it works. I doubt that they will be able to open an INI file with the text editor then.

     

    However, you have a customizable toolbar right now. All you need to do is adding the MENU command to EAGLE.SCR (so that the toolbar can be constructed when opening the board editor) Why don't you give it a try? OK, you don't have pull-down menus...

    • 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