
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
Years ago, I parsed your code and tried to implement it in my systems.
I have not figured out how to build dynamic forms in the process. Is it possible and if yes, please, please, send me examples. Also, please, specify whether it is possible to change properties of an object in the process, for example, font, size, position on the form.
The second type of enumeration is i, SWITCH,..., END .
Switches the activated state between items whose names are spelled out between the SWITCH c.word,and theEND c.word,
1.
2.
CODE:
Years ago, I parsed your code and tried to implement it in my systems.
I have not figured out how to build dynamic forms in the process. Is it possible and if yes, please, please, send me examples. Also, please, specify whether it is possible to change properties of an object in the process, for example, font, size, position on the form.
In this version of the constructor dynamic window is disabled. It is possible to change various properties of elements, including fonts. I am currently doing some educational work on the markup language in this thread. I recommend you to look through the previous pages. There is material there that can help and teach you. However, the topic of elements arrangement on the form is not covered yet. It is ahead. Also, when I publish the engine you can connect interfaces to user applications.
The second type of enumeration is i, SWITCH,..., END .
Switches the activated state between the elements whose names are written between the SWITCH c.wordand theEND c.word,
1.
2.
CODE:
To catch up on the SWITCH enumeration.
There is an option to assign universal switching to items in a group when there are too many of them to write the name of each. For example long menus with dozens of items in dropdown lists. In this case, you need a way to specify switching of all items without listing each name.
This is done with the SWITCH_ALL keyword.
And the last enumeration type for today:
i, BLOCKS, ..., END
.
When there is a need to lock individual elements of the interface, the BLOCKS c.word comes to the rescue.
For example, you have two checkboxes that need to block/enable several other checkboxes that are either in their group or in another group.
This is done like this:
Result:
1. When the blocking item is not in the actv state, its items are blocked.
2.
Conversely, if it is activated, they are open.
The rest tomorrow.
Forgot to add. You can name a group instead of listing items and all items in it will become locked:
Result:
Very well, please continue with the other controls.
Yes, of course. That's in the plans. By the way, about the other controls...
Here's what locking a few other types of controls looks like:
1. open:
2. Locked: