re: Problem with List (GUI)

2006-11-13 Thread Javi Martinez
Hello Barry, thank for response :) My English is not very good, so you have understood bad (sorry) I want to do something like this: --- char **myStrings; myStrings = GetValues(); LstSetListChoices(myList, myStrings, numElementsMyStrings); --- The

re: Problem with List (GUI)

2006-11-10 Thread Barry Jaques
Try this: UInt16 listitem; ListPtr lst; ControlType *ctrl Char* bonus; if (event-eType == popSelectEvent) { if (event-data.popSelect.listID 1) { lst = GetObjectPtr(YourList); listitem = LstGetSelection(lst); bonus =