Gallery of UIs written in MQL - page 60

 

Let's start considering the topics mentioned above.

1. orienting in the list of intellisense and selecting the function of the required window:

Type w_, a list of functions ofthe UI windows of this project appears.


2- Orienting in the list of intellisense and selecting the desired feature from the selected window:

After selecting a window, we look at its number.

We erase the dash after w and print its number.

This is the prefix for the list of all the interactives within that window:


//-------------------------------------------------------------------------------------------------------------------------------------------

The gif shows the ease and dynamism of this process:



Next, let's look at opening and closing GUI windows.

 

3. opening and closing windows:

  • To open a window you need to select its name from the list ofintellisense and add brackets with a semicolon.Do not put anything inside the call.

  • To close a window you need to do the same thing, but put 0 in the brackets.



This is how it looks like in the process:





We'll continue the topics tomorrow, with fresh energy.

 
seamless