Lib 'EasyAndFastGUI': Creating Canvas fails with error 4016 after update build 2265 - page 2

 
Marcel Fitzner:

Hi mate,

sure thing. I've uploaded the files (new, old, diff) so you can open/download them:

Canvas_Diff.htm

Canvas_before_build_2265.mqh

Canvas_build_2265.mqh

Cheers!

M.

The problem is the length of name on row 254

If you delete "(string)CharId + ", in

      m_rcname="::"+name+(string)(GetTickCount()+MathRand());

all return ok.


 

Big thanks, @Angelo Ferraro! EasyAndFastGui is working fine again.

 
Marcel Fitzner:

Big thanks, @Angelo Ferraro! EasyAndFastGui is working fine again.

It is a temporary solution because the addition of the chart ID is due to a previous pb.

For now we can solve in this way

We'll see if they solve the canvas length problem in the next version

See you

Bye Marcel

 

Oh, i just found this discussion, after posting this same problem here.

Thanks for the solution, i'll try it.

Bibliotheken: Die Bibliothek EasyAndFastGUI zum Erstellen von grafischen Interfaces
Bibliotheken: Die Bibliothek EasyAndFastGUI zum Erstellen von grafischen Interfaces
  • 2018.03.05
  • www.mql5.com
Die Bibliothek EasyAndFastGUI zum Erstellen von grafischen Interfaces: Autor: Anatoli Kazharski...
 
Angelo Ferraro #:

The problem is the length of name on row 254

If you delete "(string)CharId + ", in

      m_rcname="::"+name+(string)(GetTickCount()+MathRand());

all return ok.


Thank you very much.

you saved my day!

This bug still on build 3815.

Reason: