Libraries: EasyAndFastGUI library for creating graphical interfaces - page 28

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
A new version(v2.14) has been published:
New version published(v2.14)
Please embed a similar function.
To make this kind of concise code work.
Sort of make an analogue of GraphPlot approach, but for matrices and interactively. What is missing is quick visualisations for different kinds of data that are as simple as possible in syntax.
Please build in a similar feature.
...
To make this concise code work.
...
Sort of make an analogue of GraphPlot approach, but for matrices and interactively. What is missing is fast visualisations for different kinds of data, as simple as possible in syntax.
Thanks for the interesting suggestion!
Added it to the task list. We'll discuss this further when I'm ready to start working on it.
A new version(v2.15) has been published:
How the second version of the library differs from the first
.
The screenshots below show the difference at 100% and 125% scale (in OS settings):
//---
The images are in high resolution. So even at 400% scale(8K UHD) they will look great.
New version published (v2.15):
What is the difference between the second version of the library and the first
The screenshots below show the difference at 100% and 125% scale (in the operating system settings):
//---
Images in high resolution. That is, even at a scale of 400% (8K UHD), they will look great.
Hello Anatoli,
Thanks por the update!!
Please could you share how to use these GUI ditized images?
For explame for these EA,
In which resources were use pointing to Imaga folder.. How could be resolved?
Thanks!
Sorry,
I seeing EAF 001 example,
In the 2.14 version the explame have these code
and in the 2.15 it has these code
so I am undertanding that Images\\EasyAndFastGui\\Icons have changed.
When I update to the new 2.15 version, no Image folder was download.
Could you help me?
Thanks
Othe issue that I have is that I can not change Button Y size when I working with a Group of Button ( works ok with single button)
V 2.14 Example 001
//--- Buttons group 1
string text1[] = {"BUTTON 1", "BUTTON 2"};
CCoreCreate::CreateButtonsGroup(m_buttons1, m_frame1, 0, 10, 40, text1);
m_buttons1.SelectButton(1);
m_buttons1.ButtonYSize(80); //Added by me!
This last line of code has not effect.
I also tried
m_buttons1.YSize(80)
Thanks for your help!
...
When I update to the new 2.15 version, no Image folder was download.
Could you help me?
Thanks
For users of the EasyAndFastGUI 2.0 library, I send an archive with high-resolution images upon their request in private messages.
For controls, they are not needed, as they are digitized and built into the library code. But they can be used in custom elements, as shown in the code examples that come with the library.
I will send you an archive with images in private messages.
Othe issue that I have is that I can not change Button Y size when I working with a Group of Button ( works ok with single button)
...
Thanks for your help!
Thank you for message!
The fix will be in the next update.
In order to make the necessary changes yourself in this file:
remove this line (height for default button):
//---
Then it will be possible to set the height of all buttons in the group like this: