PaulWoooong / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

onChange method in stencil set #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The stencil set specification should support onChange methods that are
called whenever a stencil's property at runtime is changed.

Scenario (from let's dance stencil set):
There is a stencil with a text property name and a color property that sets
the stencil's background color. At runtime you have a stencil instance A
where you set the text to 'abc' and the color to purple. Then you create
another stencil instance B and also set the text to 'abc'. At this point,
the color of stencil B should be automatically set to A's color, because
they have the same text.

Original issue reported on code.google.com by NicoPete...@gmail.com on 16 Apr 2008 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 16 Apr 2008 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by W.Tsches...@gmail.com on 22 Apr 2008 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by W.Tsches...@gmail.com on 22 Apr 2008 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 19 Jun 2008 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 23 Jun 2008 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 9 Oct 2008 at 7:34