Having fits with the menu bar

stephen barncard stephenREVOLUTION2 at barncard.com
Sun Mar 13 13:17:23 EDT 2011


I don't know, James, it's pretty complex:



                  switch pWhich

                        case "Cut"

                              cut

                              break

                        case "Copy"

                              copy

                              break

                        case "Paste"

                              paste

                              break

                        case "Clear"

                              if the selectedField is not empty then put
empty into the selectedField

                              break

                        case "Select All"

                              select character 1 to -1 of the selectedField

                              break

                  end switch

On 13 March 2011 08:06, James Hurley <jhurley0305 at sbcglobal.net> wrote:

> Jacque,
>
> Of course you are right. I don't know what I was thinking. I just didn't
> realize what was going on. I'm so used to having my own way Run Rev code.
>
> I am a firm believer in the Mac UIG. And guidelines in general. I will be
> the first to admit that I support the guidelines about driving on the right
> side of the road.
>
> The only one I will have some difficulty with is the Preference item. In
> the app I am working on there is no clear need for user preferences. Maybe I
> will add something like this: A couple of radio buttons with the choice:
>
> O -- I would prefer to lose 5 pound.
>
> O -- I would prefer to lose 10 pounds.
>
> Or maybe something about "Less filling" "Better tasting"
>
> I suppose someone has written the script for the Edit menu (Cut, Copy,
> Paste), something beyond the Auto Script. (I'm too proud to come right out
> and ask for it.)
>
> Thanks again,
>
> Jim Hurley
>
>
>
> Stephen Barncard
San Francisco Ca. USA

more about sqb  <http://www.google.com/profiles/sbarncar>



More information about the use-livecode mailing list