Discussion of article "Graphical Interfaces X: Text Edit box, Picture Slider and simple controls (build 5)"

 

New article Graphical Interfaces X: Text Edit box, Picture Slider and simple controls (build 5) has been published:

This article will consider new controls: Text Edit box, Picture Slider, as well as additional simple controls: Text label and Picture. The library continues to grow, and in addition to introduction of new controls, the previously created ones are also being improved.

The screenshot below shows how the text display can be configured using the graphical interface.

Fig. 8. Group of controls on the first tab. 

Fig. 8. Group of controls on the first tab.

Author: Anatoli Kazharski

 
Is there any reason for the "expert in sub window" mode has changed to true as default in Defines.mqh?
//--- "Expert in subwindow" mode
#define EXPERT_IN_SUBWINDOW true

This cause errors when expert is not used in sub window.
I changed to false in Defines.mqh and everything seems to work correctly until now.