Book a Demo

Author Topic: Stick figure on whiteboards  (Read 3513 times)

Thomas Emil Hansen

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Stick figure on whiteboards
« on: June 25, 2012, 07:19:55 pm »
Hopefully this is a simple newbie question. I want to add a simple stick figure to some of my whiteboard drawings. How can I do this? Can I make my own custom shapes for whiteboards? I know how to make my own custom shapes for UML stereotypes, but I cannot find my way around doing the same for whiteboards.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Stick figure on whiteboards
« Reply #1 on: June 25, 2012, 08:17:43 pm »
You need to stereotype an actor element and draw something "odd". Probably not so easy with the default shape script methods but it should be feasible.

Or you set the whole diagram to hand drawn (diagram properties). In which case everything looks hand drawn.

Or I misunderstood: try placing a simple actor on your drawing.

q.
« Last Edit: June 25, 2012, 08:21:02 pm by qwerty »

Thomas Emil Hansen

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Stick figure on whiteboards
« Reply #2 on: June 25, 2012, 08:24:06 pm »
I can do mostly what I want with shape scripts, but I only know how to make them for UML stereotypes, from the Settings->UML Types menu. How do I access (and create) stereotypes for whiteboard shapes?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Stick figure on whiteboards
« Reply #3 on: June 25, 2012, 09:26:56 pm »
I see. This is a bit difficult. The profile is supplied "as is" by Sparx and you can extend it only with a bit insight. So you need to create a dummy MDG profile with your own actor shape and make is stick to the naming conventions for the Whiteboard profile which you can find the the MDGTechnologies folder inside the EA program folder. Now you have to merge that profile element into the Whiteboard profile. All needs quite a bit insight. Nothing you can do out-of-the-box.

If you like to dive into that, here's a simple starter:http://community.sparxsystems.com/tutorials/extensibility/intro-creating-mdg-file

Else you can stick with creating the stereotype in the Settings/UMLTypes and create the actor by applying the stereotype manually.
q.
« Last Edit: June 25, 2012, 09:31:07 pm by qwerty »

Thomas Emil Hansen

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Stick figure on whiteboards
« Reply #4 on: June 25, 2012, 09:30:49 pm »
Thanks for the reply. I now know what it entails and where to look.

- teh