[futurebasic] Scrap Manager #@

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

From: Robert Covington <artlythere@...>
Date: Thu, 19 Dec 2002 19:27:27 -0400
flavorFlags

Looked all over Dev land, can't find any listing of

Scrap Flavor Flags and Constants

Is this a fictitious document listed in Dev central?

I need to know what _kScrapFlavorMaskNone and all these weird things are so
I can debug my PICT to clip which isn't working anymore.

This correct?

LONG IF (PictH <> 0)
if putMask = 0 then clipErr = Fn ClearCurrentScrap
long if clipErr = _noErr
Long If Fn GetCurrentScrap( Scrap ) = _noErr
ClipErr = Fn PutScrapFlavor( Scrap, _"PICT", _kScrapFlavorMaskNone, ¬
Fn GetHandleSize( PictH ), #[PictH] )
End if
end if
END IF

Not showing anything on the clipboard. No errors are reported. Appearance
and Carbon, OS 8.6

Bumming me out.

rc