About Store Forum Documentation Contact



Post Reply 
Region::view Button
Author Message
fatcoder Offline
Member

Post: #1
Region::view Button
It is not possible to replace the view Button in a region with a custom button to override it's look and behaviour.

I have an idea that would make customizing the entire Gui a lot easier. If all sub controls were in a FixedArray (even if there is only one), then it becomes very easy to replace all the sub controls with your own implementations.

For example, Region already has the two SlideBars in a FixedArray. The view button could also be put into its own FixedArray of just one element. This could be done with all controls across the entire Gui.
03-23-2014 03:35 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Region::view Button
Available in next release
03-27-2014 09:47 PM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #3
RE: Region::view Button
Very good. Thank you. grin
03-28-2014 02:57 PM
Find all posts by this user Quote this message in a reply
Post Reply