
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
Hello Folks,
This is my first post on the Forum, so I'll try my best to explain myself clearly. I'm developing a CAppDialog and, among other things, I want to place a CPanel on it, aligned to the Right. Following the Docs example (here), with a few minor adjustments as follows (lines highlighted in yellow):
Everything else of the example code is equal. So, the first compiling produced the Aqua panel aligned to the left (what is wrong, given the .Alignment() ): printscreen "CPanel compiling 1"
After minimizing the Dialog and maximizing it again, the aqua panel was correctly (i.e., what I believe I coded) placed to the right: printscreen "CPanel after minimizing"
I tried placing the my_white_border.Alignment(WND_ALIGN_RIGHT,...) line at various random places inside the code without success, even calling the CControlsDialog::Maximize, or other things, but I'm failing to understand how to correctly align it.
Any help would be appreciated!
Best regards, Gabriel!