08-27-2010, 04:32 AM
If window A is sometimes covered by window B, you can:
1. Make window A "always on top".
2. Move window A somewhere where it would not be under window B.
You can do all it in 2 ways:
1. Edit the dialog code. Since it is a System dialog, it is not recommended.
2. Create function that would run automatically when A appears (assign window trigger). Let the function use ont or mov command. Or mov B when it appears.
1. Make window A "always on top".
2. Move window A somewhere where it would not be under window B.
You can do all it in 2 ways:
1. Edit the dialog code. Since it is a System dialog, it is not recommended.
2. Create function that would run automatically when A appears (assign window trigger). Let the function use ont or mov command. Or mov B when it appears.