Post Reply 
Bugs in graphic functions
07-10-2017, 01:35 PM
Post: #1
Bugs in graphic functions
Hello,
I found a bug when I was using the BILT_P function.
When you are using the function like this:
Code:
DIMGROB_P(G1,320,1000);
BLIT_P(G0,0,0,320,240,G1,-100000,0,-100000+320,241);
FREEZE;
Your screen will be in a mess.I think The BLIT_P function will copy the memory in front of the GROB if you copying the GROB with zooming and x(or y) below zero.
When you are using DIMGROB_P in this way:
Code:
DIMGROB_P(G1,320,1000,#FF000000h);
The content of the GROB will also display part of the calculator's memory.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bugs in graphic functions - wangchong01 - 07-10-2017 01:35 PM



User(s) browsing this thread: 1 Guest(s)