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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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"
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.
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.
I'm trying to create a vertical scroll bar without linking to the panel, just on the chart, but it doesn't work for some reason.
For example, with a checkbox, this code reacts to a mouse click. The tick appears and disappears.
But with a vertical scroll - no reaction to mouse clicks.
Can you please tell me who knows how to make this combined element work on a chart?
Can you tell me how to call a dialogue box?
For example, I have created a panel where there is a button "Close all positions". When I click on this button, a "Are you sure?" box should pop up. Yes/No. How to implement this?
Currently inheriting from CAppDialog, I created a small form with Ok/Cancel buttons. When clicking on the Ok button, I added a line
gDialogForm.Destroy(); ChartRedraw();
But the dialogue form still remains on the screen.
How to fix?
For example, I have created a panel where there is a button "Close all positions". When I click on this button, a "Are you sure?" box should pop up. Yes/No. How to implement it?
Currently inheriting from CAppDialog, I created a small form with Ok/Cancel buttons. When clicking on the "Ok" button, I added a line
But the dialogue form still remains on the screen.
How to fix it?
For example, I have created a panel where there is a button "Close all positions". When I click on this button, a "Are you sure?" box should pop up. Yes/No. How to implement it?
Currently inheriting from CAppDialog, I created a small form with Ok/Cancel buttons. When clicking on the "Ok" button, I added a line
But the dialogue form still remains on the screen.
How to fix it?
For example, I have created a panel where there is a button "Close all positions". When I click on this button, a "Are you sure?" box should pop up. Yes/No. How to implement it?
Currently inheriting from CAppDialog, I created a small form with Ok/Cancel buttons. When clicking on the "Ok" button, I added a line
But the dialogue form still remains on the screen.
How to fix it?
Take the Close On Chart Panel example and insert a 'MessageBox' call into the click handlers.
In the 'Close On Chart Panel Dialog.mqh' file, make these changes:
Result:
Hi thanks for your amazing tutorial
I'm trying to make my own , in my panel by click on one button the other one should be disable and hide , it will be hide when i click in the area of hidden button it still work
I put my codes here if you could help me that will be great
Indicator:
Class: