hello
i need to get simple user input, lets say a string from a text field
i wanted to display an alert asking the user to input the info with ok and cancel buttons
i checked NSAlert and it gives me the popup and the buttons but not text field
do i need to create a small window with all elements (textfield, button, etc) and display it or is there any builtin UI for this ?
i need to get simple user input, lets say a string from a text field
i wanted to display an alert asking the user to input the info with ok and cancel buttons
i checked NSAlert and it gives me the popup and the buttons but not text field
do i need to create a small window with all elements (textfield, button, etc) and display it or is there any builtin UI for this ?