<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Menu item addition/runtime</title></head><body>
<div><font size="+2" color="#000000">Hi,<br>
Have come to a standstill in converting my SC appl to Rev because of a
menu problem.<br>
<br>
In SC, I can add a menu item to a particular menu by means of a
handler and do the handler of the selected item during
runtime/standalone. It is part of a 'New' routine which creates a new
card, adds its name as an item to an applicable menu which when
clicked will do the applicable routine.<br>
<br>
I want to do similarly in  Rev dev/standalone (Rev
1.1.1B1/1.1/Mac OS 9.2.2)<br>
<br>
1. create a menu btn with several items (includes menuPick switch
scripts) - no problem, can do</font></div>
<div><font size="+2" color="#000000"><br></font></div>
<div><font size="+2" color="#000000">2. create new card  by
copy/paste routine of a basic card of a particular stack - no problem,
can do</font></div>
<div><font size="+2" color="#000000"><br>
**3. insert the name of the new card as a new item(after the initial
items) to the menu of 1. above by script.<br>
     Need help here .. . can't find an applicable
Transscript ... must be able to do when standalone ..standalone will
be of the 'save data' method.<br>
<br>
**4. add a menuPick switch script (to existing script) for the new
item of 3. above.<br>
    Need help here</font><br>
<font size="+2" color="#000000"></font></div>
<div><font size="+2" color="#000000">Help will be appreciated.<br>
TIA<br>
Regards ... Bob</font></div>
</body>
</html>