Select to view content in your preferred language

dojox.mobile.ScrollableView

947
3
06-26-2012 08:08 AM
RobertHauck
Deactivated User
I'm building a site that has a fixed dojox.mobile.TabBar at the bottom of all views.  I need a couple of my views to be dojox.mobile.ScrollableView.  I get an error in http://serverapi.arcgisonline.com/jsapi/arcgis/2.8compact/js/dojo/dojox/mobile/parser.xd.js when I try to add one (Uncaught TypeError: Cannot read property 'prototype' of undefined parser.xd.js:8) . 

I could not find a sample or example of anyone using a ScrollableView using 2.8 compact.  Is it possible?  Do I need to dojo.require something?
0 Kudos
3 Replies
derekswingley1
Deactivated User
Can you post code to reproduce?

Which modules are you currently loading via dojo.require?

Are you running your code inside a function called by dojo.ready?
0 Kudos
RobertHauck
Deactivated User
Thanks for the response Derek.  I just got it to work.  I was missing the mobile in dojo.require("dojox.mobile.ScrollableView").
0 Kudos
derekswingley1
Deactivated User
Nice, glad it's working.
0 Kudos