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 Anthony,
I sort of did what you explained and it partially works. Now the App "cpInterface" moves with the chart but as soon as the chart is resized the SpinEdit box disappears as if it can not be recreated. I am now starting to think that there are further BUGS in the .mqh files. I had to add < if(m_deinit_reason!=WRONG_VALUE) > in the <Dialog.mqh> this was pointed out by JimDandy.
Thank you for all your help it has been much appreciated, but I think I am flogging a dead horse. I think I'll go back to the old graphics tool at least they work.
Cheers
Rod
I'm back with another version.
Almost have it working but still not what I need.
So far the App loads into the top right corner.
On the first chart resize to the left works fine but resizing the chart back "to the right" the App stays at the old setting.
On the second chart resize the position of the App seems to increase.
Somewhat disheartening there must be something wrong with my math or I am missing something.
Any feed back would be greatly appreciated as I can't move on until this quirky/irritating problem is solved.
Thanks you for taking the time to read this post.
Regards,
Rod.
Update :
Success :
The answer to my conundrum was staring at me. I have attached the finished file below...... Enjoy.
Regards,
Rod.
<ex4 file removed>
Roddo et al.:
Thanks for standing up the SpinEditDouble.mgh adaptation. It was just what I needed.
I'm back with another version.
Almost have it working but still not what I need.
So far the App loads into the top right corner.
On the first chart resize to the left works fine but resizing the chart back "to the right" the App stays at the old setting.
On the second chart resize the position of the App seems to increase.
Somewhat disheartening there must be something wrong with my math or I am missing something.
Any feed back would be greatly appreciated as I can't move on until this quirky/irritating problem is solved.
Thanks you for taking the time to read this post.
Regards,
Rod.
Roddo Greenwood:
Use the updated SpinEditDouble.mqh file here.
Hello Rod,
Thank you for your support. I have a problem, as same as you, I want to create a Spin Edit for lot picker, but when I try to get the value of the Spin Edit, it doesn't return anything, how could I fix this?
Thanks in advance.