Jump to content

Create button with edit/rename option on right click


Orao
 Share

Recommended Posts

Hi i would like to create a table of buttons, each button has its name and opens a file or does one action.

I need to often change the names of this buttons, or change the file locations or  actions of a current button...

Is it possible that on right click of each button i can get a text window popup where i change the name and action for current button(directly in windows, without going to scite and opening the full code)?

 

THankstable_of_buttons.png

P.s. This is an image of what i want to do, right now if i want to change name or action on a button or delete-move button, i have to open scite and find code for each button, then change it, and it takes alot of time... (so is there a way that i can right click the button in windows, and then i get  a popup with the name and code of this button only, so i can edit it and save?)

Link to comment
Share on other sites

You might want to have an init file that your executable can read for the button names.  Then just update that init file as needed.  (I assume you want these changes to persist from one execution to the next.)  Or, more simply, put all the create functions in a separate .au3 file that you include.  Use your #region definitions to narrow down the area of interest quickly.

 

Edited by quickbeam
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...