Re: Finding right windpw easily
|
Hakim Buknok |
|
5/5/2008 4:12:24 AM |
30 windows open at once? Refactor.
But the Dictionary appr oach would certainly work nicely so long as you do all the bookkeeping of adding and removing w indows from it. Post Comments |
|
Re: Finding right windpw easily
|
Hakim Buknok |
|
5/5/2008 4:13:26 AM |
The Dictionary uses hashes, so yes, it'd be faster to use that instead of looping.
And you can add and remove pages/tabs in RB2005 using the Append, Insert and Remove APIs. Post Comments |
|
Re: Finding right windpw easily
|
Zala Eberle |
|
5/5/2008 4:13:50 AM |
I am implementing a similar setup (not with 40 open windows, though) and I am using the dictionary approach. The dictionary object is at the app level so it can see all the windows. Not done yet, but it looks like it should work well.
Good luck Zala Post Comments |
|