RE: [mapguide-users] Mapguide 2.0.2: error fusion

2009-03-25 Thread lolob
You should got something like this in order to view the map.. http://localhost:8008/mapguide/fusion/templates/mapguide/aqua/index.html?ApplicationDefinition=Library%3a%2f%2ffusion%2fsheboygan.ApplicationDefinition I use Autodesk Studio 2009. I have to reconstruct the map? Alba -- View th

RE: [mapguide-users] Mapguide 2.0.2: error fusion

2009-03-25 Thread lolob
You can't see the map because you need to create Map definition first. You can do this through MapGuide Maestro. thanks for your answer I copy fusion 1.1.1 in folder ../www and I copy from fusion old the folder templates on browser I digit http://localhost/mapguide/fusion/templates/mapguide/s

[mapguide-users] Flexible layout error: DomNode

2009-03-24 Thread lolob
Hello MapGuide Users, I just update my fusion to 1.1.1 version. Then this error came out while testing WARNING: Exception occurred in AJAX callback. Message: DomNode is not defined Location: http://localhost:8008/mapguide/fusion/widgets/MapMenu.js (91) Response: Does anyone has solution for th

Re: [mapguide-users] Login problem

2009-03-23 Thread lolob
Hit F5 to refresh the browser. If the problem persists, restart the MapGuide service. magiciangambit wrote: > > Hi, > I have just installed MGOS 2.0.2, now I've got an issue of login, I cannot > login as Administrator for first time, here is what came during login > process: > > Fatal error:

Re: [mapguide-users] Running Search query from Task Pane in Fusion

2009-03-20 Thread lolob
Hello mapguide users, I'm running MGOS 2.02 with Autodesk Studio 2009 and PHP. I created a basic query to test inside Fusion. It works fine in the basic layout. The problem with the Fusion is when I select one of the search results, it does not zoom. Below is the piece of code for query, I don't

Re: [mapguide-users] Maestro Invoke URL

2009-03-18 Thread lolob
Next to 'Basic Properties' tab.Please click the 'Extra Properties' tab. Inside, you can put the url. padmini godavarthi wrote: > > > > Hi, > iam using mapguide opensource 2.0 (with .net 2.0 +IIS 5.1) > iam using Mpguide Maestro for creating packages > How too use invoke url and invoke scri

Re: [mapguide-users] How to invoke URL?

2009-03-16 Thread lolob
I think you can't use invoke url in Fusion. I think it is for Ajax online. achectl wrote: > > Dear All, > > I trying the invoke url feature. Fusion viewer is my testing viewer. I > would like to pass the custom parameter to the application by using url. > > I make use of MapGuide Studio 200

Re: [mapguide-users] Mapguide Memory usage

2009-02-16 Thread lolob
Have you read this, it might help you. http://sandbox.mapguide.com/index.php/Main_Page -lolob Jamo wrote: > > I've noticed mapguide starting to get un responsive / fall over and upon > checking the server it sits around 900,000 kb of memory usage in task > manager... >

Re: [mapguide-users] Query on *.mdb

2009-02-16 Thread lolob
Connect the *.mdb through System Data Source ODBC. In my case, I use php. The code looks like this: $conn=odbc_connect('data_source_name','',''); if (!$conn){ exit("Connection Failed: " . $conn); } ajid wrote: > > MGOS > i have *.mdb data, then im try using queymain.aspx on sampl

Re: [mapguide-users] Query function

2009-02-16 Thread lolob
Take a look at this http://data.mapguide.com/mapguide/devguide/index.php -lolob Rui Daniro wrote: > > Hi all, > > On the mapguide live application gallery there is an example > (http://data.mapguide.com/mapguide/phpviewersample/ajaxtiledviewersample.php) > which a

[mapguide-users] invoke php query in Fusion

2008-09-23 Thread lolob
..Can somebody at least give step by step, how ( preferably in code) to make the query works in Fusion.. -lolob -- View this message in context: http://www.nabble.com/invoke-php-query-in-Fusion-tp19623520p19623520.html Sent from the MapGuide Users mailing list archive at Nabbl

Re: [mapguide-users] postrgres connection properties not accessable

2008-09-16 Thread lolob
I solved it. I forgot to put 'public' for the DataStore. I hit the test connection and okay. But when I'm trying to fetch the coordinate system or preview the connection data. My Mapguide Server crash. -lolob lolob wrote: > > Hello zspitzer, > > I downloaded ver

Re: [mapguide-users] postrgres connection properties not accessable

2008-09-16 Thread lolob
/file/p19507098/case2.jpg Any idea?. -lolob zspitzer wrote: > > you will need to check which depenancies for the fdo provider are > missing, which will > involve using depends on win32 or ldd on linux.. > > which postgres libraries did you install? > > z > > O

Re: [mapguide-users] Create reports

2008-08-11 Thread lolob
Hope this example help PassData http://www.calcad.com/MGOS/PassData.html http://www.calcad.com/MGOS/PassData.html oamram wrote: > > Hi All, > i am trying to create reports from selected features. i am using MGO 2.0 > with web studio/Maestro with Php. > is there a code example out there i can

[mapguide-users] make a table from query example

2008-07-24 Thread lolob
Hello list, First of all, I'm not really good in php..and I have something to ask about part of the codes below.. http://www.nabble.com/file/p18645057/codes.jpg Basically, what I want to do is to make a table after I hit the execute button.Please see the image below. http://www.nabble.com/fil

Re: [mapguide-users] Problems connecting to database: No current open database.

2008-07-09 Thread lolob
; it should be owner='USERNAME' > as all system tables are in upper case in oracle > > z > > > > On Thu, Jul 10, 2008 at 1:35 PM, lolob <[EMAIL PROTECTED]> wrote: >> >> No, both username and password are lower case..anyone?? >> >> >&g

Re: [mapguide-users] Problems connecting to database: No current open database.

2008-07-09 Thread lolob
No, both username and password are lower case..anyone?? zspitzer wrote: > > did you have your username in upper case? > > On Thu, Jul 10, 2008 at 11:53 AM, lolob <[EMAIL PROTECTED]> wrote: >> >> Hello list, >> >> I'm having some trouble connect

Re: [mapguide-users] Problems connecting to database: No current open database.

2008-07-09 Thread lolob
Hello list, I'm having some trouble connecting to Oracle here. I have Oracle9i database,MGOS 1.2 and MG Studio 2008. I created a system DSN (via ODBC) on Windows Server 2003 to the oracle database. Hit the test button and success. Now I know my machine can connect to the oracle database(other ma

[mapguide-users] taskpane.temp is missing

2008-07-02 Thread lolob
Hello list, Try open this file 'taskpane.php' from mapviewerphp folder and you will get this right. Weird things is when I try to look at this file 'taskpane.templ'..It's just not there..I did search Files and Folder for the file..but there's no such file as 'taskpane.temp'.. Am I the only one

Re: [mapguide-users] Running Search query from Task Pane in Fusion

2008-07-01 Thread lolob
Does anyone has a working query that works for fusion? I use example from 'querymain.php', but it didn't work at all under fusion.Can someone provide a sample that works for fusion. Thanks. -- View this message in context: http://www.nabble.com/Running-Search-query-from-Task-Pane-in-Fusion-tp17

[mapguide-users] ApacheMapguide and mysql

2008-02-07 Thread lolob
Hello guys.. I have problem with my ApacheMapguide (Machine A) trying to connect to mysql server (Machine B)..I created a simple "mysql_connect.php" file just to test whether Machine A can connect to Machine B..But when I browse the file "http://localhost:8700/mapguide2008/mysql_connect.php";, I

Re: [mapguide-users] query code help...

2008-01-23 Thread lolob
Thanks.. I followed your suggestion and made some changes to the code...but no luck...is there something wrong here.. $opts = array(); $queryOptions = new MgFeatureQueryOptions(); if ($this->args['USEPROPERTYFILTER'] == 'true') { $propertyFilter1 = $this->args['PROPERTYNAME']; if ($this

[mapguide-users] query code help...

2008-01-22 Thread lolob
hi, I need help with the code here..I want to create query that can use 3 property...for example...i want to filter something like this "FIELD = apple and STATE = state1 and AREA >= 1000 "...the question is how do I combine the statement and send to $propertyFilter...and how to add the logic 'AND'