Re: [mapguide-users] Jx Layout and Fusion

2008-12-04 Thread Paul Spencer
Cool, you found it before I could even look at it! On 4-Dec-08, at 3:02 PM, Mark Pendergraft wrote: I found the problem. In my index.html I had 2 references. One to fusion.js and one to jx.js. When I removed the jx.js reference, everything worked just fine. Thanks a bunch for your help

Re: [mapguide-users] Using Fusion functions from a seperate iframe

2008-12-04 Thread Paul Spencer
Each frame is a separate document, which means it has its own 'window' global variable. One of the members of window is parent which refers to the parent window of the current window. Normally this is a self- reference but if you are using frames then it refers to the parent frame or frame

[mapguide-users] Blinking Point

2008-12-04 Thread ajid1980
My Situation - Platform : Mapguide Maestro I have Symbol Style = Symbol : Square So i just want to make that Square blinking.. It is possible?? so how the method?? Thanx -- View this message in context: http://www.nabble.com/Blinking-Point-tp20846719p20846719.html Sent from the Ma

Re: [mapguide-users] Share an Invoke Script ??

2008-12-04 Thread ajid1980
Another Function : Source Code From "Kenneth Skovhede, GEOGRAF A/S" and i tried this Invoke Script : Button A : START = window.refreshTimerId = window.setInterval('GetMapFrame().Refresh()', 1); Button B : STOP = window.clearInterval(window.refreshTimerId); It Worked.. Thanx Kenneth Skovhe

Re: [mapguide-users] [ZS2] Re: [ZS2] refresh script - Invoke Script

2008-12-04 Thread ajid1980
Thanx Bro.. ok now my situation, i invoke script Button A : START = window.refreshTimerId = window.setInterval('GetMapFrame().Refresh()', 1); Button B : STOP = window.clearInterval(window.refreshTimerId); It worked and ok.. Thanx again Bro.. ;) -- View this message in context: http://www

RE: [mapguide-users] Jx Layout and Fusion

2008-12-04 Thread Mark Pendergraft
I found the problem. In my index.html I had 2 references. One to fusion.js and one to jx.js. When I removed the jx.js reference, everything worked just fine. Thanks a bunch for your help regardless. -Mark Pendergraft -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [ZS2] Re: [mapguide-users] [ZS2] refresh script - Invoke Script

2008-12-04 Thread Kenneth Skovhede, GEOGRAF A/S
As I wrote (and as is explained in the link), the setInterval() function returns a timerId. You can then pass this to the clearInterval() function to stop it: window.refreshTimerId = null; function StartRefreshTimer() { if (window.refreshTimerId == null) window.refreshTimerId = windo

Re: [mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-04 Thread Bruno Scott
Thanks for your reply Kenneth, This sample code is pretty much the same as mine. I will do what you suggested and send a Diff patch. Bruno -- View this message in context: http://www.nabble.com/Patch-to-change-the-active-tool-Cursor-in-ajax-viewer-tp20789750p20837333.html Sent from the MapGu

Re: [mapguide-users] Geomap GIS Publishing

2008-12-04 Thread Bruno Scott
The Geomap GIS Publishing wizard was designed to work with Previous Mapguide 6 family. It can't work with Mapguide OpenSource / Enterprise as it is really not the same product. Bruno Scott -- View this message in context: http://www.nabble.com/Geomap-GIS-Publishing-tp20804421p20837262.html Sent

Re[mapguide-users] quest for change in the ajax viewer - legend with selectability

2008-12-04 Thread Bruno Scott
Motivation Selection is something very centric in many custom applications. So it must be fast and easy to use. It is sometimes pretty difficult to select point features or to select many polygone object when there is other polygone under them. So i would like to propose to add a new icon in the

[mapguide-users] FeatureSet XML returned by QUERYMAPFEATURES for WFS layer

2008-12-04 Thread gingerbbm
Dear all I've modified the PHP sample (Ajax viewer) to show an SDF layer and a WFS layer. If I drag-select in the SDF layer, objects are selected (highlighted) as you would expect, and the Properties pane is updated. But, if I drag-select in the WFS layer, nothing happens. The XML returned by

Re: [mapguide-users] Share an Invoke Script ??

2008-12-04 Thread ajid1980
So anyone wanna share then Function Of Invoke Script?? :) -- View this message in context: http://www.nabble.com/Share-an-Invoke-Scripttp20825504p20835933.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mai

Re: [mapguide-users] [ZS2] refresh script - Invoke Script

2008-12-04 Thread ajid1980
What is the criteria for stopping it? My Criteria it depends on my script like this (called=START) < window.setInterval('GetMapFrame().Refresh()', 1); > So i want to make other Invoke Script (called=STOP) to Stop it.. I tried many many java scripts to stop the refresh function.. so anyone hel

Re: [mapguide-users] No input variables have been defined in SQL statement

2008-12-04 Thread kyedinak
Hello, I'd like to add more detail to this issue. I created a simple view called GIS_PROJECT_COVERAGE in MSSQL 2005 that contained an id column, a text field, and a Geometry column. Using MapGuide Maestro, I created a data connection using the sl-king FDO for MSSQL. I created a layer that uses t

[mapguide-users] Using Fusion functions from a seperate iframe

2008-12-04 Thread Jason Woodman
I'm trying to access the fusion commands for a map from a javascript function in a separate iframe. Does anyone know how to do this and can supply some pointers or sample code on how to get a reference to the fusion commands in one iframe from another iframe. Here is my page setup --

Re: [mapguide-users] Problem loading shp into mapguide using maestro. Missing attribute info

2008-12-04 Thread kyedinak
Guys, In order for your attribute fields to show up in the layer, you must add the dbf file to your shapefile resource. For example, if you have a data resource that has test_poly.shp in it, open that resource and click the green plus sign and add the test_poly.dbf file. Click the Test Connecti

Re: [mapguide-users] Jx Layout and Fusion

2008-12-04 Thread Paul Spencer
Hi Mark, this is probably something to do with Jx. Jx.Layout is used to make things fill their containers, it sounds like you are missing something. Perhaps if you post your code+html+css we could advise you ... Cheers Paul On 3-Dec-08, at 1:46 PM, Mark Pendergraft wrote: I have a q

Re: [mapguide-users] Runtime map

2008-12-04 Thread Kenneth Skovhede, GEOGRAF A/S
If you are using the AJAX, DWF or Fusion viewer only, you probably never want to create a runtime map. The official viewers create the runtime map for you. (and overwrite any you have created). In that situation, you will need to load the current runtime map from the repository, modify it, save

[mapguide-users] Images into custom symbols

2008-12-04 Thread peter56
Hello, I'm trying to embed an image into a custom symbol. Using the element as base 64 encoded PNG runs fine :-). But I have no plan, how to create a link to an image stored as Resource Data within the resource database. Where/how is it stored, in a symbol library? How is it to adress from the

Re: [mapguide-users] Share an Invoke Script ??

2008-12-04 Thread jamesdudden
It's ok - i've got it working now. - Straightforward solutions to take care of your business http://www.software-matters.co.uk Software Matters -- View this message in context: http://www.nabble.com/Share-an-Invoke-Scripttp20825504p20830987.html Sent from the MapGuide Users mailing li

[mapguide-users] Runtime map

2008-12-04 Thread padmini godavarthi
Hi, iam using mapguide opensource 2.0(.net 2.0 +IIS 5.1). i saw the runtime map sample application in the url http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/RuntimeMap according to the sample application i changed my code as Dim host As New Uri("http://localho

Re: [mapguide-users] Share an Invoke Script ??

2008-12-04 Thread jamesdudden
Hi, Could you please give me a little help with your invoke script? I created a new invoke script on my web layout - do i copy and paste your script exactly in to the Script to invoke window? When my script is ready how do i use it? I dragged the icon from the command list to the Toolbar list a

Re: [ZS2] re[mapguide-users] fresh script - Invoke Script

2008-12-04 Thread Kenneth Skovhede, GEOGRAF A/S
What is the criteria for stopping it? See the "clearInterval" method: http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ Regards, Kenneth Skovhede, GEOGRAF A/S ajid1980 skrev: hai all i found the refresh script and put it on Invoke Script < window.setInterval(

re[mapguide-users] fresh script - Invoke Script

2008-12-04 Thread ajid1980
hai all i found the refresh script and put it on Invoke Script < window.setInterval('GetMapFrame().Refresh()', 1); > So how i wanna to stop it?? Thanx -- View this message in context: http://www.nabble.com/refresh-script---Invoke-Script-tp20829972p20829972.html Sent from the MapGuide Users

Re: [mapguide-users] Search Query and shorter url's

2008-12-04 Thread milko_velichkov
Sumedho, On your second question: Did you try making folder under ...\WebServerExtensions\www folder and using ajaxviewersample.php changing $webLayout parameter, then you will have http:///mapguide2009//ajaxviewersample.php as a URL. Regards, Milko Velichkov Sumedho wrote: > > I have two que