Profile

Joseph Mazigo

Contact Details

My Content

1 to 2 of 2 total
Posted By Joseph Mazigo 10-26-2020 19:51
Found In Egroup: Graphics
\ view thread
Hi I have group in a scene which contain quad and 3 text field. Also i have json api which sstructure look like this [ ( "data": "6" ) ] this json api change value depend on incoming data, the value can be 5 or 10 or 15 in my scene i have 20 group if my json data is 3 i want ...
Posted By Joseph Mazigo 10-26-2020 19:48
Found In Egroup: Graphics
\ view thread
Hi all I have json api which output structure like this [ ( "data": "value1" ), ( "data": "value2" ), ( "data": "value3" ) ] i get this data from datalinq (rss/http) i want to populate combobox with value1, value2, value3, …. from json api how can i archive this in XPressi ...