b9p9zzaat / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Adding "actions" to elements #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
How easy is to add actions to figures ? by action I mean doing something
like. Pressing a button change focus to another tab ?? . Actions can be
independent blocks written in javascript. Every figure can have events that
can be "plugged"/connected to an action. 
if you can guide me I can offer my help, I am an Java architect. 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by gunay.ar...@gmail.com on 14 Dec 2008 at 12:04

GoogleCodeExporter commented 8 years ago
For some exemple see in
http://code.google.com/p/evoluspencil/source/browse/trunk/Source/Stencil/Common/
Definition.xml#306

It's easy to add actions to shapes but quite impossible to add an action on 
shape
that interacts on another one. Mainly because you have no idea of the ID of the 
target.

Original comment by maxime.tennaxia@gmail.com on 15 Dec 2008 at 8:06