[futurebasic] Re: At Ease Record Help

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1998 : Group Archive : Group : All Groups

From: Charlie Dickman <charlied@...>
Date: Mon, 30 Mar 1998 13:59:07 -0500
>My problem is this
>1. I want to determine if At Ease is running?

Don't make things more complicated than they need to be...
All you need to do to determine if AtEase is running is the following but
you will have to define the value for _kAtEaseGestalt (maybe it's in the
tech note?) since FB doesn't define it...

LONG IF SYSTEM(_sysVers) > 699 AND FN GESTALT(_kAtEaseGestalt)
.
.
.
end if

Charlie Dickman
charlied@...