... I have a mess on my HD, so I got the freedb sources online and it works fine. ... Seems fixed in the attached. ... Done in the attached. ... I really can't...
... The Play All menu item starts with track 2. Double-clicking track 1 plays track 2. Double-clicking track 2, 3 or the next-to-last track flashes the arrow...
... I have just tested that on mos, WinUAE and, lol, you made to replug my 4000 and it has gone right. You know, it has already happened between us: sometime I...
Hello, Alfie. The FreeDB software you sent recently on this list apparently has a broken submit function. The text seems to have been omitted. *** Begin of...
Hoi Dave, ... How about: /**/ IF OPEN("SEROUT", "SER:", "WRITE") THEN DO CALL WRITELN("SEROUT", "I'll be written to serial") CALL CLOSE("SEROUT") END I never...
Heya Bernd ... Well, I expect the output like this on the CON:, but you have a valid point. There is no reason not to try it first. I had just suspected that...
Hi, I use TheBar.mcc to add a toolbar to AmiPodder (my rxMUI based podcast client). I recently upgraded to TheBar version 21.1 from the sourceforge site...
Hi Mario, ... Thanks for the confirmation. I've just checked and there have been two new TheBar.mcc releases taking it up to version 21.3. If the problem still...
In the attached example RxMUI doesn't recognize the ClassVersion attribute of a custom class. Can anyone tell me what I'm doing wrong? RxMUI 42.2, MUI 3.8,...
... Some centuries ago, the functions for searching attributes and methods were changed from linear to binary. In linear searching the super class attributes...
In the attached example I set the first button red, but setting the second one green changes the first one back to the background color. 256 colors, RxMUI...
Hoi, ... In the description of the Areaclass the Attribute "EBackground" is defined as "only at creation time", maybe that's why it doesn't work correctly when...
In the attached example, flip PenAdjust to the RGB page and adjust its wheel. ColorAdjust responds even though they aren't linked. Kind regards, -- Robert A....
In the attached example: When I press the button, marking the string shows a cursor, even when the string isn't active. Is this a glitch in Textinput? Is this...
In the attached example the use of the Numeric Stringify attribute prevents Ctrl-C from quitting the program. Why? RxMUI bug? Kind regards, -- Robert A. Sisk ...
When RMH_ReadFile() returns a null string, is the file empty or has the read failed? The DOS/IoErr() autodoc says the error code isn't predictable when there...
Release. Please, be very liberal if some mistakes was made. The first should only fix the notify class attrs not available in area class while the second...
I reported this problem a few weeks ago (for RxMUI 42.2), but my message apparently never reached the list. Here's another try. In the attached example the...
Hello, RxMUI list. In the attached example changing the value of an entry column unselects the entry. Why? It doesn't seem reasonable that ReplaceCol should...
... You are right, it should. But because of replacecol is implemented, it is hard to fix that behavior. I remember there were strange side effects when...
Hello, Alfie. HString seems to be broken in the latest RxMUI: it doesn't accept input, as shown in the example of the same name. I've had to drop back to 42.2....
... Please, get the usual rxmui.lha and copy the libs files by hands. It was not pumped so the installer would not work. HString should be fixed and the...
... The attached example writes a console message when creating the PopObject. Why? RxMUI 42.3 (2nd edition), MUI 3.8, AmigaOS 3.9, A4000/040 Kind regards, -- ...