... It is really cool... But I am really scared to run something that uses RoyalBridge. In your app it freezes everything for ages just to get the assign list....
... I assume the freeze - about a second and a half on my A4000/040@25 - comes from locking the DOS list, which apparently Forbid()s. It that what prevents the...
Robert A. Sisk
RSisk@...
Mar 3, 2002 12:24 am
522
... It takes 6-7 secs on my A4000/025. Having the system frozen (because of locking the doslist completly freeze the system, it is not the Forbid()) for that...
... A while ago you said you had considered providing subclassing but that it was too slow. Might you have decided otherwise had it been four times faster? :-)...
Robert A. Sisk
RSisk@...
Mar 6, 2002 2:06 am
524
When I retrieve disc data, most of the track titles are missing. Here are some examples. When I try to edit the data with the FreeDB program or with the mcc, I...
Robert A. Sisk
RSisk@...
Mar 6, 2002 10:08 pm
525
Hello, Alfie. This slider doesn't work very well. When the window opens and the slider has the default value 0, it's at the left instead of centered. Dragging...
Robert A. Sisk
RSisk@...
Mar 7, 2002 2:41 am
526
... By: Robert A. Sisk ->: a Mail ... a very old amiga waiting :-) could one of you programmers make a binkd with mui gui ? i have alot of users for people...
... Slider.mcc is intended to be used when you have to choiche in a little set of possible values. If you need that big set you should use a numeric-string ...
With a CD playing, I start this script and press Stop Event, and it fails on an invalid argument. When I repeat the above procedure, pressing Stop Inline...
Robert A. Sisk
RSisk@...
Mar 10, 2002 3:31 am
529
... All happens because of a little bug in CDStartStop() that doesn't parse thee 3rd argument correctly (more: I used a wrong function from my rxtoolit.lib -...
... I tried to put your data hardly in freedb.library and disc infos were retrieved and stored correctly. Don't know, I never had such a problem. ... As the...
... Thanks for fixing the invalid arguments, Alfie. However, you didn't answer ... Why is Stop so much slower than other functions? Kind regards, -- Bob Robert...
Robert A. Sisk
RSisk@...
Mar 10, 2002 9:48 pm
532
... It doesn't happ3n here. See, programming CDROM scsiII, I understood how much results are hardware and (Amiga exec) device depedent. Use the method that...
... Is there another way to stop playing besides CDStartStop with the Stop option? Incidentally, does RxCD use cd.device to do its work? Finally, what does the...
Robert A. Sisk
RSisk@...
Mar 11, 2002 11:47 pm
534
... No. ... Of course no: RxCD doesn't use any specific device but only sends SCSI-direct command via the device you specify, E.g.: CDStartStop('cd0',...)...
... I use CacheCDFS that came with OS 3.9. My CD0 moumt file specifies scsi.device. I presume it's in (3.1) ROM because I don't see it in Devs:. The version...
Robert A. Sisk
RSisk@...
Mar 13, 2002 8:54 pm
536
Alfie, please fix the PlayTOC example. It fails trying to call CDDBGet() on line 136. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Mar 15, 2002 12:31 am
537
When the last track finishes playing, polling the drive with CDStatus() still gives an AudioStatus of 17 - playing. It should give 19 - play completed -...
Robert A. Sisk
RSisk@...
Mar 15, 2002 5:08 am
538
An empty multicolumn NList hides its titles. List should probably do the same - right, Alfie? Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Mar 16, 2002 12:10 am
539
Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Mar 16, 2002 3:08 am
540
Am I doing this right, Alfie? FreeDBDiscWindow.Contents=xNewObj('FreeDBDisc','FreeDBDisc') call DoMethod 'FreeDBDisc','GetDisc','Local' Kind regards, -- Bob ...
Robert A. Sisk
RSisk@...
Mar 16, 2002 4:58 am
541
New FreeDB stuff are available at http://web.tiscali.it/amiga/freeb/ Ciao. Alfonso....
... List(#?) an NList(#?) have nothing is common but they are used for tha same goals. They are different classes and so have different behaviours wich depends...
... LOG REPLY: I noted that many CDROMs do that: - When playing AudioStatus is 17 (Play=1 Pause=0 Complete=0) - When playing is over AudioStatus is 19 (Play=0...
Hi Alfonso, One year ago you explain me that for display only 2 of 3 columns un a list I must use this: COL=2,COL=3 NOBAR,COL=-1 It work but it's not the rules...
Alfie, in your ARexx function libraries generally, where an argument accepts a null value, please make the argument optional, so I can simply omit it, rather...
Robert A. Sisk
RSisk@...
Mar 17, 2002 10:42 pm
547
I tried FreeDB 3.2, and I've attached some downloaded files. Is the central database missing so much of the data, or is it getting lost during the download? In...
Robert A. Sisk
RSisk@...
Mar 19, 2002 4:26 am
548
... You are right. I should do that, but it needs that bit of work I have't time to do right now. Ciao. Alfonso....
... I don't touch the format in RxMUI. Init format (the format supplied at init time) is used to derive the number of the columns of the list. That information...