texteditor offarea characters

Discuss GUI programming with the MUI Royale plugin here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

texteditor offarea characters

Post by lazi »

I have a texteditor object created like this:

Code: Select all

<window AppWindow="true" id="win" title="TextCraft" muiid="MAIN" notify="closerequest; appmessage" sizegadget="True">
	<vgroup>
		<texteditor notify="" cyclechain="true" selected="false" id="editor" scrollbar="true" wrapmode="nowrap"/>
	</vgroup>
</window>
Scrolling long lines makes one character at the line start and end hangs out from the gadget's border.
MUI or MUIRoyale bug?

muimaster.library 21.110
TextEditor.mcc 15.49

Image
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: texteditor offarea characters

Post by airsoftsoftwair »

Definitely TextEditor.mcc or MUI. Show this to tboeckel.
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: texteditor offarea characters

Post by lazi »

Issue is added to the project's github page.

https://github.com/amiga-mui/texteditor/issues
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: texteditor offarea characters

Post by airsoftsoftwair »

+1 for cool nickname "hwsguy" :)
Post Reply