Hello everyone,
I am using Powerbuilder 12. I want to change few of the Menu
properties i.e. MenubackColor etc. at runtime i.e. through script.
Whenever i call menu's method in descendent class
(this.menubackColor=long(1234567898)), it generates an error. error:
Systemwrite property can only be modified through an event or funtion
in parent class.
I tried to manipulate Menu class but could find Menu object. Can
anybody help me in this regard?
Thank You,
Adil Khalil