[futurebasic] Re: [FB] Print "" in Carbon/Appearance (FAQ?)

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

From: Robert Covington <artlythere@...>
Date: Tue, 17 Dec 2002 23:54:35 -0400
>On Wednesday, December 18, 2002, at 05:39  AM, Robert Covington wrote:
>
>>>> Print %(x,y) (any Print probably) "Some String"
>>>> Is printing fine, but putting a white block around my text. (when
>>>> printing
>>>> to a window)
>>>> This does not occur in the standard runtime.
>>>
>>> There is no white block around the text in this demo:
>
>< snip >
>
>> Et Tu, Purvete? Then fall Bobster. Nay I say.
>>
>> Found it! :) Here's my offending code
>
>< snip >
>
>As you must surely know already, the problem can be solved by judicious
>insertion of
>text ,,, _srcOr
>
>Robert P.

In that case, I'll be a SrcOrer. Or maybe not. I just added the original
check from the Standard to the Appearance Runtime FBWindow and Appearance
Window in my setup and it is now cured from the getgo. Whether it causes
other problems now though remains to be seen (possible edit field issues
come to mind)

long if gTextMode%
call TextMode(gTextMode%)
xelse
call TextMode(_srcOr)
end if


Bob Hackintater