12-19-2022, 06:32 PM
(12-19-2022, 05:50 PM)dbox Wrote:(12-19-2022, 05:23 PM)bplus Wrote: Thank you dbox! What did you do to cover the missing functions? Maybe I didn't need Static or ? I ask because more recent version with back lights seems better.
For the Static function variable, I declared it as a global shared variable instead:
Code: (Select All)Dim Shared t&
For _PutImage, I just updated it to calculate the offset for the second coordinates instead of using STEP:
Code: (Select All)_PutImage (treeX, treeY)-(440 * wf + treex, 410 * hf + treey), t&, 0
Good thats pretty easy fixes. I noticed at another forum that you were already using the newer Tree with back lights.
So I have another list of QBJS notes started with these fixups. Thanks again!
b = b + ...