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

[mapguide-users] Custom connection to DB Oracle

2010-07-29 Thread sekko970
Hi, I need to connect to an Oracle DB using a connection string. So, using Maestro, I created an new dataconnection FDO ODBC provider, then I selected 'Custom connectionstring' option, and I wrote my connection string: Driver=Oracle in OraHome92;Dbq=MyDbq;Uid=MyUid;Pwd=MyPwd; The connection

[mapguide-users] Manually Themed Point Layer - Redux

2010-07-29 Thread DGK
The manually themed point layer shows up in layer preview, but not on a map (our web layout). The steet layer in the bottom frame is there to verify the proper view. MGE 2011, 64bit. Thanks, Dan http://osgeo-org.1803224.n2.nabble.com/file/n5347267/Styling.png

RE: [mapguide-users] Manually Themed Point Layer - Redux

2010-07-29 Thread Dave Wilson
It's likely that the coordinate system of the point data is not set or is incorrect? hence it draws without error, but doesn't render. Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of DGK Sent: Thursday,

Re: [mapguide-users] Manually Themed Point Layer - Redux

2010-07-29 Thread Dan Kerr
I want to say that the point file coordinate system is correct but investigated completely, and. cannot. This is a basic ID 10 T error... Why are the simplest errors always the hardest to find?!! Dave, Thank you for your help. And I especially want to thank the forum for it's patience.

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

[mapguide-users] FDO Exception when selecting feature.

2010-07-29 Thread DGK
OSGeo FDO Provider for ODBC, DSN Connection to Excel or Access (or connection to external Excel file - doesn't matter). Driver for all options is from AccessDatabaseEngine_X64.exe on 2008 R2. When a feature is selected (double click), the error An exception occurred in FDO component. appears.

[mapguide-users] Re: FDO Exception when selecting feature.

2010-07-29 Thread Jackie Ng
Do you know if FDO is properly detecting the identity properties (primary keys)? If you open that data source with FDO Toolbox, does that show the correct properties as identity properties? - Jackie -- View this message in context:

[mapguide-users] Re: URL Activated for features

2010-07-29 Thread Mauricio Villablanca
SQL You mean URL? concat ('http://www.someserver.com/report_page.php?clicked_item_id=', item_unique_field) Double quotes for attributes, single quotes for strings. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/URL-Activated-for-features-tp5238025p5353750.html

[mapguide-users] RE: URL Activated for features

2010-07-29 Thread mark volz
The URL field of an object holds a piece of SQL (Structured Query Language). The concat is a function of SQL. As part of the rules around SQL, free text is encased in ' and fields have none. The URL string should look something like this