Changing xui.UI.ComboInput LabelCaption

Basic Issues for CrossUI
Post Reply
cgetty
Posts: 15
Joined: Tue Feb 06, 2024 7:17 pm

Changing xui.UI.ComboInput LabelCaption

Post by cgetty »

Hello Just calling out for a bit of assistance.

I would like to be able to change the xui.UI.ComboInput LabelCaption while my program is running.

Maybe like a button onclick event like .setLabelCaption("new value") nothing comes to mind at the moment.

I would be grateful for any help.

If I could change the LabelCaption property then I could export the data on the page as a json file.

http://elmoross.atwebpages.com/me

To see code go to https://www.crossui.com/RAD/ ond open up elmo.ross.elpad.menu.edtor

Clark
linb
Site Admin
Posts: 11
Joined: Thu Jan 25, 2024 4:40 pm

Re: Changing xui.UI.ComboInput LabelCaption

Post by linb »

Did you try 'setLabelCaption' function?
Post Reply