I have few custom controls which show static text. These controls use to show zeros(0) in wx 2.8 version , now the same controls are showing some junk values when the application is launch and before its initialization. All these values in text control and filled dynamically based on user action.
How do I make it show default values like 0.0 or something in latest wxwidgets?