[futurebasic] Re: [FB] fbScriptEditor

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Thu, 29 Nov 2001 08:01:22 -0500
>> Anyway , looks nice, but non-functional on OS 8.1 with Nav Services. Maybe
>> you can disable that, and use a normal dialog, and the world will be free
>> free free.... :)
>
>This is the code I used to get around the problem RC mentioned:
>
>gFBUseNavServices = _false
>IF SYSTEM(_sysVers) > 849 then gFBUseNavServices = _zTrue
>
>Andy P


Consider it swiped. :)

rc