Multi Select

Home Up

 

 

Multi Select by Tony Lew

In Rose 2000e and older, in the browser, you can select multiple objects using the SHIFT key, but when you try to drag them onto the diagram, it doesn't work. This script allows insertion of multiple selected items to be put on class and module diagrams. 

Usage

1) Save the script included at the end of this Tech Note to the directory and name of your choice, e.g. c:\stuff\Muliselect.ebs

2) Open Rose.mnu with a text editor and find the lines

option "Class Wizard..."
{
enable %model:writeable
RoseScript $SCRIPT_PATH\cwizard.ebx
}

3) Below this, add the new item:

seperator
option "Add From Browser"
{
RoseScript c:\stuff\multiselect.ebs
}

4) The next time you open Rose, this new item will appear on your menubar.

Notes

Adding module packages to module diagrams doesn't work correctly due to a defect in a scripting command. All the packages end up at the upper left hand corner and have to be positioned manually.

Download (4KB) (14-Jul-2000)

www.rationalrose.com/scripts/multi_select.ebs

 

All products mentioned are registered trademarks or trademarks of their respective companies.
Send mail to webmaster@rationalrose.com with questions or comments about this web site. 
Copyright © 1999-2000 Michael Moors
Last modified: August 04, 2000