05-08-2012 12:19 PM
I have been trying to use the TableView demo to create a list with multiple columns and rows.
When I get to the point where the screen is loaded, the simulator errors out. I even tried a try/catch statement, but that doesn't seem to work.
Has anyone been able to get this example to work?
The main difference with my version is, I already have a main screen and the screen for the list is pushed from the main screen.
05-08-2012 02:08 PM
The demo works for me, I used it to experiment with table views.
What error are you getting?
Chris
05-09-2012 09:31 AM
That is part of the problem, it blows up trying to create the screen and I don't see the error. I think it partially had to do with setting the horizontal scroll in the super. I got a little further along, but it will only display 2rows of data.
05-09-2012 10:51 AM
What do you mean by "Blows up"
05-09-2012 11:06 AM
The debugger for the simulator cannot find the resource to display the error. So, all I can do is stop debugging and try again.
05-09-2012 11:21 AM
How are you determining that it cannot find a resource? What about sending a screen shot.
I have on guess without seeing anything specific. If you are setting a preferredWidth > max width of the simulator resolution it will do wierd things like simply not hsowing the screen.
05-09-2012 01:50 PM
Sorry, I'll get a screen shot as soon as I can.
I just got my PC upgraded at work, so now I have to reload my software. ugh.
05-15-2012 10:55 AM
It looks like the error is on TableView(ScrollView).calculateVerticalScrollAmoun
And it looks like for OS 6 simulator, there isn't a work around.
05-15-2012 11:15 AM
Make sure your tableview is not in a scrollable manager.