I tried again today, same thing.
I can't paste to the root of Work or any drawer (not a protection bit issue).
Search found 214 matches
- Wed Dec 28, 2016 11:52 pm
- Forum: Platform: AmigaOne X5000
- Topic: Can't write ANY files to partition
- Replies: 5
- Views: 4738
- Wed Dec 28, 2016 12:29 am
- Forum: Platform: AmigaOne X5000
- Topic: Can't write ANY files to partition
- Replies: 5
- Views: 4738
Can't write ANY files to partition
I just tried to download a file from OS4Depot to my Work partition. Failed, could not open. Tried a few times. Downloaded it on Windows, tried to FTP it to X5000, failed, could not open. Sent it to Storage partition on same drive, worked. Tried to copy it from Storage to Work, failed, error 1060, Co...
- Mon Dec 26, 2016 6:44 pm
- Forum: Platform: AmigaOne X5000
- Topic: 1920x1200 How to add?
- Replies: 4
- Views: 3979
Re: 1920x1200 How to add?
+RB did not help.
Checking "Detect settings automatically" and some reboots did the trick.
Checking "Detect settings automatically" and some reboots did the trick.
- Thu Dec 22, 2016 3:54 am
- Forum: Platform: AmigaOne X5000
- Topic: 1920x1200 How to add?
- Replies: 4
- Views: 3979
1920x1200 How to add?
I have RadeonHD.chip 2.18 (08/12/2016) installed (from Enhancer CD). Devs->Monitors->Radeon HD 7800 series I added to the tooltypes MODE=1920x1200@60 Go into Prefs->ScreenMode->Monitors it shows the 1920x1200 resolution. But in Available Modes, it does not appear. 1920x1080 is the largest. Is there ...
- Tue Nov 08, 2016 12:43 am
- Forum: AmigaOS Documentation Wiki
- Topic: workbench.doc.txt
- Replies: 0
- Views: 5471
workbench.doc.txt
Handful of Unlock() calls at OpenWorkbenchObjectA. Should be UnLock().
- Sun Oct 23, 2016 2:40 am
- Forum: SDK Support
- Topic: GradientSlider
- Replies: 1
- Views: 6957
GradientSlider
Why is there no proto/gradientslider.h?
- Sun Sep 18, 2016 12:42 am
- Forum: AmigaOS Feature Requests
- Topic: GetVersion()
- Replies: 5
- Views: 8233
Re: GetVersion()
C:version path full >T:version.txt
then Parsing the text file is so old school.
It should also work for devices/volumes. Colinw's suggestion doesn't work for them.
then Parsing the text file is so old school.
It should also work for devices/volumes. Colinw's suggestion doesn't work for them.
- Sun Sep 11, 2016 7:51 pm
- Forum: AmigaOS Feature Requests
- Topic: GetVersion()
- Replies: 5
- Views: 8233
GetVersion()
How about adding a command to get a file/program's version string? IDOS->GetVersion(Path, GETVERSION_FullString, &buffer, GETVERSION_Version, &version, GETVERSION_Revision, &revision, GETVERSION_Date, &datebuffer, GETVERSION_Comment, &commentbuffer, (the extended comment at end) ...
- Fri Aug 19, 2016 8:45 pm
- Forum: General Developer Support
- Topic: LISTBROWSER_AutoVirtualWidth
- Replies: 2
- Views: 2296
Re: LISTBROWSER_AutoVirtualWidth
Working fine on a friend's system who is a beta tester, with newer OS than me.
- Sun Aug 14, 2016 5:04 pm
- Forum: General Developer Support
- Topic: LISTBROWSER_AutoVirtualWidth
- Replies: 2
- Views: 2296
LISTBROWSER_AutoVirtualWidth
struct TextAttr DejaVuSansMono14={ (STRPTR)"DejaVu Sans Mono.font",14,0,FPF_DISKFONT }; LAYOUT_AddChild, Objects[GAD_PREVIEW_TEXT]=IIntuition->NewObject(ListBrowserClass,NULL, GA_ID, GAD_PREVIEW_TEXT, GA_ReadOnly, TRUE, GA_TextAttr, &DejaVuSansMono14, LISTBROWSER_Borderless, TRUE, LIS...