Re: FaceSpan Popups
Re: FaceSpan Popups
- Subject: Re: FaceSpan Popups
- From: Mike Miller <email@hidden>
- Date: Mon, 30 Apr 2001 17:16:29 -0500
>
I'm trying to get popup menus to work properly within FaceSpan and
>
figure I may have come across a bug or at the very least an
>
ideosyncracy. I want to store the textual value of the popup into a
>
storage item. Unfortunately, there is no direct way so I first tried
>
to capture the selection index and got nasty results.
>
>
set intTemp to item 1 (of selection of popup "popThePopup")
>
>
This gives an error even if I rewrite it to "copy" syntax. It does
>
work if I split this into two lines.
>
...
>
I also found some other problems with regards to FaceSpan's storage
>
items. With the list of integers supplied by the selection i.e. {3}.
>
I cannot directly access the storage item as a list, I must first
>
assign it to a temporary variable then access the list.
>
>
Am I missing something or is this just a wart and live with it?
It's just a wart; live with it. :)
The FaceSpan-digest list has had some discussion on this topic and on the safety of changing storage items at runtime. You might find either of those useful. An archive from the ESG Labs Snippets page if you have FileMaker 4 or higher.
Hope this helps,
Mike Miller
ESG Labs
http://www.esglabs.com/
References: | |
| >FaceSpan Popups (From: Roderick Scott Corporation <email@hidden>) |