Libraries: EasyAndFastGUI library for creating graphical interfaces - page 19
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
Then I modified code of function "void CTreeView::UpdateContentList(void)" as below: Am I right? And can you please confirm it?
After October 4 update the library is returning the warnings many places :
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version Element.mqh 379 26 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version Scrolls.mqh 625 15 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version TextBox.mqh 1845 14 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version WndEvents.mqh 298 36 "
still everything is working perfectly but those warnings are very scary :) ... is anybody able to help how to solve this problem, or is able to explain what this warning means ..what is hidden method ?? :)
regards
After October 4 update the library is returning the warnings many places :
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version Element.mqh 379 26 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version Scrolls.mqh 625 15 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version TextBox.mqh 1845 14 "
" deprecated behavior, hidden method calling will be disabled in a future MQL compiler version WndEvents.mqh 298 36 "
still everything is working perfectly but those warnings are very scary :) ... is anybody able to help how to solve this problem, or is able to explain what this warning means ..what is hidden method ?? :)
regards
CElement::Update(true)
CElementBase::IsLocked()
CElementBase::IsVisible()
CElementBase::IsAvailable()
CElement::Update(true)
CElementBase::IsLocked()
CElementBase::IsVisible()
CElementBase::IsAvailable()
Hi ..thank You for reply ...I wouldn't call my self as a beginner but I'm far from pro :)
regarding You reply ....example from file Element.mqh ...
from error log :
deprecated behaviour, hidden method calling will be disabled in a future MQL compiler version Element.mqh 379 26
and after double click, im directed to the code below, and the cursor location is commented as [cursor]
If You can explain how to fix this one I will be able to do the rest :) (or point me to what the "hidden method" is) ...Thank You again
CElement::Update(true)
CElementBase::IsLocked()
CElementBase::IsVisible()
CElementBase::IsAvailable()
deprecated behaviour, hidden method calling will be disabled in a future MQL compiler version WndEvents.mqh 1761 53
Finlay it clicked in my head :) ..all is good now ...Thank You again and Regards
I didn't get it. What to do?