Working with scrolling list views
Posted: Thu Mar 17, 2011 1:45 pm
Arggh, I really want to like this product but the documentation for iOS is terrible.
I have a simple action in a button
I'm trying to put the results in to a scrolling list view called directoryList. I've tried
and
I've tried countless other variations.
One would imagine this is pretty simple to do. Where can I read more on how this should work.
I have a simple action in a button
Code: Select all
on mouseUp
put shell ("ls") into shelltext
Code: Select all
set contents of directoryList to shelltext
Code: Select all
put shelltext in to contents of directoryList
One would imagine this is pretty simple to do. Where can I read more on how this should work.