How to place object(button, text) into separate window or separated indicator?

 

Hi, please help me!

How to place object(button, text) into separate window or separated indicator?

please, answer. 

 
Curie Hanse:

Hi, please help me!

How to place object(button, text) into separate window or separated indicator?

please, answer. 

PLease, see a help OBJ_BUTTON (it a script), and in the OnInit() replace third parameter (number subwindows):

//--- create the button 
   if(!ButtonCreate(0,InpName,0,x,y,x_size,y_size,InpCorner,"Press",InpFont,InpFontSize, 
      InpColor,InpBackColor,InpBorderColor,InpState,InpBack,InpSelection,InpHidden,InpZOrder)) 
Reason: