

These are the basics of the Windows system. When the timeframe is changed, the WINDOW of the chart changes its size. As you know, the WINDOW has two states: fully open ( ) and collapsed ( ). Minimize the window and increase its size. Now, when changing the chart, the window in the "minimized" mode will have the maximum size and the panel (probably) will not be minimized.
Hello Vladimir,
Thank you for your reply. but im not talking about timeframe change. it happens when im switching charts. see the gif
Hello Vladimir,
Thank you for your reply. but im not talking about timeframe change. it happens when im switching charts. see the gif
It makes no difference - these are the basics of the Windows system. Instead of objecting, we would have tried increasing the window size long ago and solved our problem :)
It makes no difference - these are the basics of the Windows system. Instead of objecting, we would have tried increasing the window size long ago and solved our problem :)
can you explain how can i fix this please?
can you explain how can i fix this please?
Forum on trading, automated trading systems and testing trading strategies
CAppDialog panel auto minimizing
Vladimir Karputov, 2020.09.29 14:30
These are the basics of the Windows system. When the timeframe is changed, the WINDOW of the chart changes its size. As you know, the WINDOW has two states: fully open (

cannot understand what you are saying here. i want to know how to fix this issue programmatically
cannot understand what you are saying here. i want to know how to fix this issue programmatically
You can write to Microsoft - so that they change the work of Windows.
For now, do this:
Forum on trading, automated trading systems and testing trading strategies
CAppDialog panel auto minimizing
Vladimir Karputov, 2020.09.29 14:30
These are the basics of the Windows system. When the timeframe is changed, the WINDOW of the chart changes its size. As you know, the WINDOW has two states: fully open (

You can write to Microsoft - so that they change the work of Windows.
For now, do this:
i don't understand why are you posting same thing over and over again. are you a moderator? really? i clearly said i want to know how to fix this issue programmatically and i have reason for that. if you don't know that's fine. just leave it there. someone will answer.
Video:
Thanks for the help! I had the same problem.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
below is my code for a simple panel using CAppDialog class. the problem is when change pairs this panel gets minimized automatically. for example, let's say I loaded this to EURUSD and I switch to USDJPY and comeback to EURUSD, I can see only a minimized panel. I don't know why this happens? is there anything I'm doing wrong? what's even more strange is when I set y2 value to 246 it works without a problem. but for values greater than 246 it gets minimized. how can I overcome this without modifying libraries?