Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: weGuru on March 06, 2008, 08:02:30 AM

Title: Power Icons
Post by: weGuru on March 06, 2008, 08:02:30 AM
Can i use Powericons in mye 040@40mhz?
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 08:04:45 AM
Sure. Or try AfA_OS (http://amidevcpp.amiga-world.de/AfA_Binaries/AfA_OS_V4.1.lha) - it should make your computer faster.
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 08:07:36 AM
Afa OS? A new OS or just a better OS 3.9?
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 08:13:52 AM
It's a re-implementation of some enhanced AROS routines into OS3.9. The AfA_OS supports PNG icons too.
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 08:15:23 AM
I just install it in OS 3.9?
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 08:16:19 AM
Yes. Install AfA then you can remove PowerIcons, VisualPrefs and any separate TTF font engine (if you have one).

--
moto
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 08:31:37 AM
Quote
I just install it in OS 3.9?


Simply follow the installation instructions included in the archive.
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 08:55:34 AM
All installed...Now for the 32bit icons...Any packages with the toolkits intact?
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 09:04:54 AM
http://www.five-star.com/
http://www.lorraine-design.com/
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 10:28:49 AM
the 32bit icons turn off after reboot...and wont show at all anymore...
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 10:34:01 AM
Make sure the morelibspace is the first command in your startup-sequence. If so, turn the Amiga off and on as the simple reboot is not enough for morelibspace.
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 10:43:32 AM
Seems that Afa_Os dont start with icon support..I can use Powericons and 32bit png shows
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 10:46:12 AM
Make sure everything was installed and check the manual for more information. It works (http://www.amikit.amiga.sk/image/screenshot/amikit_15.jpg) here.
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 10:56:02 AM
checked everything....No support for png icons...Should i just install Powericons instead?
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 11:08:37 AM
Check whether the SYS:AfA_OS_Libs folder exists and all the libraries are there. If you installed the AfA_OS_Libs folder into different location make an assign AfA_OS_Libs: pointing to the location.

Also the AfA_OS_Loader should be started right after C:AddDataTypes line in your startup-sequence. Then turn off your Amiga and start it again.

Un-install AfA_OS and install PowerIcons instead if it doesn't help.
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 11:34:27 AM
You don't need to install PowerIcons. AfA definitely starts with icon support. If it doesn't then something went wrong during the install. IIRC, the line inserted in the startup-sequence which assigns AfA_OS_Libs: to the directory where the libraries are kept always points to Libs:AfA_OS_Libs regardless of where you actually install them. So as AmiKit said, you need to change that line to the location where you actually put the AfA libraries so that AfA_OS_Loader can find them. Make sure the Assign command comes before the loader. Also, make absolutely, 100% certain that PowerIcons is not running at the same time as AfA, as I suspect they are incompatible and neither will work if they are both running (though I'm not certain of that).

AfA can be tricky to set up but persevere with it. It's faster and has more features than PowerIcons.

--
moto
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 12:13:45 PM
How is that assign command looking like in the ss?
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 12:25:09 PM
Something like "Assign AfA_OS_Libs: Libs:AfA_OS_Libs"

--
moto
Title: Re: Power Icons
Post by: AmiKit on March 06, 2008, 12:26:34 PM
For example:

Quote
C:AddDataTypes REFRESH QUIET
Assign >NIL: AfA_OS_Libs: SYS:MyPath/AfA_OS_Libs
C:AfA_OS_Loader
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 12:32:53 PM
Still no png icon support
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 12:37:32 PM
Can you post your startup-sequence and the location and contents of the AfA_OS_Libs drawers?

--
moto
Title: Re: Power Icons
Post by: cecilia on March 06, 2008, 01:38:47 PM
hmm, looks like I should figure out how to make 32 bit png icons

 :-D


maybe I should install this stuff on my WinUAE?

so much to do...so little time!  :crazy:
Title: Re: Power Icons
Post by: merlin3d on March 06, 2008, 02:06:04 PM
Need a video card 24Bit? Or my config is compatible!
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 04:08:47 PM
; $VER: Startup-Sequence_HardDrive 45.2 (19.1.2001)
; Startup-Sequence for AmigaOS 3.9
c:morelibspace
If EXISTS C:SquirrelSCSI
    C:SquirrelSCSI
EndIf

Set SCSIUpdate 1
If EXISTS C:IDEFix
    C:IDEFix
    Set SCSIUpdate 0
EndIf
If EXISTS SYS:Expansion/XSurfIDE
    Set SCSIUpdate
EndIf
If EXISTS SYS:Prefs/Env-Archive/NOSCSIUPDATE
    Set SCSIUpdate 0
EndIf
If $SCSIUpdate EQ 1
    SetPatch QUIET
Else
    SetPatch SKIPROMUPDATES "scsi.device" QUIET
EndIf
Unset SCSIUpdate

C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ

Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER
Assign AfA_OS_Libs: SYS:AfA_OS_Libs
BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

C:LoadMonDrvs

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:AddDataTypes REFRESH QUIET
C:AfA_OS_Loader
Run > NIL: "os39:Apps/vprefs/VisualPrefs"
C:IPrefs
C:ConClip

Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities

SYS:System/REXXMast >NIL:

IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

Run >NIL: PowerIcons
C:LoadWB
EndCLI >NIL:

------
Contents in AfA_OS_Libs:
afa_system_lib.exe
diskfont_lib.exe
exec_lib.exe
icon_lib.exe
intuition_lib.exe
picture_datatype.exe
graphics_lib.exe
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 04:18:46 PM
That all looks fine. Can you just confirm that the AfA_OS_Libs folder is in the root directory of your Workbench partition?

--
moto
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 04:19:31 PM
it sure is....

By the way...do i need any libs to get it to work
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 04:21:34 PM
I don't think you do. Can you try this: Open up a shell window and type in "resident" (without the quotes) and press enter, then post the results.

--
moto
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 04:33:34 PM
Alias             INTERNAL
Ask               INTERNAL
CD                INTERNAL
Echo              INTERNAL
Else              INTERNAL
EndCLI            INTERNAL
EndIf             INTERNAL
EndShell          INTERNAL
EndSkip           INTERNAL
Failat            INTERNAL
Fault             INTERNAL
Get               INTERNAL
Getenv            INTERNAL
If                INTERNAL
Lab               INTERNAL
NewCLI            INTERNAL
NewShell          INTERNAL
Path              INTERNAL
PopCD             INTERNAL
Prompt            INTERNAL
PushCD            INTERNAL
Quit              INTERNAL
Resident          INTERNAL
Run               INTERNAL
Set               INTERNAL
Setenv            INTERNAL
Skip              INTERNAL
Stack             INTERNAL
SwapCD            INTERNAL
Unalias           INTERNAL
Unset             INTERNAL
Unsetenv          INTERNAL
Why               INTERNAL
.ket              INTERNAL
.bra              INTERNAL
.key              INTERNAL
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 05:45:27 PM
Can you also try "status" and post the results?

--
moto
Title: Re: Power Icons
Post by: Framiga on March 06, 2008, 05:52:36 PM
it looks like he have AFA, visualPrefs and PowerIcons all running!!!

Title: Re: Power Icons
Post by: Flashlab on March 06, 2008, 05:56:57 PM
Isn't there a conflict with IconBeFast library possible too?
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 06:15:30 PM
Process  1: Loaded as command: AmiTCP:kernel/AmiTCP.020
Process  2: Loaded as command: os39:Apps/vprefs/VisualPrefs
Process  3: Loaded as command: afa_system_lib.exe
Process  4: Loaded as command: picture_datatype.exe
Process  5: Loaded as command: diskfont_lib.exe
Process  6: Loaded as command: exec_lib.exe
Process  7: Loaded as command: graphics_lib.exe
Process  8: Loaded as command: icon_lib.exe
Process  9: Loaded as command: intuition_lib.exe
Process 10: Loaded as command: PowerIcons
Process 11: Loaded as command: Workbench
Process 13: Loaded as command: AmiTCP:bin/inetd
Process 14: Loaded as command: status
Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 06:53:24 PM
Process 10: Loaded as command: PowerIcons


That's probably the problem. Remove PowerIcons and reboot.

--
moto
Title: Re: Power Icons
Post by: Rbby on March 06, 2008, 06:55:33 PM
There are 2 mistakes I see in your SS.

You're running VisualPrefs so comment out this line

Run > NIL: "os39:Apps/vprefs/VisualPrefs"

Also comment out this line

Run >NIL: PowerIcons

If you did the install correctly the AFA_OS_Libs should be in a sub dir like this  AFA_os/AFA_OS_Libs

Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 06:56:47 PM
Actually you can run VisualPrefs along with AfA. And it doesn't matter where you put the libs as long as the AfA_OS_Libs: assign is pointing at the right directory.

--
moto
Title: Re: Power Icons
Post by: Rbby on March 06, 2008, 07:03:01 PM
It's true you can have AFA_OS_Libs anywhere but if he has it in a sub dir, which is how the install usually does it, then the assign has to point to that sub dir and not just AFA_OS_Libs

Quote

motorollin wrote:
Actually you can run VisualPrefs along with AfA. And it doesn't matter where you put the libs as long as the AfA_OS_Libs: assign is pointing at the right directory.

Title: Re: Power Icons
Post by: motorollin on March 06, 2008, 07:07:30 PM
Yes but we have already established that the assign is pointing to the right location. If it wasn't, then the libs wouldn't show up as processes under "status".

--
moto
Title: Re: Power Icons
Post by: weGuru on March 06, 2008, 08:52:22 PM
Even if i remove Powericons it doesn't work...I tried without powericons first....So i installed powericons to get png icons
Title: Re: Power Icons
Post by: mfilos on April 24, 2008, 07:17:46 PM
Sorry for bringing up an old post but it seems I have exactly the same problem with AfA_OS (4.1). Everything installed just fine.
- I putted correctly the assign of AfA_OS_Libs in SS (which is in Libs:AfA_OS_Libs)
- I putted MoreLibSpace as first line in SS
- I putted AfA_OS_Loader after the AddDataTypes and before IPrefs
- Status command shows the 7 .exe libs loaded
- I have no PNG icon support (Unless I run PowerIcons manually  I haven't got PowerIcons installed)
- I can't choose any Skin from the AfA prefs (Seems disabled/grey)
[Btw I have no VisualPrefs nor PowerIcons installed]

What the hell am I doing wrong?

@weGuru
Have youy managed to solve it or stopped trying? :-?
Title: Re: Power Icons
Post by: unusedunused on May 03, 2008, 03:42:40 PM
can you look with snoopdos, if any message appear ?

AFA give messages if errors during load come.
AFA cant work with powericons.

AFA work with visual prefs and birdi on when no AFA skin is select.

to get AFA and visualprefs correct working, it is important that your startupsequence

IF NOT EXISTS ENV:afa/replacevisualprefs ;enables the following lines only if similar featrues are disabled in AfA_OS  
.....visualprefs
.....traps
ENDIF

only then you can be sure Afa and visual prefs work always together and in afa_prefs you can chose if you want afa skin or visualprefs-birdie skin.