Inserted Code
int deinit()
{
return(0);
}
int init()
{
ObjectDelete("lblIndiname");
if(!ObjectCreate("lblIndiname",OBJ_LABEL,0,0,0))
{
Alert("Error: can't create label! code #",GetLastError());
return(0);
}
ObjectSetText("lblIndiname","Why do the text hide if iCustom is called?",15);
return(0);
}
int start()
{
//Alert(iCustom(NULL,0,"Pinbar",0,1));
return(0);
} If you remove the doubleslash and use the Alert Call, the text is away!
Attached File(s)
Vucking good EA coder... https://t.ly/AZjRM