returning from custom dialog
stephen barncard
stephenREVOLUTION2 at barncard.com
Mon Mar 22 16:10:28 EDT 2010
non - IDE dialogs have always required extra clicks (for me)
with the click at 1,1 it seems to work better. Still not perfect.
here's the significant code:
set the dialogData to tArrayA
-- modal or sheet dialog
if tArrayA["assheet"] is 1
then
sheet stack "listdialog" -- in stack
else
modal stack "listdialog"
end if
get the dialogData
put it["return"] into fld "LD_field_results" of card "launchcard" of stack
"listDialogLauncher"
reset cursors
set the cursor to arrow
click at 1,1
------
On 22 March 2010 12:55, J. Landman Gay <jacque at hyperactivesw.com> wrote:
> stephen barncard wrote:
>
>> That might work. I have always had this problem with the 'built-in" ask
>> and
>> answer dialogs as well as my custom ones. I will try it.
>>
>
> I've never seen the problem. Is your Rev installation different from the
> default shipping version? Could something else be interfering? Plugins?
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
--
-------------------------
Stephen Barncard
currently in Fairhope AL
More information about the use-livecode
mailing list