RE: iOS: deleting a line from a field

2012-04-09 Thread John Dixon
Using delete removes the line, but when using a scroller in iOS then readjust the height of the field that contains your lines and the rect theat the scroller should cover...:-) Dixie delete line lineCheck of fld 1 /* readjust the heights that need to be scrolled */ set the

iOS: deleting a line from a field

2012-04-09 Thread Graham Samuel
I have found that, for me, this line of script applied to a list field where the user has selected a line: delete the selectedLine works differently in the iOS environment compared to the IDE and desktop environments. In the IDE etc, the statement deletes the line and closes the gap remaini