Page 1 of 1

Context menu items icon

Posted: Mon May 26, 2014 2:17 pm
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?

Re: Context menu items icon

Posted: Mon May 26, 2014 3:02 pm
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')

Re: Context menu items icon

Posted: Mon May 26, 2014 3:43 pm
by Mark_Dale
There are also some instructions in:

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

They might be helpful

Re: Context menu items icon

Posted: Mon May 26, 2014 5:27 pm
by soapagent
Thanks, that worked as advertised!