The Mindjet Labs

Hands-on MindManager
Welcome to The Mindjet Labs Sign in | Join | Help

Color Main Topic Lines

File Details
Downloads: 230 File Size: 3.2kB
Posted By: Michael S. Scherotter Views: 1008
Date Added: 24 Aug 2006

Applescript that takes a pre- existing map and changes the line color of each of the main topics so that they take on the colors of the rainbow.  To use the script, open the map you want to change in MindManager and ensure that it is the front most MindManager document, then run the script with the AppleScript Script Editor.

Requirements

  • MindManager 6 Mac

Comments
 

Piyomaru said:

change "on NormalizeAngle(x)" handler like this. Some characters are shown as wrong one on WebBrowser. on NormalizeAngle(x) repeat until x is not less than 0 and x < 360.0 if x > 360.0 then set x to x - 360.0 end if if x is not less than 0 then set x to x + 360.0 end if end repeat return x end NormalizeAngle
5 Jan 2007 6:23 PM

Add Comment

Name (required)
Web Site (optional)
Comment (required)
Add