Search found 1182 matches
- Wed Aug 24, 2011 4:06 pm
- Forum: General AmigaOS
- Topic: usbprinter.device problem if printer not turned on
- Replies: 40
- Views: 19653
Re: usbprinter.device problem if printer not turned on
The printer support in OS4 has always been sadly lacking (we can't use anything from OS 3.9 and Turboprint barely runs because of its old bugs). Adding USB drivers in the chain only exposes more problems. The problem wasn't exposed in the previous version of usbprinter.device so I think it's a usbp...
- Wed Aug 24, 2011 3:55 pm
- Forum: General AmigaOS
- Topic: usbprinter.device problem if printer not turned on
- Replies: 40
- Views: 19653
Re: usbprinter.device problem if printer not turned on
Nothing untoward happens. No requesters, no ringhio notifications. Maybe it would help if we knew if we are talking about the same version of usbprinter.device or not. The version information for my usbprinter.device is v53.2 (11/12/2009). The previous version 52.8 (3/11/2008) does not exhibit the ...
- Sun Aug 21, 2011 1:39 am
- Forum: General AmigaOS
- Topic: c:copy command and links
- Replies: 26
- Views: 10452
Re: c:copy command and links
But of course it could be done, conceptually. Whether it is feasible reasonably to make the existing copy command do it, I don't know. Links (at least soft links) get copied with a WorkBench drag-n-drop copy. Maybe the problem is in dos.library rather than the copy command because Dopus4 botches li...
- Sun Aug 21, 2011 1:12 am
- Forum: General AmigaOS
- Topic: usbprinter.device problem if printer not turned on
- Replies: 40
- Views: 19653
Re: usbprinter.device problem if printer not turned on
It better be fixed by the time I finish this sentence. ;-) It would be nice if getting things fixed was as simple as demanding that it happen :-) When these forums started, I sort of expected that bugs and problems would be acknowledged in some way. It would be nice to hear something like: "Ad...
- Wed Aug 10, 2011 3:39 pm
- Forum: General AmigaOS
- Topic: Suggestion: Click Cursor Position in CLI
- Replies: 14
- Views: 9040
Re: Suggestion: Click Cursor Position in CLI
@fingus I don't think it is necessarily a language issue. Like other KingCON users, I immediately knew that you were suggesting an editable command line in the Amiga shell (console actually). Most of us would like to see most of the additional features in KingCon included in the Amiga console (scrol...
- Fri Jul 29, 2011 2:58 pm
- Forum: General AmigaOS
- Topic: usbprinter.device problem if printer not turned on
- Replies: 40
- Views: 19653
Re: usbprinter.device problem if printer not turned on
Yes. It's actually OS 4.1 update 2. Just wishful thinking I suppose.nexus wrote:xenic wrote: System: SAM Flex 800 with OS 4.2![]()
- Thu Jul 28, 2011 4:39 pm
- Forum: General AmigaOS
- Topic: usbprinter.device problem if printer not turned on
- Replies: 40
- Views: 19653
usbprinter.device problem if printer not turned on
Some word processing programs open the printer.device to access the current settings when they start. usbprinter.device throws up requesters (& Ringhio notifications) if the device is opened with the printer off. If I attempt to change the device from usbprinter.device to printer.device in print...
- Mon Jul 25, 2011 2:57 pm
- Forum: General AmigaOS
- Topic: media toolbox and settings
- Replies: 7
- Views: 6268
Re: media toolbox and settings
hi. i think this has to be made more easy for the end user. why entering such values at all? isn't the system able to just set them correct? I think most of the default settings are O.K. for current filesystems. The only problem I ever had was the "blocksize" , which defaulted to 1024 but...
- Sun Jul 03, 2011 3:42 am
- Forum: SDK Support
- Topic: Run AmigaDOS commands in a makefile
- Replies: 3
- Views: 5222
Re: Run AmigaDOS commands in a makefile
@corto
One of my makefiles uses @@ in a similar way but right now I don't have time for a recompile to see if it still works. There is one extra thing in my makefile; it has a backslash after the @@ like this:
@if exists ${ARCHIVE_BASE} @@\
delete ${ARCHIVE_BASE} @@\
endif
One of my makefiles uses @@ in a similar way but right now I don't have time for a recompile to see if it still works. There is one extra thing in my makefile; it has a backslash after the @@ like this:
@if exists ${ARCHIVE_BASE} @@\
delete ${ARCHIVE_BASE} @@\
endif
- Thu Jun 23, 2011 4:23 pm
- Forum: General AmigaOS
- Topic: NotePad PubScreen issue (fixed)
- Replies: 1
- Views: 2645
NotePad PubScreen issue (fixed)
While I was responding to a problem at Amigans.net, I noticed that NotePad does not bring the screen to the front when it is opened on a Public Screen with the "PUBSCREEN=screen_name" TOOLTYPE. It's a little disconcerting when you double-click a program icon and the WorkBench window it app...