Auto arrage stages in Object / Process studio
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 01:58 PM
"Nice to have feature"
It would be great to have 'auto arrange' featue in object studio / Process studios similar to what we have in Micrsoft visio. A long shot would be to have some intelligent arrange feature that organizes the process and object flows in a nice to read manner.
------------------------------
Hemachandra
------------------------------
It would be great to have 'auto arrange' featue in object studio / Process studios similar to what we have in Micrsoft visio. A long shot would be to have some intelligent arrange feature that organizes the process and object flows in a nice to read manner.
------------------------------
Hemachandra
------------------------------
1 REPLY 1

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 02:57 PM
I have tried this long back and was able to arrange all the data items in all the pages of all the process/objects in a release file.
The trick is to manipulate the XML file and to change the values of the following attributes by calculating the relative paths.
<displayx>15</displayx>
<displayy>-45</displayy>
<displaywidth>60</displaywidth>
<displayheight>30</displayheight>
Here is the sample output what i have achieved. These variables were scattered all over the page before i applied my logic.

------------------------------
MuniPrasad Nellore
Associate
Cognizant Technology Solutions
Indian
------------------------------
The trick is to manipulate the XML file and to change the values of the following attributes by calculating the relative paths.
<displayx>15</displayx>
<displayy>-45</displayy>
<displaywidth>60</displaywidth>
<displayheight>30</displayheight>
Here is the sample output what i have achieved. These variables were scattered all over the page before i applied my logic.
------------------------------
MuniPrasad Nellore
Associate
Cognizant Technology Solutions
Indian
------------------------------
