Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-12 Thread Liglio
Flipper, Your layout is similar to mine. See the images. http://osgeo-org.1560.x6.nabble.com/file/n5103406/Map1.jpg http://osgeo-org.1560.x6.nabble.com/file/n5103406/Map2.jpg -- View this message in context:

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-12 Thread Flipper
Yes exactly! I want to move the taskpane to the left area, outside of the fusion frame...I don't have the issue of 2 different domains, but same general problem On Feb 12, 2014 9:15 AM, Liglio [via OSGeo.org] ml-node+s1560n5103406...@n6.nabble.com wrote: Flipper, Your layout is similar to

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-12 Thread Liglio
Flipper, you will have the 2 domains problem. My application is http://host/GisWeb and the iframe where fusion is called http://host/mapguide. Two differents applications web sites in IIS (GisWeb and mapguide) are considered differents domains. Have you tryied ? Why your TaskPane must be outside

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-12 Thread Flipper
With ajax you could just do a top or parent reference out...I love fusion just have our own product that controls the map, and multiple tools on the left would be a huge undertaking to embed inside and outside..but want the screen space back..if we could move the taskpane onto our left panel it

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-12 Thread Flipper
Not in front of code but thought we just referenced top.parent.getelementbyid and everything worked fine between the two frames/divs On Feb 12, 2014 12:04 PM, Liglio [via OSGeo.org] ml-node+s1560n5103450...@n6.nabble.com wrote: Flipper, you will have the 2 domains problem. My application is

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-11 Thread Liglio
James, Thanks for your reply. My problem is that the Initial Task Pane URL must be dynamic, because it must write the host name where the application is installed, due a cross-domain issue (I am using iframes). I don't want to manually edit the weblayout for every server I install de application

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-11 Thread Flipper
Hmmm Was hoping this Would help me too, but doesn't My problem is Different...I want to build a wrapper around Fusion, put the Base Fusion Info (map, tools, buttons etc in a DIV of my wrapper, But have the TASKPANE operate in a different div or iframe in my wrapper. Anyone have examples of this?

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-11 Thread Liglio
Flipper, I have an aspx page with na iframe pointing to fusion page http://hostIP/mapguide/fusion/templates/mapguide/standard/index.html and by default my TaskPane is as iframe of fusion framework. I avoided the cross-plataform iframe problem and this is working for me. -- View this message

Re: [mapguide-users] How to change the initial task pane URL programatically

2014-02-11 Thread Flipper
Think of my c# .net App as having a left side task Pane already, and A right side iframe for Fusion. This now creates the appearance of Two left hand task Panes, Mine and the one built into fusion in the right iframe. I would like to remove the Task pane created in the Fusion iFrame, and Have it

[mapguide-users] How to change the initial task pane URL programatically

2014-02-07 Thread Liglio
Hi, How to change the initial task pane URL programatically using C# ? This information is kept in the file MgLibraryResourceContents.dbxml ? Thanks, Liglio -- View this message in context: