AdvToolBar Request

My application saves settings in an XML file, rather than an INI or the registry. For most controls it is easy to store their position but I don't seem to be able to store/restore the necessary settings without using the built in the AdvToolBar built-in functions that require storage in an INI or the registry. In contrast, storing columnsettings with Advstringgrid ys very easy (thank you!) due to the StringtoColumnStates function. Could you add a similar string-oriented function to AdvToolbar for saving/restore toolbar position?


Thank you!

It would require code to encode the state/settings in a string and then the reverse to parse the string. It will take some time to add & test such code. We'll consider this for a future update.