Hi,
I was looking at the problem on this and I found that this problem has been highlighted since 2007 in the wishlist. Guess it is not being solved ever since or is there anyway, I can over come this?
My Code:
======
Sub FmPatternDraw_MouseMove (x,y)
TmPatternDraw.Enabled = False
FmPatternDraw.FLine(xLoc1,yLoc1,xLoc2,yLoc2,220,220,220)
xLoc2 = x
yLoc2 = y
FmPatternDraw.FLine(xLoc1,yLoc1,xLoc2,yLoc2,cBlack)
' Without this line of code, the drawing of forelayer for formsize 480x800, is really bad. With this line, it caused a lot of flashing on the formsize. Any idea??
FmPatternDraw.Refresh <<<< This cause the screen to flash.
xLoc1 = xLoc2
yLoc1 = yLoc2
End Sub
:icon_clap:
I was looking at the problem on this and I found that this problem has been highlighted since 2007 in the wishlist. Guess it is not being solved ever since or is there anyway, I can over come this?
My Code:
======
Sub FmPatternDraw_MouseMove (x,y)
TmPatternDraw.Enabled = False
FmPatternDraw.FLine(xLoc1,yLoc1,xLoc2,yLoc2,220,220,220)
xLoc2 = x
yLoc2 = y
FmPatternDraw.FLine(xLoc1,yLoc1,xLoc2,yLoc2,cBlack)
' Without this line of code, the drawing of forelayer for formsize 480x800, is really bad. With this line, it caused a lot of flashing on the formsize. Any idea??
FmPatternDraw.Refresh <<<< This cause the screen to flash.
xLoc1 = xLoc2
yLoc1 = yLoc2
End Sub
:icon_clap:
Last edited: