ProUILabel as a list displayer
Hi,
I need your help! I need to display a dialog with a list of message, but I have no many example with ProUILabel and what I did always fail.
I tried to put code below inside a loop with an incrementing DIALOG_LABEL and label_text as message:
ProUIDialogLabelAdd(DIALOG_NAME,DIALOG_LABEL,&grid_opts);
ProMessageToBuffer(label_txt, user_msg_new, "board_selection");
ProUILabelTextSet(DIALOG_NAME,DIALOG_LABEL,label_txt);
Is there a easier way to display the box with list of message? Is ProUIDialogLabelAdd and ProUILabelTextSet fit for that?
Thank you!

