Page 1 of 1

[RPG] RPG API similar to Set_SystemMenu in RDMLX

Posted: Thu Jun 05, 2014 3:22 pm
by MegumiSawada
Hi,

Is there any LongRange RPG API which works the same as Set_SystemMenu in RDMLX?

We can change the command text by using Set_SystemMenu in RDMLX. I'd like to do the same in RPG.

I appreciate your kind advice!

Best Regards,
Megumi

Re: [RPG] RPG API similar to Set_SystemMenu in RDMLX

Posted: Thu Jun 05, 2014 3:35 pm
by tsupartono
Megumi,

Please refer to the documentation below.

http://www.longrangemobile.com/docs/LRP ... mmenus.htm

Re: [RPG] RPG API similar to Set_SystemMenu in RDMLX

Posted: Thu Jun 05, 2014 3:45 pm
by MarkDuignan
In the shipped RPG demonstration you can also copy/paste/email RPG code samples using System.Menus from:

‘Advanced Examples’ -> ‘Controlling Menus’ – program EXAM0084

‘Advanced Examples’ -> ‘Controlling Tabs and Commands’ – program EXAM0085

Re: [RPG] RPG API similar to Set_SystemMenu in RDMLX

Posted: Thu Jun 05, 2014 4:04 pm
by MegumiSawada
Oh,no, why can't I find that...?!

Thank you!

Megumi

Re: [RPG] RPG API similar to Set_SystemMenu in RDMLX

Posted: Thu Jun 05, 2014 4:23 pm
by MarkDuignan
Because it is hard to find one thing among so many examples?

Try using the 'Example Finder' - and type in System.Menus.

That will show you every demonstration or example program that uses it - there are quite a few more.