[mapguide-users] Re: task pane hidden on basic web layout load

tmblackflag steve.calpoly at gmail.com
Wed Nov 23 12:16:59 EST 2011


Thanks for steering me in the right direction Jackie. I was able to get where
i wanted by setting taskframe width to 0 in the weblayout, then modifying
the function below in mainframe.templ:

From

function OpenTaskBar()
{
    SetTaskBarWidth(orgTaskBarWidth);
}

To

function OpenTaskBar()
{
    SetTaskBarWidth(200);
}

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/task-pane-hidden-on-basic-web-layout-load-tp7022460p7025202.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list