Hi,
Thanks to all of you for answering this thread. My Amiga however, has been put into storage again to be unpacked somewhere in the late autumn, when I'm no longer on the seasonal move (fingers crossed). So I may be back here in about six months time for this thread.
Regards,
OldFart
Search found 57 matches
- Fri May 21, 2021 3:33 pm
- Forum: Platform: AmigaOne X5000
- Topic: sii3114ide.device
- Replies: 11
- Views: 1027
- Sat Apr 24, 2021 10:43 am
- Forum: Platform: AmigaOne X5000
- Topic: Date & Time will not stay
- Replies: 30
- Views: 10406
Re: Date & Time will not stay
Hi all, Glad someone revived this old thread, 'cause there I was wondering why I have to set date and time EVERY time I switch the X5000 on or resetting it. Thought it was something that actually only occurred to me and no one else, but this thread proves otherwise. Yes, I have checked & replace...
- Sat Apr 03, 2021 12:40 pm
- Forum: General Developer Support
- Topic: Workbench library issue
- Replies: 8
- Views: 710
Re: Workbench library issue
@blamara
Searched the full SDK for a file called 'FileHandleScan' and guess what? Nothing was found...
Thanks anyway.
OldFart
Searched the full SDK for a file called 'FileHandleScan' and guess what? Nothing was found...
Thanks anyway.
OldFart
- Mon Mar 29, 2021 6:58 pm
- Forum: General Developer Support
- Topic: Workbench library issue
- Replies: 8
- Views: 710
Re: Workbench library issue
@Colin I've been looking into it myself again and took the following steps: I copied a full project over, which did not show the above mentioned behaviour. This one use the tags about OpenDrawers (for short). Without copying anything over from the existing example that used the tags about the Progra...
- Mon Mar 29, 2021 11:17 am
- Forum: General Developer Support
- Topic: Workbench library issue
- Replies: 8
- Views: 710
Re: Workbench library issue
@niels
That's the OS-version I have installed. Unresolved issues with (obtaining) the updates from december 2020.
Regards
Tjitte
That's the OS-version I have installed. Unresolved issues with (obtaining) the updates from december 2020.
Regards
Tjitte
- Sun Mar 28, 2021 12:24 pm
- Forum: General Developer Support
- Topic: Workbench library issue
- Replies: 8
- Views: 710
Re: Workbench library issue
Hi Colin,
Thanks for looking into it.
The editor I use is NotePad, but it eludes me why a filehandle would be left open about an executable by a mere plaintexteditor.
My workbench.library has version 53.53
OldFart
Thanks for looking into it.
The editor I use is NotePad, but it eludes me why a filehandle would be left open about an executable by a mere plaintexteditor.
My workbench.library has version 53.53
OldFart
- Fri Mar 26, 2021 8:49 pm
- Forum: General Developer Support
- Topic: Workbench library issue
- Replies: 8
- Views: 710
Workbench library issue
Hi, I encounter some strange behaviour when running this piece of code: /* * Project.c *************/ #include <stdio.h> #include <string.h> #include <exec/nodes.h> #include <exec/lists.h> #include <exec/types.h> #include <exec/tasks.h> #include <proto/exec.h> #include <proto/wb.h> #include <workben...
- Fri Mar 12, 2021 1:50 pm
- Forum: AmigaOS Feature Requests
- Topic: ReAction ListBrowser gadget
- Replies: 1
- Views: 430
ReAction ListBrowser gadget
Hi, Suggestion for a ListBrowser node's list of tags: LBNA_ReadOnly (BOOL) Turns a node at allocation time into a read only node. Defaults to FALSE. While updating my program 'TaskView', I ran into this suggestion as the upcoming version is able to change a task's priority. I would like to block cer...
- Thu Feb 18, 2021 5:41 pm
- Forum: Platform: AmigaOne X5000
- Topic: sii3114ide.device
- Replies: 11
- Views: 1027
Re: sii3114ide.device
Thank for your replies on this matter. To put it straight(er): I JUST have the driver (sii3114ide.device.kmod) installed and THAT fact alone makes the booting an erratic excercise. I have NO card installed. To overcome this erratic behaviour, I moved sii3114.device.kmod over to SYS:Devs and removed ...
- Tue Feb 16, 2021 10:23 pm
- Forum: Platform: AmigaOne X5000
- Topic: sii3114ide.device
- Replies: 11
- Views: 1027
Re: sii3114ide.device
Hi Paul It's not a matter of booting USING any device attached to the sii3114.device, but rather that the system boots erratically when the device is loaded as a kickstart module, even without the card installed. It looks like the software is in the way of proper booting. That's the reason I moved t...