Modal dialog and InputPanel

  • Thread starter Thread starter Vitaly Zayko
  • Start date Start date
V

Vitaly Zayko

Hello!
How to use modal dialog with input panel? I tried different form borders but
dialog form always hides input panel and even menu/tool bar. I'm using C#.
Thanks!
Vitaly
 
Thanks Maarten! Will try, but sound little strange for me. Is this just a
bug or some kind of strategy? I always believed that main menu should be
just one... :)
Thanks!
Vitaly
 
Well, the component is called a MainMenu. You need it to "reserve" the space
for a menu as well as for the input panel. It is not, as the name might
imply, a menu that will be available on all forms. I would not call it a
bug, but "by design".

--
Regards,

Maarten Struys, eMVP
PTS Software bv

www.opennetcf.org | www.dotnetfordevices.com
 
Maarten Struys said:
Well, the component is called a MainMenu. You need it to "reserve" the space
for a menu as well as for the input panel. It is not, as the name might
imply, a menu that will be available on all forms. I would not call it a
bug, but "by design".

I heard this was a bug and should have been corrected by SP2?
However, I'm using a MainMenu myself to be sure.
 
Back
Top