Hello, Alfie. Here are some problem reports and feature requests. In FreeDB's main window track list, double-clicking a track entry plays the one after the one...
Hi! I've detected that: call WBGetAttr('',"SELECTEDICONLIST","stem") Gives me some infos to CLI window which I don't want: WB library version >= 44 Attribute...
Hi, I've had a user request to add grouping to the channels list in AmiPodder (my rxmui based podcast receiver utility) so I want to move from using an NList...
... I, too, have used (n)listtree only as a static setup. I'd like to suggest that you make a short example that demonstrates the problem and send it as an...
Hi Robert ... Thanks for replying. With a bit more experimentation I managed to get around my initial problem by specifying some of the parameters rather than...
For List attributes First and Visible notify() executes but fails to trigger. For Visible xGet() and notify() TriggerAttr complain "attribute not readable". ...
Hi, I've been asked to add locale support to AmiPodder (my podcasting utility with an rxMUI interface). I looked through the rxMUI documentation and did some...
Hi Robert, ... Thanks for the pointer, I didn't know about the Locale ARexx interface and the LocalizeStrings() function looks like it will make implementation...
Hoi Robert, ... I've made a script with a locale. If I remember correctly I was using FlexCat: http://www.aminet.net/package.php?package=dev/misc/FlexCat.lha ...
Hi Bernd, ... http://www.aminet.net/package.php?package=dev/misc/FlexCat.lha ... Thanks for the tip. I've had a quick look at FlexCat and the ARexx example...
How the heck do I force the CheckMark gadget to stay the same hight as the gadgets abowe and below it? I have made a page with five vertical columns/groups...
In the attached example I use List.SortFormat='Col 2,Col 3' to order entries by the last 2 of 4 columns, but the entries show up in the wrong order. What am I...
... Never used, but after reading the docs: SortFormat .. only define the type of the sort (char (no)case or number) SortType .. is setting the real sorting ...
In the attached example, inserting an entry at the top of a list with an active entry below the visible range is followed by a spontaneous jump to the active...
Here's an odd bug: In the attached example the NList has no context menu. Disabling the NListview at creation time instead of later, or using Listview and List...
... 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...