Re: On screen text display high level method proposal
Status: Alpha
Brought to you by:
cwalther
From: Andrea V. <and...@gm...> - 2008-08-01 15:35:21
|
Christian Walther <cwalther <at> gmx.ch> writes: > > > -- Globals defined: > > -- pipmak.cachedtext (table) > > -- pipmak.istextdisplayed (boolean) > Fixed!! simply I define them local!!! local cachedtext local istextdisplayed > > > panel { pipmak.newimage( pipmak.screensize()) } > Fixed!! local width,height=pipmak.screensize() panel { pipmak.newimage(1,1),w=width,h=height } it works nice. About the BUG on resize, I fixed moving also panel pipmak.thisnode():moveto(nil,nil,0,0) but it's valid for all the text displayed after resize operation, text displayed during resize isn't always corrected (depend by alignment) Probably I have to align panel to center, and not to the left angle... I have to do more tests. I haven't possibility to update my file now, maybe on monday... -Andrea |