Page 1 of 1

2 Questions MDI / Outlook2003

PostPosted: Tue Feb 12, 2008 3:08 pm
by ukoenig
Hello from Germany,

During the testing of the new DB-Tools,
2 small things i would like to change.

1 When you create a MDI - Window, there is menue
Childs Window Help
Is it possible, to disable it ?

2. In Outlook2003 i get a ugly black part
above the buttons,
where normaly should be a Child-Dialog
when i open a extern Dialog (Focus lost).
Is it possible, to get a background-color
for the black part ?
In the moment, the 1. Button on top of the Button-list
is a <Dummy-button> with a blank child.
I just do SetOption(1), before i carry on with
the selected function.
In this way the background is filled.

Image

Thank you :lol:
Uwe


PostPosted: Tue Feb 12, 2008 3:24 pm
by nageswaragunupudi
There are two ways

First :

DEFINE WINDOW oWnd MDI MENU TMenu():New()

Menubar itself will not appear

Second:
DEFINE WINDOW oWnd MDI MakeMenu() ....

func makemenu

local omenu

MENU omenu 2007
MENUITEM "" DISABLED
ENDMENU

return omenu

Now a blank menubar appears

PostPosted: Tue Feb 12, 2008 3:33 pm
by nageswaragunupudi
We can not see your image. Can you post the correct link please ?