Context menu items icon
Context menu items icon
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
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...
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')
Re: Context menu items icon
There are also some instructions in:
http://longrange.lansa.com.au/viewtopic.php?f=11&t=283
They might be helpful
http://longrange.lansa.com.au/viewtopic.php?f=11&t=283
They might be helpful
Re: Context menu items icon
Thanks, that worked as advertised!