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.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to