Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right-click on menu item or autotext item to open the file in which it resides
#1
Hi,

I created A lot of AutoText's files and pop-up menus's files , 

Sometimes, I want to edit it, but it's not very convenient to find or locate them, so I want to implement this below function

Right-click on menu item or autotext item to open the file in which it resides
[Image: 888.png]

Or, is there another more convenient way to locate it?

Thanks in advance for any advice and help
david

Function Men8
Code:
Copy      Help
str s=
;1 show dialog

MenuPopup m.AddItems(s)

_i=m.Show
sel _i
,case 1
,mes "hello"

Autotext autotext8
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m
te :sub.Sub1 ;;1 hello

#sub Sub1 m
mes "hello"


Messages In This Thread
Right-click on menu item or autotext item to open the file in which it resides - by Davider - 08-13-2022, 02:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)