[FIXED] MUI4 Textinputscroll.mcc
Posted: Wed Jan 01, 2014 4:22 pm
I have an old program I still use which needs textinputscroll.mcc. The update to MUI4 included a new version of this class, however I think there is something wrong with the version numbering as I get the following error:

You will note that the similar textinput.mcc (which was also updated with MUI4) is reporting the version correctly, however textinputscroll.mcc is not.
The version command is reporting the correct strings:
So I think it is probably just the numeric VERSION which is wrong.
If I replace with the old version it continues to work correctly. Also note that the revision number of 0 which has been used is technically invalid (and leads me to believe bumprev has not been used for these components).

You will note that the similar textinput.mcc (which was also updated with MUI4) is reporting the version correctly, however textinputscroll.mcc is not.
The version command is reporting the correct strings:
Code: Select all
8.AmigaOS:> version textinputscroll.mcc full
Textinputscroll.mcc 30.0 (16/10/2011)
Copyright (C) 1997-2003 Oliver Wagner, Copyright (C) 2006-2013 Thore Boeckelmann, Jens Maus [AmigaOS4/PPC] [svn r2948]
8.AmigaOS:> version mui:libs/mui/textinputscroll.old.mcc full
Textinputscroll.mcc 29.5 (22/12/2001)
© 1997-2001 Oliver Wagner <[email protected]>, All Rights Reserved
If I replace with the old version it continues to work correctly. Also note that the revision number of 0 which has been used is technically invalid (and leads me to believe bumprev has not been used for these components).