English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 16 June 2006, 15:59   #1
viddi
Moderator
 
viddi's Avatar
 
Join Date: Apr 2006
Location: Germany
Age: 44
Posts: 4,007
Edit Workbench Titlebar *Please help*

Hi again,

I need a tool to edit the titlebar information.
E.g.: Amiga Workbench (c)1985-......

I used MCP before, but if there is another usable progi out there
please tell me about it.

Hope you can help me.
Thanks again.

Bye,
Viddi.
viddi is offline  
Old 16 June 2006, 16:19   #2
z00mba
Registered User
 
Join Date: Apr 2006
Location: Fr
Age: 47
Posts: 185
What's wrong with MCP?
z00mba is offline  
Old 16 June 2006, 16:32   #3
viddi
Moderator
 
viddi's Avatar
 
Join Date: Apr 2006
Location: Germany
Age: 44
Posts: 4,007
I used it with OS3.5 and now, two years later, I tried it with OS3.9
and had some problems with it.

The machine slowed down badly and killed Amidock right after installation.

As I don´t need the other functions of MCP another app to edit the titlebar would be great.
viddi is offline  
Old 16 June 2006, 16:57   #4
z00mba
Registered User
 
Join Date: Apr 2006
Location: Fr
Age: 47
Posts: 185
Weirdo I use MCP 1.45 everyday with OS 3.9 and I have no real problem like the ones you describe.

I understand that if you only need to change the WB title MCP is a bit too much but I don't know any other tool to do it sorry. :/
z00mba is offline  
Old 16 June 2006, 17:11   #5
AMIGAZ
Amiga-Mad
 
AMIGAZ's Avatar
 
Join Date: Oct 2004
Location: Sweden
Age: 47
Posts: 1,291
Send a message via ICQ to AMIGAZ
Quote:
Originally Posted by z00mba
Weirdo I use MCP 1.45 everyday with OS 3.9 and I have no real problem like the ones you describe.

I understand that if you only need to change the WB title MCP is a bit too much but I don't know any other tool to do it sorry. :/
Killed by Amidock too and other stuff after booting up Workbench after following the instruction advice in the mcp guide.
Guess MCP doesn't like other patches so you have place MCP someplace else in the startup-sequence but that's the tricky part.
Maybe you can post your startup-sequence since you have it working nicely
AMIGAZ is offline  
Old 16 June 2006, 17:29   #6
viddi
Moderator
 
viddi's Avatar
 
Join Date: Apr 2006
Location: Germany
Age: 44
Posts: 4,007
Hey!
Thanks you two!

@AMIGAZ:

Great idea!
I´ll place MCP somewhere else in the s-seq. I think I can do that
I knock your door if I need your help.
And of course, I´ll open my secret book of startup-sequence.

BIG THANKS!
Have to go now.
See you tomorrow! Bye...
viddi is offline  
Old 16 June 2006, 18:38   #7
mr_a500
Amiga-based Cyborg
 
mr_a500's Avatar
 
Join Date: Dec 2004
Location: Canada
Posts: 808
Just wondering - what specifically do you want to do?
mr_a500 is offline  
Old 16 June 2006, 21:48   #8
z00mba
Registered User
 
Join Date: Apr 2006
Location: Fr
Age: 47
Posts: 185
There you go:

Code:
IF EXISTS S:CPU-Startup
  Execute S:CPU-Startup
EndIF

Assign >NIL: C: SYS:P ADD ; Where system patchs are located (i.e: MCP, StackAttack, VisualPrefs, etc.).

SetPatch NOROMUPDATE QUIET

C:StackAttack

; MCP's patches controller
C:PatchControl

C:Version >NIL:
C:AddBuffers >NIL: DF0: 30
C:AddBuffers >NIL: DF1: 30
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 >NIL: THEMES: SYS:Prefs/Presets/Themes

; Run MCP right after system Assigns
C:MCP

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

; BEGIN: Preferences
    Run <>NIL: C:VisualPrefs
    C:IPrefs
    Run >NIL: C:Birdie ? <ENV:Birdie.prefs
; END: Preferences

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

StackAttack AUTO

C:LoadWB

; Add extra memory buffer for stability (may prevent some Gurus)
MemTrailer 96

EndCLI >NIL:
Nothing special as you can see.

Patchcontrol started after Setpatch and StackAttack, MCP started right after the Assigns (coz it needs ENV: to be assigned). Setpatch use the NOROMUPDATE switch because I use a custom 3.9 ROM directly.

Apart from that everything important is done in user-startup. The first script (CPU-Startup) is used to install optimised executables for programs based on the active CPU.

All patchs are installed in SYS:P wich is added to C: at the very start.

That's all...
z00mba is offline  
Old 17 June 2006, 00:04   #9
AMIGAZ
Amiga-Mad
 
AMIGAZ's Avatar
 
Join Date: Oct 2004
Location: Sweden
Age: 47
Posts: 1,291
Send a message via ICQ to AMIGAZ
@z00mba

Will give MCP another try tomorrow, thanks for posting your SS
AMIGAZ is offline  
Old 17 June 2006, 11:20   #10
cooldude
Registered User
 
Join Date: Feb 2006
Location: Australia
Posts: 112
Maybe try "watcher.lha" (Titlebar editor) on Aminet.
Highly configurable commodity. Works on OS3.9

Cheers
cooldude 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
edit savegame mcdennem support.Apps 3 28 December 2009 19:17
WB Screen Titlebar Enhancer Hewitson request.Apps 9 12 February 2008 14:55
Can't edit Galaxy project.Wiki 2 01 April 2007 23:25
Edit quick configurations intens request.UAE Wishlist 3 09 March 2007 13:37
Need a little disassembly/binary edit help mr_a500 Coders. General 5 30 April 2006 21: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 18:47.

Top

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