[Mod/Beta] Small BSP Edit (Invisible Coag), Upcoming App
-
- Posts: 659
- Joined: Thu Jun 30, 2005 4:49 pm
- Location: AUZZIES RULE AT HALO 3!
-
- Posts: 122
- Joined: Thu Nov 03, 2005 3:49 pm
- Location: XBL: TheWandererLee
- Contact:
Yep
That's pretty funny, because I actually made the program with that in mind, and remembered to do that . Just because there are buttons for refresh, zoom in, and zoom out, doesn't mean that the program doesn't use them automatically when needed.kornman00 wrote:...annoying how you have to refresh the view yourself, and how you don't size the bsp view depending on how big the form is...
Upon loading the map, the coordinates automatically stretch or shrink perfectly to fit the form's width and height, (took alot more math than it should have). Also, it refreshes the view whenever the map is opened, something is moved, and when you zoom in or zoom out, the normal stuff. But the refresh buttons there in case your render gets wiped because of another window, screensaver, etc.
banned.
Probably not ;p
And it doesn't automaticlly update the view when one of your tooltips pops up on the top toolbar, or when you have another program cover its region. It may update for its internal events, but if an outside window appears over it, and you click back into the app again, it doesn't update. You need to override the focus events.
And it doesn't automaticlly update the view when one of your tooltips pops up on the top toolbar, or when you have another program cover its region. It may update for its internal events, but if an outside window appears over it, and you click back into the app again, it doesn't update. You need to override the focus events.
-
- Posts: 122
- Joined: Thu Nov 03, 2005 3:49 pm
- Location: XBL: TheWandererLee
- Contact:
Thanks
Thanks for your constructive criticism . However, I have not found an event for the program to know when a tooltip is shown, and for some reason the GotFocus event isn't working correctly. But you are correct, the program does not refresh when either of these occur.kornman00 wrote:And it doesn't automaticlly update the view when one of your tooltips pops up on the top toolbar, or when you have another program cover its region. It may update for its internal events, but if an outside window appears over it, and you click back into the app again, it doesn't update. You need to override the focus events.
Many people don't realize that I am being very lenient on accepting people as beta testers, I haven't really denied one request yet. The easiest way to become a beta tester would probably be to message "TheWandererBot" with the message "!beta". (However, the AIM bot is currently down so catch me on AIM/Yahoo/MSN, and I'll help you from there.) If you do not have an instant messaging program, contact me through email.slaj wrote:Can someone explain me how to be on the list?
Last edited by DaWandererLee on Thu Mar 09, 2006 4:38 pm, edited 3 times in total.
banned.
Have you tried adding a Activated event?
Enter and Leave are suppressed in the From class, use Activated and DeactivatedRemarks
When you change the focus by using the keyboard (TAB, SHIFT+TAB, and so on), by calling the Select or SelectNextControl methods, or by setting the ContainerControl.ActiveControl property to the current form, focus events occur in the following order:
Enter
GotFocus
Leave
Validating
Validated
LostFocus
When you change the focus by using the mouse or by calling the Focus method, focus events occur in the following order:
Enter
GotFocus
LostFocus
Leave
Validating
Validated
If the CausesValidation property is set to false, the Validating and Validated events are suppressed.
Re: Thanks
Yeah i sent you a mail on your @hotmail.com email adress... I think you didn't read it fo rthe moment but i'm going to waitTheWanderedLee wrote: Many people don't realize that I am being very lenient on accepting people as beta testers, I haven't really denied one request yet. The easiest way to get on the list would probably be to message "TheWandererBot" on AIM with the message "!beta". If you do not have AIM, I suggest contacting me personally if I am online on another instant messenger program.
Signature exceeded maximum allowed height.