[RPG] RPG API similar to Set_SystemMenu in RDMLX

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG] RPG API similar to Set_SystemMenu in RDMLX

Post 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
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

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

Post by tsupartono »

Megumi,

Please refer to the documentation below.

http://www.longrangemobile.com/docs/LRP ... mmenus.htm
MarkDuignan
Posts: 346
Joined: Wed Apr 18, 2012 10:33 am

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

Post 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
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

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

Post by MegumiSawada »

Oh,no, why can't I find that...?!

Thank you!

Megumi
MarkDuignan
Posts: 346
Joined: Wed Apr 18, 2012 10:33 am

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

Post 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.
Post Reply