Hey everyone!
Quick but important question.
I am creating a scroll view using the widgets library. Inside the scroll view I place a radio button (which scrolls properly) and a text field that does not.
I have inserted my textField into the scroll view, but it does not work.
Here is my code for the textField
defaultField = native.newTextField( 100, 490, 300, tHeight ) defaultField.font = native.newFont( native.systemFontBold, inputFontSize ) defaultField:addEventListener( "userInput", fieldHandler( function() return defaultField end ) ) scrollView:insert( defaultField )
Any help would be greatly appreciated!
