About Store Forum Documentation Contact



Post Reply 
CMenu in Menu::Elm is private?
Author Message
fatcoder Offline
Member

Post: #1
CMenu in Menu::Elm is private?
The CMenu inside the Menu::Elm is declared private so it cannot be accessed. This cause a problem with changing the colors used in the CMenu. Can this be made public by default?
03-20-2014 02:58 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: CMenu in Menu::Elm is private?
I've made it public for next release.
03-31-2014 05:57 AM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #3
RE: CMenu in Menu::Elm is private?
Thanks.

This could also use a FixedArray, as discussed in http://www.esenthel.com/community/showth...p?tid=7603. This would allow the cmenu to be replaced with a custom implementation. There are a number of controls actually that could benefit from this. Would really make customizing the gui a piece of cake if all controls used this for their sub-controls smile
03-31-2014 08:56 AM
Find all posts by this user Quote this message in a reply
Post Reply