[futurebasic] Re: [FB] Xtra help

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2002 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Fri, 13 Dec 2002 15:27:21 -0400
>> Simply:  popUpTxt$ = PSTR$([mHndl&]+_menudata)

>In Carbon, you must use the Toolbox GetMenuTitle accessor function, so
>I would try:
>
>ignore& = fn GetMenuTitle( mHndl&, popUpTxt$ )


Will do. Thanks.

>> Secondly, how does one handle the HELP menu in 8.6 carbon on up? I need to
>> create the following items and have it all work for OS 8.6+ and Xguar.
>>
>
>DIM @ helpMenu AS HANDLE
>
>#IF CarbonLib
>err = FN HMGetHelpMenu( helpMenu, #_nil )
>#ELSE
>err = FN HMGetHelpMenuHandle( helpMenu )
>#ENDIF

Thanks Alain.

Robert