You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I used the ObjectSetText MQL4 function to set the text within a button so I've made the following local change:
if(tmpObjType!=OBJ_LABEL && tmpObjType!=OBJ_TEXT && tmpObjType!=OBJ_BUTTON) return(false);
Thanks for the include file.
The text was updated successfully, but these errors were encountered:
Hi,
I used the ObjectSetText MQL4 function to set the text within a button so I've made the following local change:
if(tmpObjType!=OBJ_LABEL && tmpObjType!=OBJ_TEXT && tmpObjType!=OBJ_BUTTON) return(false);
Thanks for the include file.
The text was updated successfully, but these errors were encountered: