Discussion of article "Create Your Own Graphical Panels in MQL5" - page 3

 
f2011:
And how can I add changing font sizes for panel objects in this (for example) panel?
somewhere there was a fontSize method or something similar.... take a close look through intelisync
 
thejobber:
somewhere there was a fontSize method or something similar....
It is available for separate classes like CLabel, CEdit etc. The CAppDialog panel, to which all of them are assigned, does not have it, so it is impossible to change fonts of all child objects together through CAppDialog properties/methods?
 
Alexander Puzanov:
And how to add changing font sizes for panel objects in this (for example) panel?

now I have the same question myself ) how to change font size for CRadioGroup?

Size - changes the rectangular area around, but not the font size itself

 
Is there a simple way to add tab key navigation to such a panel?
 
Can you tell me how to make a child window? I want to make advanced settings in a separate window, it is created, but without focus, i.e. buttons are not clicked, the panel is not dragged: the focus remains on the original panel.
 

Hello,

How can i change the color of the caption "Panel Indicator"?

 
Laszlo Tormasi:

Hello,

How can i change the color of the caption "Panel Indicator"?


I have figured it out.

 

I tried to use this article to make my own program and the work is progressing .

 

Hi,


As soon as I use a CDialog feature in one of my indicators, all graphical windows using this indicator close upon compilation.


Do you know how I can solve this problem?


Thank you in advance.


Philippe

 
Vladislav Andruschenko:

IMHO, I think it's easier to create libraries yourself to know what to use where and how or to fix if something is wrong.

An example of writing a panel without using standard classes.

I agree, it's a mess!!!