FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour 2 Questions MDI / Outlook2003
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
2 Questions MDI / Outlook2003
Posted: Tue Feb 12, 2008 03:08 PM
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.



Thank you :-)
Uwe

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
2 Questions MDI / Outlook2003
Posted: Tue Feb 12, 2008 03:24 PM

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

Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
2 Questions MDI / Outlook2003
Posted: Tue Feb 12, 2008 03:33 PM

We can not see your image. Can you post the correct link please ?

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion