Context menu items icon

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
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

Context menu items icon

Post by soapagent »

The V16 documentation mentions that the icon used for context menus can be changed. Can anybody point me to documentation or an example of how to do this?
Paul

Re: Context menu items icon

Post by Paul »

This icon is set with a new system shared property. Details can be found here..

For LongRange LANSA

http://www.longrangemobile.com/docs/lan ... interf.htm

And for LongRange with RPG...

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

An example for RDMLX would be...

Code: Select all

* Note abacus_32.png must be enrolled in the schema under Schema Properties --> Application Resources
#Com_Owner.Set Property('/SysStates.ContextMenuIcon') To('abacus_32.png')
Mark_Dale
Posts: 61
Joined: Thu Apr 19, 2012 11:06 am

Re: Context menu items icon

Post by Mark_Dale »

There are also some instructions in:

http://longrange.lansa.com.au/viewtopic.php?f=11&t=283

They might be helpful
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

Re: Context menu items icon

Post by soapagent »

Thanks, that worked as advertised!
Post Reply