Discussion of article "How to create a graphical panel of any complexity level" - page 6

 
Seyyed Mohammad :

What is CodeBase? a web site?

Search box in the upper right corner ... And then filter by CodeBase.

 

Hello Everyone

First, thank you for Vladimir Karputov to share this article.

I am new to design my panel for a beginner. 

I want to confirm that is it possible to undock this panel like chart.

If yes, where I can find the method? thank you.

Vladimir Karputov
Vladimir Karputov
  • 2021.09.01
  • www.mql5.com
Trader's profile
 
Quan tum # :

***

I want to confirm that is it possible to undock this panel like chart.

If yes, where I can find the method? thank you.

I do not understand.

 
Vladimir Karputov #:

I do not understand.

In MT5 we can click the right button in mouse on the chart and we will see the "docked". (in attachment)

If we click it, the chart window will outside the platform independent. That is mean undocked.

So, I want to confirm that is the panel can also do this independent from the chart? Thank you.

Files:
 
Quan tum # :

In MT5 we can click the right button in mouse on the chart and we will see the "docked". (in attachment)

If we click it, the chart window will outside the platform independent. That is mean undocked.

So, I want to confirm that is the panel can also do this independent from the chart? Thank you.

You yourself answered your own question: You yourself choose the menu FOR THE CURRENT CHART WINDOW. What does the panel have to do with it?

 
Vladimir Karputov #:

You yourself answered your own question: You yourself choose the menu FOR THE CURRENT CHART WINDOW. What does the panel have to do with it?

Sorry, maybe I let you misunderstand.
I mean can it possible to undocked the panel out side the chart.
 
Quan tum # :
Sorry, maybe I let you misunderstand.
I mean can it possible to undocked the panel out side the chart.

It is forbidden. The panel is linked to the chart.

 
Vladimir Karputov #:

It is forbidden. The panel is linked to the chart.

Thank you very much. I see.

May I ask for one more question, please.

I want to create a panel to show some table like this






















But I only can find the control below, is that mean panel can't support to create the table, thank you.

CLabel

Control, based on "Text label" graphic object

CBmpButton

Control, based on "Bitmap label" graphic object

CButton

Control, based on "Button" graphic object

CEdit

Control, based on "Edit field" graphic object

CPanel

Control, based on "Rectangle label"

CPicture

Control, based on "Bitmap label"

Documentation on MQL5: Standard Library / Panels and Dialogs / CEdit
Documentation on MQL5: Standard Library / Panels and Dialogs / CEdit
  • www.mql5.com
CEdit - Panels and Dialogs - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Quan tum # :

Thank you very much. I see.

May I ask for one more question, please.

I want to create a panel to show some table like this






















But I only can find the control below, is that mean panel can't support to create the table, thank you.

CLabel

Control, based on "Text label" graphic object

CBmpButton

Control, based on "Bitmap label" graphic object

CButton

Control, based on "Button" graphic object

CEdit

Control, based on "Edit field" graphic object

CPanel

Control, based on "Rectangle label"

CPicture

Control, based on "Bitmap label"

You need to build the table yourself. Look for examples in Articles and CodeBase.

 
Vladimir Karputov #:

You need to build the table yourself. Look for examples in Articles and CodeBase.

Ok, thank you very much. I think so.

I will try to find them in Article and codebase.

Thanks again for your support. 

Reason: