Re: How do I ....?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thank you very much Derek,

This is very similar to the demo Drawing2.exw

One problem with this is the use of the timer.
Also drawing directly to Window rather than pasting pixmaps.

I prefer to change the tick with an outside loop. Even from another program.
Such as:



one does not need to understand all this except that the pixmaps are


being manipulated by x. And then the pixmaps are copied to the mainWindow.

procedure BuildPicture(integer xx) copyBlt(pixmapM,0,0,pixmap2) BrightBlue to main (dosen't go. -- needed to erase) copyPixmap (pixmap5,pixmapM,xx*fac)Blue to main goes forward


printout_percent(pixmapM,xx) both M printTime(xx)
copyBlt(pixmapW,(winwidth-pbRight)/2,60,raise and lower time here pixmapT)printing time to win copyBlt(pixmapW,(winwidth-pbRight)/2,80,raise and lower pb here pixmapM)both pbs to window copyBlt(mainWin,0,0,pixmapW)must be here end procedure

for x=1 to count do BuildPicture(x) end for

WinMain(maineWin, Normal)

Don Cole }}}

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu