Torquinox opened this issue on Sep 18, 2021 ยท 29 posts
adp001 posted Sat, 25 September 2021 at 1:15 AM
One more :)
If I copy formatted text into the editor, it is displayed correct. Including indentation and color information. But after posting it, all indentations are gone. If I click the edit button, it comes back to the editor correctly formatted (indentations intact). But still not shown in the Forum after sending it back. Sounds like the information is there but the text isn't correctly displayed.
Here is a sample:
self.figurelist = WXtools.PrepCtrl(WXtools.ChoiceCtrl, choices=[],
name="figurelist", bgcolor=CHOICE_BG_COLOR,
tooltip="Left click to select.\n"
"Right click to reload Figurelist.",
bind=((wx.EVT_RIGHT_UP, self.updateFigurelist),
(WXtools.EVT_POPUP_SELECTION, self.onChoice))
)
Maybe it helps correcting this.