New test version.
- Fixed installation folder recognition
- Quick View will handle termination of dialog and TC
- Quick View will be docked to windows it is attached
- Some options (edit the start of the code)
- Code rewriten to support merging. When I finish, I will add docs about how to achieve that.
TO DO:
- Handle "on-top" window state when TC or dialog is moved to background.
Code: Select all
QV_HotKey = ^q ; set the hotkey
QV_Options_Width := 500 ; for dialogs: set width
QV_Options_Height := 0 ; for dialogs: set height, 0 means equal to dialog height
QV_Timer := 50 ; set smaller value (>=10) for smoother windows moving
2 Alex
Can you add another option that will enable/disable resizing.
I will use it this way:
1. If TC is active forbid resizing
2. If dialog is active let user resize the window if he wants
I will create tomorrow debug version for you to see why it doesn't work with your dialogs. It may be because of unicode, but here it works in that case. I have 1 french file though, with their
e', witch didn't display until I removed that e. On the other hand, Cyrilic works fine here ?!. I will check that tomorrow.
Download:
www.r-moth.com/code/QuickView.rar