Home » Developing U++ » UppHub » Error with MessageCtrl when using "[" (Issue with MessageCtrl when using "[")
Error with MessageCtrl when using "[" [message #58326] |
Sun, 24 April 2022 21:15 |
ecapuano
Messages: 11 Registered: December 2021 Location: Mexico
|
Promising Member |
|
|
Hi, i am using MessageCtrl from hub as follow:
----------------------------------------------
String msg = "File [" << path << "] loaded!!!";
DUMP(msg);
msgx1.Animation(CFG_MSGCTRL_ANIM).Bottom().Information(*this - >GetTopCtrl(), msg, Null, 5/*CFG_MSGCTRL_TIME*/);
----------------------------------------------
And i get -> "ERROR: Unexpected end of text."
i get the issue resolved when replacing "[" with "("
Would you please give some suggestion to this
Ernesto
qtf.SetQTF(String("[G1 ") + msg);
|
|
|
Goto Forum:
Current Time: Thu Oct 10 13:29:58 CEST 2024
Total time taken to generate the page: 0.02379 seconds
|