Thanks you so much for getting back to me.
heres the config settings:
application =
{
content =
{
width = 768,
height = 1024,
scale = “zoom”
}
}
heres the rest:
module(…, package.seeall)
new = function ( params )
– Imports
local ui = require ( “ui” )
– Groups
local localGroup = display.newGroup()
local scrollView = require (“scrollView”)
local util = require (“util”)
local topBoundary = display.ScreenOriginY
local bottomBoundary = display.ScreenOriginY
local scrollView = scrollView.new { top=topBoundary, bottom=bottomBoundary }
– Display Objects
local background = display.newImage( “Graphics/history/history.jpg” )
scrollView:insert (background)
localGroup:insert (scrollView)
return localGroup
end
thanks again. hopefully you can crack it
[import]uid: 155893 topic_id: 33685 reply_id: 134010[/import]