Is there any size limit for CControlsDialog?

 

Hi all,

I have used the CControlsDialog, actually the Controls example located under Experts > Examples > Controls

I added it in two differet Symbols and while changing from one symbol to other the dialog keep open, maximized.


BUT, if I change the line 20 below

From

   if(!ExtDialog.Create(0,"Controls",0,40,40,380,354))


To 

   if(!ExtDialog.Create(0,"Controls",0,40,40,380,370))


Every time I change from symbol1 to symbol2 the dialog is minimized, if I click on the maximize and change from one symbol to other the dialog is minized again.


Is there any height limit for the CControlsDialog?

Is there any way to keep the dialog open if the user change from one symbol to another?


Thanks,

Ademir