Update, PhyloGenesis...by (Login qb432l)R I removed G256font.DAT from the zip and corrected the edit UI colors problem. It's a stopgap (fingers crossed) solution, but it seems to be working alright, so far. What I really need, of course, is to write cleaner code, wherein such screwups aren't possible. That was definitely a serious bug! I "stirred" the mouse around with the left button pressed and saw exactly what you meant -- the entire interface was eventually blacked out. I had to Ctrl+Break to exit the program.
Updated version at the same URL. Thanks again! -Bob |
| Response Title | Author and Date |
| quick note | on Apr 7 |
| Of course! Never occurred to me -- (more)... | on Apr 7 |
| * You can make the _MOUSEINPUT loop into a SUB. The program can run the outer loop. | on Apr 7 |
| Good idea... | on Apr 7 |
| _MOUSEINPUT just makes sure any new changes are not missed since the last loop exit. | on Apr 7 |
| So in effect... | on Apr 7 |
| * Yep, but you could miss changes using Absolute because QB code is slower. | on Apr 7 |