Hello,
i work with this on a win32 system.
text = ((char)0).ToString() + textCaption + ((char)0).ToString() + text + ((char)0).ToString();
here is the Insim.txt example.
On win32 system it all good but when running under linux the result is:
No button text appear, if i click on the button, caption open but only a "?" is displayed as the caption text.
The button has for Style: ISB_CLICK+ISB_DARK , MaxInputChar = 3+128, Text:^2Stats, CaptionText:^Start speed, ex:0.
If i keep only the "text", no caption text, the button display correctly and the text is used for button display and text caption.
i work with this on a win32 system.
text = ((char)0).ToString() + textCaption + ((char)0).ToString() + text + ((char)0).ToString();
here is the Insim.txt example.
On win32 system it all good but when running under linux the result is:
No button text appear, if i click on the button, caption open but only a "?" is displayed as the caption text.
The button has for Style: ISB_CLICK+ISB_DARK , MaxInputChar = 3+128, Text:^2Stats, CaptionText:^Start speed, ex:0.
If i keep only the "text", no caption text, the button display correctly and the text is used for button display and text caption.