Search found 121 matches

by ZeroG
Wed Oct 21, 2015 8:28 pm
Forum: AmigaOS Feature Requests
Topic: Printer Prefs -- "Always init printer" issue
Replies: 9
Views: 10051

Re: Printer Prefs -- "Always init printer" issue

It is possible to create something like USBPAR:, but its unnecessary.
Use something like:

COPY ram:test_raw_data to PRT:TRANSPARENT

See port_handler.doc for more infos and options.
by ZeroG
Wed Oct 21, 2015 8:14 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: OS4.1 FE (SAM440) USB stick icon appears twice
Replies: 17
Views: 23204

Re: OS4.1 FE (SAM440) USB stick icon appears twice

It is showing always the same device (usb0). And the device does not disappear from the gui window when unplugging it. Yep that#'s the idea, the stick gets associated with that device USB0: for the rest of the session. If you inserted second stick it would get a new device name, put the old one bac...
by ZeroG
Sat Sep 26, 2015 6:51 am
Forum: AmigaOS Feature Requests
Topic: Wb Titlebar transparency
Replies: 1
Views: 3581

Re: Wb Titlebar transparency

I cant find anywhere in the GUI nor workbench prefs to change transparency for wb title bar. ... Also when trying to decrease the "window title bar gadget size" nothing happens. I want to make the title bar thinner/smaller. This will only work if the OS-Skin you are using does not set a B...
by ZeroG
Sun Aug 16, 2015 7:58 am
Forum: AmigaOS Feature Requests
Topic: RTSP/RTP streaming support for Roadshow
Replies: 4
Views: 6128

Re: RTSP/RTP streaming support for Roadshow

RTSP/RTP is set in the application layer of the network stack -> it is not the task of Roadshow (Transport layer) to support this.
by ZeroG
Sat Aug 15, 2015 6:20 am
Forum: General AmigaOS
Topic: Freeze on ADF with text mode (issue resolved)
Replies: 6
Views: 4113

Re: Freeze on ADF with text mode

tonyw wrote: I'd try it myself but I don't know what an ADF file is
Diskimages of classic amiga floppy disks used for example in UAE.
by ZeroG
Sun Aug 02, 2015 6:38 pm
Forum: Platform: AmigaOne X1000
Topic: Beeping at boot up
Replies: 10
Views: 7057

Re: Beeping at boot up

Yes, you can disable it in SYS:Prefs/Sound.
by ZeroG
Sun Aug 02, 2015 7:28 am
Forum: General AmigaOS
Topic: BUG/Crash Installer 53.2 (03.10.2014) (4.1fe)
Replies: 1
Views: 1350

BUG/Crash Installer 53.2 (03.10.2014) (4.1fe)

Hi, Installer 53.2 (03.10.2014) (4.1fe) will crash if it tries to list the drawers of a volume if there is a drawername longer than 40 characters. - create a drawer with a 40+x character name somewhere - start a installer script that allows to select the destination drawer - point installer to the p...
by ZeroG
Sun Jun 07, 2015 5:15 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: OS4.1FE did not start.
Replies: 80
Views: 91273

Re: OS4.1FE did not start.

I remember SFS being limited to a 2 GB boot partition needing to be inside the first 4 GB of a HDD This is only true on classic hardware because it will first boot os3.x. BTW: It's like this with every filesystem, not only sfs. (the rest of the partitions can be as big as 120 GB max[?] anywhere on ...
by ZeroG
Sat Apr 11, 2015 9:20 pm
Forum: General Developer Support
Topic: Locking a Public Screen from a pointer.
Replies: 5
Views: 2503

Re: Locking a Public Screen from a pointer.

There are 2 things that might be easier than using the pubscreenlist:
  • the screenname should be found in struct Screen.DefautTitle and/or Screen.Title
  • open a empty dummy window to lock the screen while changing the other window