Re: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Warren Medernach
Hey Gordon, Thanks so much for the tips and info! Warren On Wed, Jul 28, 2010 at 7:18 PM, Gordon Luckett gordon.luck...@arrowgeomatics.com wrote: Hi Warren, I usually use iframes (and always call it the same thing “iFrameMap”) I have found some issues with targeting some of the

Re: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Jason Birch
So, are you guys using iframes to hide the complexity of the initial url and still use appdef directly out of the MapGuide repository? My appdef doesn't change very often; I've got it compiled into a single-file fusion build per-map. I'm not using templates either ;I don't think they existed when

Re: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Warren Medernach
Well, I'm using frames to provide a basic 'wrapper' to display things like company logo's and also a custom reporting frame for displaying a datagrid. Warren On Thu, Jul 29, 2010 at 1:04 AM, Jason Birch ja...@jasonbirch.com wrote: So, are you guys using iframes to hide the complexity of the

RE: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Gordon Luckett
Hi Warren Also, I should direct you to http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm I use this widget extensively.that way I can have floating windows regardless of FUSION or AJAX viewers. My data grid (List All Parcels) uses this javascript library for this site -

Re: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Warren Medernach
Thanks Gord! That widget look great, I'll have to look into that! So then are you building your own Legend as well, or is that the default MG Legend component? Warren On Thu, Jul 29, 2010 at 10:42 AM, Gordon Luckett gordon.luck...@arrowgeomatics.com wrote: Hi Warren Also, I should direct

RE: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-29 Thread Gordon Luckett
I just use the default Legend for now.. Thanks Gord! That widget look great, I'll have to look into that! So then are you building your own Legend as well, or is that the default MG Legend component? Warren On Thu, Jul 29, 2010 at 10:42 AM, Gordon Luckett

Re: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-28 Thread Warren Medernach
Hey Jason, Sorry, my bad... I should know better to include version details... It's been a long day :-) I'm using MGE 2011. I was just more curious what others are doing wrt Fusion. Are people using iFrames, or Frames, or just building their wrappers? Thanks. Warren On Wed, Jul 28, 2010 at

RE: [mapguide-users] Subject: Best practices for running Fusion within frames

2010-07-28 Thread Gordon Luckett
Hi Warren, I usually use iframes (and always call it the same thing iFrameMap) I have found some issues with targeting some of the searches and had to modify the code to find my iFrameMap within FUSION. I make use of the \www\fusion\layers\MapGuide\MapGuideViewerApi.js file and modify