English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 29 March 2011, 15:03   #1
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
DefIcons of NewIcons 4.6 dont want to work with me

I use Workbench 3.1 with NewIcons 4.6 and DefIcons but the latter sometimes doesnt want to show the tool name when I double click a file with a fake icon, and I dont know why it behaves this way... And the real icon really have a default tool. Maybe be a patch conflict but I could not find whats wrong with it.

Somebody have the same problem like me with DefIcons? Does somebody ever knows a trick to make it work correctly?

Last edited by Leandro Jardim; 09 April 2011 at 23:10.
Leandro Jardim is offline  
Old 09 April 2011, 22:58   #2
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
This is my startup-sequence that I use currently, a bit reworked from the last time. Maybe you can find something wrong with the patch loading order that I have.

; Boot Workbench.

C:SetPatch QUIET
C:PatchControl

C:PatchRAM
C:StackAttack AUTOSTACK

C:TrueMultiAssigns
C:ENV-Handler
C:MAssign >NIL: FROM S:System-Assigns

C:Version >NIL:
C:FailAt 21

; Prepare Workbench Environment.

Path >NIL: RAM: C: SYS:System ADD
Path >NIL: SYS:REXXC SYS:Prefs ADD

Path >NIL: SYS:Tools SYS:Tools/Commodities ADD
Path >NIL: SYS:Utilities SYS:WBStartup ADD

Resident C:Run PURE SYSTEM
Resident C:SetEnv PURE

SetEnv Language "Português-Brasil"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart

UnSet Workbench
UnSet Kickstart

; Execute Full Boot.

C:TestRMB
If NOT WARN
; Load Programs Resident.

Resident C:Assign PURE
Resident C:Mount PURE

; Load System Patches.

C:PoolMem >NIL: INSTALL
C:SystemPatch -LoadSeg DYNAMICDMA NOINTUITION QUIET

C:SegTracker
C:SmartCrash >NIL: USEREQTOOLS

; Mount DOS Drivers.

C:BindDrivers
C:Mount DEVS:DOSDrivers/~(#?.info)

; Prepare Disk Drives.

C:ToggleClick KILLALL
C:AddBuffers >NIL: DF0: 20 SET QUIET
C:AddBuffers >NIL: DF1: 20 SET QUIET

; Load Compressor Support.

C:Run DETACH C:XPKMasterPrefs
C:xLoadSeg >NIL:
C:Run DETACH QUIET C:xfdPatch

; Initilize Workbench Screen.

C:BlackBorder
C:Run DETACH QUIET C:CacheFont

C:LoadMonDrvs
C:AddDataTypes REFRESH QUIET

C:Run DETACH C:TitleShadow
C:Run DETACH C:VisualPrefs

C:FastIPrefs NOFULLWB
C:FPPrefs

; Mount KingCON Shell.

C:Assign >NIL: CON: DISMOUNT
C:Assign >NIL: RAW: DISMOUNT

C:Mount CON: FROM DEVS:KingCON-MountList
C:Mount RAW: FROM DEVS:KingCON-MountList

; Load Clipboard Support.

C:ConClip
C:StringSnip >NIL: INSTALL

; Execute User Programs.

If EXISTS S:User-Startup
C:Execute S:User-Startup
EndIf

; Flush Resident Programs.

Resident C:Assign REMOVE
Resident C:Mount REMOVE

; Load AREXX Server.

SYS:System/RexxMast >NIL:
EndIf

; Recclaim Memory.

Resident C:SetEnv REMOVE
C:Delete >NIL: SYS:T/~(Command-#?) ALL FORCE QUIET

; Boot With Shell.

C:TestLMB
If WARN
C:NewCLI CON:
C:EndCLI >NIL:
EndIf

; Initialize RAM-Disk.

C:Copy >NIL: S:RAM.info RAM:Disk.info CLONE NOREQ QUIET
C:Run DETACH C:RAMSnap

; Load NewIcons Library For Workbench.

C:Run DETACH C:NewIcons
C:DefIcons

; Boot With Workbench.

C:LoadWB DELAY
C:EndCLI >NIL:

Last edited by TCD; 09 April 2011 at 23:02. Reason: Added noparse tags to prevent unwanted smilies
Leandro Jardim 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
Newicons 4.6 caver99 support.Apps 2 22 August 2011 12:28
newicons 4.6 Skellionz project.ClassicWB 7 16 June 2011 19:31
problem with DefIcons bx20 support.Apps 3 04 August 2010 21:07
Prefs/DefIcons howto ? amiga support.Apps 1 04 October 2008 18:34
DefIcons Smiley support.Apps 2 11 June 2006 22:33

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 11:09.

Top

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