Book a Demo

Author Topic: Whiteboard elements - change the default settings  (Read 6764 times)

pmason

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Whiteboard elements - change the default settings
« on: March 08, 2012, 02:23:52 am »
I know how to change the whiteboard element to show the name on the diagram but is kind of pain everything opening the dialog box.
Want to change the default value nameVisable to true instead of false.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Whiteboard elements - change the default setti
« Reply #1 on: March 08, 2012, 04:12:43 am »
Just a shot in the dark: you might modify the MDG to use a different default for the tagged value (since I assume that nameVisible is a tag).

q.

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: Whiteboard elements - change the default setti
« Reply #2 on: March 08, 2012, 12:20:36 pm »
I'd support this,
and also setting a default setting whiteboard fill to true.
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

dhaynes

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Whiteboard elements - change the default setti
« Reply #3 on: March 23, 2012, 11:54:05 pm »
Adding my voice to the fray.

I don't know if I'm just missing something obvious or not but it really seems like there should be some simple/easy way to choose default property values for *all* elements or all diagrams.

For example I always want the diagram details to be shown and I always want nameVisible=true on whiteboard objects.

Isn't there some simple way to set the defaults?


irie

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Whiteboard elements - change the default setti
« Reply #4 on: April 10, 2012, 12:54:06 pm »
Whiteboard "nameVisible default = true'  I've been going bonkers trying to work out how to do this & set it at some level higher than at each individual shape...absolutely bonkers. :o.  I'm glad I'm not the only one. Is there some quicker way to add text, I use whiteboard when discussing with stakeholders & adding a Text element everytime is nuts. (Especially when you try to move things around. ) Please help.

enricoJL

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Whiteboard elements - change the default setti
« Reply #5 on: March 06, 2014, 04:53:52 am »
Look for the line below in this XML file C:\Program Files (x86)\Sparx Systems\EA\MDGTechnologies\Whiteboard.xml

<Tag name="nameVisible" type="boolean" description="" unit="" values="true,false" default="false"/>

You have to change default="false" for default="true" on all shape that you want to change.