English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 22 June 2019, 10:49   #21
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by hth313 View Post
Launching
DockBotPrefs
results in a "Couldn't load config."
This happens with OS 3.1, the icon library of the dear and good Peter on OS3.1 in addition to the command "C:Loadmodule LIBS:icon.library" needs the command "RemLib >NIL: icon.library" to be added to the user startup.

Tested DockBot also on RTG systems (version Aminet), it also works well on AFA-OS.
In my opinion something is missing to be perfect:
- Function to move the Doc by hand where you want to
- Automatic resize (icons of different sizes do not look good)
- Ability to drag new apps onto the Doc
- Possibility of adding a background to the Doc
- Show Label It doesn't seem to work !
- As mentioned above, replace path System: a SYS: or leave scripts empty

Last edited by AMIGASYSTEM; 07 September 2019 at 22:44.
AMIGASYSTEM is offline  
Old 22 June 2019, 13:30   #22
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Quote:
in addition to the command "C:Loadmodule LIBS:icon.library" needs the command "RemLib >NIL: icon.library" to be added to the user startup.
That's nonsense. You need only one of these.

Loadmodule is the proper way to replace a ROM module, but it needs a reboot.

RemLib removes the library from the resident list, so that it will be loaded from disk. It works on the fly but is a hack.

Running both is stupid because it allocates the memory twice and needs an unnecessary reboot.
thomas is offline  
Old 22 June 2019, 19:19   #23
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Excuse me thomas, forgot to say that RemLib was necessary for RTG systems using the AfA-OS extension.
icon.library by Peter to work on systems like Amikit, AmikitX, AmikiXE, AfA-OS, AIAB AfA-OS and AfA-WB also needs the command "RemLib >NIL: icon.library" otherwise the system uses the Icon_lib.exe
AMIGASYSTEM is offline  
Old 22 June 2019, 20:13   #24
hth313
Registered User
 
hth313's Avatar
 
Join Date: May 2018
Location: Delta, Canada
Posts: 192
"Show labels" works for me, it toggles to tooltip string on the launch icons.
hth313 is offline  
Old 23 June 2019, 07:29   #25
bwldrbst
Registered User
 
bwldrbst's Avatar
 
Join Date: Nov 2015
Location: Perth, Australia
Posts: 73
Thanks for the suggestions!

Quote:
Originally Posted by AMIGASYSTEM View Post
- Function to move the Doc by hand where you want to
Yeah, I'm thinking about making it modal so you could "unlock" the Dock and then drag it around by the handle. Then lock it again to use it.

Quote:
Originally Posted by AMIGASYSTEM View Post
- Automatic resize (icons of different sizes do not look good)
Yep, I agree. I use MWB icons on the machine I developed it on and even then there's no guarantee the icons will all be the same size. Scaling might not work too well but at least making all the buttons the same size should be doable.

I'm also thinking of making the icon borders optional which I think would look better with glowicons or newicons.

Quote:
Originally Posted by AMIGASYSTEM View Post
- Ability to drag new apps onto the Doc
If I go with the "unlock" mode mentioned above, you should be able to drop icons onto the dock, drag them off it to remove them and also shuffle them around.

Quote:
Originally Posted by AMIGASYSTEM View Post
- Possibility of adding a background to the Doc
It would be possible, as the dock clears the window content before drawing a gadget.

Quote:
Originally Posted by AMIGASYSTEM View Post
- Show Label It doesn't seem to work !
As hth313 mentioned, that option toggles tooltips displayed when you hover the mouse pointer over the window.
bwldrbst is offline  
Old 23 June 2019, 12:45   #26
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by bwldrbst View Post
As hth313 mentioned, that option toggles tooltips displayed when you hover the mouse pointer over the window.
Yes I know it works string tooltip, I thought it was text under icon as many Doc
AMIGASYSTEM is offline  
Old 09 February 2020, 12:59   #27
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Tested new version, also works well on RTG screen, thanks

Last edited by AMIGASYSTEM; 07 April 2020 at 20:35.
AMIGASYSTEM is offline  
Old 09 February 2020, 13:08   #28
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by AMIGASYSTEM View Post
Tested new version, also works well on RTG screen, thanks

DockBot also works well with AROS 68k

Last edited by AMIGASYSTEM; 07 April 2020 at 20:35.
AMIGASYSTEM is offline  
Old 09 February 2020, 16:17   #29
fxgogo
Also known as GarethQ
 
fxgogo's Avatar
 
Join Date: May 2019
Location: Twickenham / U.K.
Posts: 715
Some of you may have seen this post already on Amigalove.com, but it is rather interesting and possibly another way to tackle a dock app.

https://www.amigalove.com/viewtopic.php?f=7&t=1347
fxgogo is offline  
Old 09 February 2020, 20:00   #30
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by fxgogo View Post
Some of you may have seen this post already on Amigalove.com, but it is rather interesting and possibly another way to tackle a dock app.

https://www.amigalove.com/viewtopic.php?f=7&t=1347

Beautiful installed on my WB1.3 and WB2.1

Last edited by AMIGASYSTEM; 07 April 2020 at 20:35.
AMIGASYSTEM is offline  
Old 09 February 2020, 20:29   #31
fxgogo
Also known as GarethQ
 
fxgogo's Avatar
 
Join Date: May 2019
Location: Twickenham / U.K.
Posts: 715
Quote:
Originally Posted by AMIGASYSTEM View Post
Beautiful installed on my WB1.3 and WB2.1

Like the colour pallete.
fxgogo is offline  
Old 09 February 2020, 20:56   #32
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
http://aminet.net/package/misc/antiq/Stripes
AMIGASYSTEM is offline  
Old 10 February 2020, 11:09   #33
bwldrbst
Registered User
 
bwldrbst's Avatar
 
Join Date: Nov 2015
Location: Perth, Australia
Posts: 73
Quote:
Originally Posted by AMIGASYSTEM View Post
DockBot also works well with AROS 68k
Wow, that's awesome! Thanks for trying it out!
bwldrbst is offline  
Old 10 February 2020, 13:03   #34
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Thanks to you, i don't know if I can't see it, but I don't see the Tab to add an application on the menu, if I drag the application a GUI opens but the path is not added and the icon see my video.

As asked in the past would be interesting a background maybe in transparency as for "AmiStart" where the color matches the background see my video.


https://drive.google.com/open?id=1_L...HRolR7ICfxFTiD
AMIGASYSTEM is offline  
Old 10 February 2020, 13:10   #35
bwldrbst
Registered User
 
bwldrbst's Avatar
 
Join Date: Nov 2015
Location: Perth, Australia
Posts: 73
Quote:
Originally Posted by AMIGASYSTEM View Post
Thanks to you, i don't know if I can't see it, but I don't see the Tab to add an application on the menu, if I drag the application a GUI opens but the path is not added and the icon see my video.
Yeah, that isn't right. I'll get that fixed.

Quote:
Originally Posted by AMIGASYSTEM View Post
As asked in the past would be interesting a background maybe in transparency as for "AmiStart" where the color matches the background see my video.
Adding a background image and the option of using non-icon brushes for buttons are planned for the next version.

We should probably move this to another thread at some point...
bwldrbst is offline  
Old 10 February 2020, 18:19   #36
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Ok thanks again, on AROS 68k I found only a small problem on Gadgets "Eyes", you can see only a black box

About Gadgets "DockMem" on RTG screens I found an inconsistency on consumption between the two types of Ram! watch my 2 screenshots

Last edited by AMIGASYSTEM; 10 February 2020 at 18:42.
AMIGASYSTEM is offline  
Old 11 February 2020, 04:49   #37
bwldrbst
Registered User
 
bwldrbst's Avatar
 
Join Date: Nov 2015
Location: Perth, Australia
Posts: 73
Quote:
Originally Posted by AMIGASYSTEM View Post
Ok thanks again, on AROS 68k I found only a small problem on Gadgets "Eyes", you can see only a black box
Might be something to do with how it renders to an off-screen bitmap and then blits it into the window.

Quote:
Originally Posted by AMIGASYSTEM View Post
About Gadgets "DockMem" on RTG screens I found an inconsistency on consumption between the two types of Ram! watch my 2 screenshots
That is strange. What does AVAIL say in a terminal? It's just calling the exec AvailMem function:

https://github.com/adkennan/DockBot/...Mem/mem.c#L131
bwldrbst is offline  
Old 12 February 2020, 12:57   #38
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by bwldrbst View Post

That is strange. What does AVAIL say in a terminal?

Maybe I don't know how to interpret values, that's what Avail gives me, see screenshot.

Last edited by AMIGASYSTEM; 07 April 2020 at 20:35.
AMIGASYSTEM is offline  
Old 08 May 2020, 09:23   #39
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
@bwldrbst
I tested the new version 1.9 greatly improved, the only flaw is that the background does not appear, if you approach the Doc icons with the mouse the background appears fragmented ! this happens with all OS tested





Last edited by AMIGASYSTEM; 15 October 2020 at 15:21.
AMIGASYSTEM is offline  
Old 12 May 2020, 10:20   #40
bwldrbst
Registered User
 
bwldrbst's Avatar
 
Join Date: Nov 2015
Location: Perth, Australia
Posts: 73
Yeah, there's definitely something wrong with the rendering. I'll look into it.

I was hoping to take a break from DockBot after this release. A memory corrupting almost drove me mad over the last few weeks but now I want to fix this issue!
bwldrbst is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Your thoughts on Minimig? Alternatives? appiah4 support.Hardware 20 17 April 2016 19:10
Alternatives to DiskLED Leandro Jardim request.Apps 3 05 July 2013 21:23
EasyAdf Alternatives? Gordon Retrogaming General Discussion 9 25 April 2009 19:16
Kumiko GUI - Amiga Workbench 3.1 GUI for Windows milika Amiga scene 31 18 April 2007 19:16
Alternatives to ClassicWB DDNI New to Emulation or Amiga scene 5 14 August 2006 16:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:59.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15506 seconds with 14 queries