TextEditor_HorizontalSlider

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_HorizontalSlider

Post by lazi »

There is a Texteditor.Scrollbar attribute which is maybe the equivalent of MUIA_TextEditor_Slider, but there is nothing like MUIA_TextEditor_HorizontalSlider.

Why is it missing? Not all platforms can support it?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: TextEditor_HorizontalSlider

Post by airsoftsoftwair »

I think this wasn't supported for a very long time because I opened a ticket about it already in 2015, see here: https://github.com/amiga-mui/texteditor/issues/2

But as you can see in the ticket, Jens claims that it has been implemented now so I should probably update MUI Royale and RapaGUI to support it as well...
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: TextEditor_HorizontalSlider

Post by lazi »

Probably you should do it! :)

It was a nice reading the three years long story of the horizontal slider.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: TextEditor_HorizontalSlider

Post by airsoftsoftwair »

MUI Royale:

Code: Select all

- Fix: "NoWrap" mode for Texteditor.WrapMode didn't show a horizontal scrollbar because this wasn't
  supported by TextEditor.mcc up until recently; since it is now supported by TextEditor.mcc, MUI Royale
  now requires TextEditor.mcc 15.53 in case you want to use Texteditor class
RapaGUI:

Code: Select all

- Fix [Amiga]: Texteditor.NoWrap didn't show a horizontal scrollbar; since this is now supported by
  TextEditor.mcc, RapaGUI now requires TextEditor.mcc 15.53 in case you want to use Texteditor class
Post Reply