GUI Guider 1.7.0 msgbox button group error when generating C code {,""}

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GUI Guider 1.7.0 msgbox button group error when generating C code {,""}

295 Views
TerryZHU
Contributor I
error: expected expression before ',' token 30 | static const char * tip_capsule_battery_low_msgbox_capsule_battery_low_btns[] = {,""};

following is the generated code:

	//Write codes tip_capsule_pairing_msgbox_capsule_pairing
	static const char * tip_capsule_pairing_msgbox_capsule_pairing_btns[] = {,""};

I used to work with 1.5.1 version and there won't be a comma before the quote;it's just {""} and work well.but when I import my project to 1.7.1 version and recompile it, above error occurs. I wonder it's a rule that there must be at least one button in msgbox or just an bug to be fixed.

Tags (3)
0 Kudos
1 Reply

266 Views
HangZhang
NXP Employee
NXP Employee

Hi @TerryZHU 

Thank you for your information. I will report this issue to the GUI Guider team.

Best regards,
Hang

0 Kudos