The script outputs a bmp file but it can't be read by any program I
have; it appears to be an invalid bitmap.  Using the
Diagram.RenderEnhancedToClipBoard method produced a valid image.  Do I
have to do something else with the Render and RenderEnhanced methods in
order for them to produce correct output?
 
David Knight 
------------------ 
GE Medical Systems 
Software Engineering Intern 
(262) 521-6586 
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  

 
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 5:36 PM
To: Knight, David (MED)
Subject: Re: (ROSE) saving diagrams as images



Use 'Diagram' class in script.
'Diagram' class has 'Render(filename)' method. With 'Render()' method,
you can save the image to BITMAP image file. You can save diagram image
only to Bitmap file.
And It's impossible to access every diagrams at one try. You must access
categories, use cases and state machine owners for accessing every
diagrams.

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to