tried to wing it.. totally failed.
maybe just the handler part, but when i tried to run it it looked like it was going to the script page then went to a blank card.
if someone can clarify the steps in the basic plug-in thing maybe that will help, thanks guys
Sorry for all the problems - mostly due to the docs not being updated when the editor was.
To find the
MainCode section:-
1) Click on the card or an object such as a button
2) To open the Editor - from the Properties Window (toolbar) click the
Script button
its on the left-most tab -
Main3) Near the top of the Editor Window click the
MainCode button
_________________________
About Handlers - all object (controls) and cards have them by default.
You can create new procedures within each object handler - these procedures are local to that handler
_________________________
The blank card you reported when you ran the project is caused by a bug but there is a simple work around:--
The card's handler script needs 2 or more lines in it otherwise the card sometimes does not initialize fully when loading - so Gotos do not work for that card or it does not display its controls.
Just open the card's script and add a blank line after the comment line.
Of course if you put code in there it will also work.
The Circles plug-in is probably the most interesting to follow - its in the HyperNext Examples - Developer Projects folder