| Mirage Source http://miragesource.net/forums/ |
|
| Run Time Error on Slow Computers http://miragesource.net/forums/viewtopic.php?f=210&t=747 |
Page 1 of 1 |
| Author: | William [ Sat Nov 18, 2006 2:51 pm ] |
| Post subject: | Run Time Error on Slow Computers |
If a person is playing a MS game on a slow computer (probably around 128RAM). Then they will have a error when entering the game. The cause of that error is this line of code: Code: ' Set the focus
frmMirage.picScreen.SetFocus So remove that if you wish. |
|
| Author: | Rian [ Sat Nov 18, 2006 5:52 pm ] |
| Post subject: | |
Why does this cause an error on slow computers? |
|
| Author: | William [ Sun Nov 19, 2006 2:41 pm ] |
| Post subject: | |
Cause a slow computer wants to run that line of code, but it can't make it happen. At least I had that problem when I tested logging in on a sucky computer. |
|
| Author: | Lea [ Sun Nov 19, 2006 5:03 pm ] |
| Post subject: | |
why would a computer being slow make it so it cant set the focus of a form? |
|
| Author: | William [ Sun Nov 19, 2006 5:12 pm ] |
| Post subject: | |
If I could explain all aspects about a computer, I wouldn't be hanging on this forum. That line caused a error to me. Therefore I informed it here. |
|
| Author: | Robin [ Sun Nov 19, 2006 5:22 pm ] |
| Post subject: | |
Why would you want that there anyway? If people can't seem to move, they will click the screen. |
|
| Author: | Spodi [ Sun Nov 19, 2006 6:22 pm ] |
| Post subject: | |
My guess is the handle of the form never had time to be created. If you want to keep that line, maybe make sure you load the form like: Code: Load frmMirage
frmMirage.Show DoEvents |
|
| Author: | FrankJScott [ Fri Feb 09, 2024 2:10 pm ] |
| Post subject: | Great Product Site |
Please try Google before asking about New Product Guide 38eb240 |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|