Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar associated to a window control hidden under window
#1
The function which follows is triggered by a window when created. Furthermore, it is necessary that this window is always on top. The same function loads three toolbars. One of them is associated with the main window, while the other two are associated to two controls in the main window. My problem is that the last window is always hidden under the main window. I found a couple of ways to by-pass this problem, but I am still wondering about "what is wrong?".

Any advice will be appreciated.

Tahnks in advance.



Function tempf01
Code:
Copy      Help
int hwnd=val(_command)

mac "dBMain" hwnd

int c=id(37 hwnd)
mac "dBLeftPane" c
c=id(47 hwnd)
mac "dBRightPane" c

Zorder hwnd HWND_TOPMOST
#2
Move the Zorder line above all mac.

0.25
int hwnd=TriggerWindow
Zorder hwnd HWND_TOPMOST
mac ...
#3
Dear Gintaras, Thank you, I will try it immediately.

Have a nice day, Best regards.


Forum Jump:


Users browsing this thread: 1 Guest(s)