Re: setTextColor() Have Pointer Can it be a Red, Blue , ?? Any Help ??
- Posted by petelomax May 10, 2010
- 1358 views
Selgor said...
-- display the bitmap in TheWindow at {1,1} drawBitmap( PopWin, hBitmap, 41, 41 ) setBitmap(PopWin,{image,41,41})
try instead
procedure paint(integer self, integer event, sequence parms) -- display the bitmap in PopWin at {41,41} drawBitmap( PopWin, hBitmap, 41, 41 ) end procedure setHandler(PopWin, w32HPaint, routine_id("paint")) --setBitmap(PopWin,{image,41,41})