|

FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM |
FB II COMPILER
Fix misbehaviour of the AUTOCLIP statement
FB itself sometimes switches the autoclip value even without encountering an autoclip statement. (i demonstrated this with actual code long ago.)
so, use an autoclip statement right before drawing, so you know it's set at the correct value, and your problems will probably go away.
|