A well-known and used MUI custom class (TextEditor.mcc) which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.
GNU Lesser General Public License v2.1
19
stars
4
forks
source link
MorphOS: MUIC_TextEditor class prevents mouse-wheel/touchbar to scroll content of accompanying MUIC_List, MUIC_Floattext etc #38
Tested on MorphOS 3.18
When on a window there is an object of MUIC_TextEditor and also MUIC_List. Scrolling with mouse wheel or touch pad is not working on MUIC_List object. It works on MUIC_TextEditor.
Tested on example provided with TextEditor:
https://github.com/amiga-mui/texteditor/blob/master/demo/TextEditor-Demo.c
Only adjustments are
Tested on MorphOS 3.18 When on a window there is an object of MUIC_TextEditor and also MUIC_List. Scrolling with mouse wheel or touch pad is not working on MUIC_List object. It works on MUIC_TextEditor. Tested on example provided with TextEditor: https://github.com/amiga-mui/texteditor/blob/master/demo/TextEditor-Demo.c Only adjustments are
const char *StdEntries[] = { "Kind regards ", "Yours ", "Mvh ", "a", "B", "c", "d", "e", "f", NULL };
MUIA_List_AdjustHeight, FALSE,