Bobillier Posted January 15, 2007 Report Posted January 15, 2007 Hi all I have develop two small tools this week around Real Time Menu. The first RTM to Tree show the RTM item in a tree control with tag and short-cut. The second RTM to Enum creat an enum control (or constante) from RTM Data. It's usefull when you creat a case structure for each RTM tag. (run on 7.0) My question is about RTM to Enum . I want to creat the enum and copy it in clipboard like when you make Ctrl-C , always in a Vi like now. Like that after , i have just to do Ctrl-V in my destinatuion Vi . I have show in the menu editor APP_COPY and APP_PASTE but i dont know how call these dynamicaly (with out manual action). Any suggestion or comment about this tools ? Regards Eric BOBILLIER Download File:post-5178-1168897759.zip Quote
Bobillier Posted January 15, 2007 Author Report Posted January 15, 2007 Sorry but i have forgot 1 files in my precedent post. Download File:post-5178-1168902350.zip Quote
Ton Plomp Posted January 16, 2007 Report Posted January 16, 2007 I have show in the menu editor APP_COPY and APP_PASTE but i dont know how call these dynamicaly (with out manual action).Any suggestion or comment about this tools ? Regards Eric BOBILLIER In 8.2 I'd use this invoke item: (app->User Interaaction->Invoke Menu Item I'm not sure it exists in 7.1, I couldn't find it. Make sure you have the control selected, I don't know how to do that but scripting should give it to you. Ton Quote
Banu Posted October 11, 2007 Report Posted October 11, 2007 QUOTE(tcplomp @ Jan 16 2007, 07:51 AM) In 8.2 I'd use this invoke item: http://lavag.org/old_files/monthly_01_2007/post-2399-1168933277.png' target="_blank"> (app->User Interaaction->Invoke Menu Item I'm not sure it exists in 7.1, I couldn't find it. Make sure you have the control selected, I don't know how to do that but scripting should give it to you. Ton Hi, this "Invoke Menu Item" is interesting but it does not work with "APP_PRINTER SETUP". Does anybody know why ? Emmanuel Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.