RE: [mapguide-users] Regarding Flexible Layout

2009-02-05 Thread Mark Pendergraft
Yes, but as long as the user has PHP installed (a must for MGOS in
general) they shouldn't have any issues at all.  I'm programming in
VS2008, and can include ASPX pages in my Fusion App, interact with VB
.NET server side code, and can even get the same code in the index.html
page to run inside of a index.aspx page with no errors.  The Fusion code
is all in javascript, and there is no reason why an application can't
use both PHP and ASP.
I'm guessing that their application is breaking due to a lack of
reference to the fusion.js library or maybe a div not being in the page
with the same name as the jx component that is being created, or a bad
applicationdefintion.xml file.

-Mark

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mike Adair
Sent: Thursday, February 05, 2009 10:55 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Regarding Flexible Layout

Perhaps that isn't worded correctly but the server-side component of 
Fusion is in PHP only at the moment.

Mike

Mark Pendergraft wrote:
> What do you mean "not supported in an ASP environment"???
> -Mark
>
> -Original Message-
> From: mapguide-users-boun...@lists.osgeo.org
> [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mike
Adair
> Sent: Thursday, February 05, 2009 9:11 AM
> To: MapGuide Users Mail List
> Subject: Re: [mapguide-users] Regarding Flexible Layout
>
> The Jx.Dialog suggests to me that you are using the Fusion viewer
which 
> isn't supported in an ASP environment.
>
> Mike
>
> Mark Pendergraft wrote:
>   
>> Can you post the contents of your index.html file please?
>>
>> -Mark
>>
>> *From:* mapguide-users-boun...@lists.osgeo.org 
>> [mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of 
>> *ravinder.si...@birlasoft.com
>> *Sent:* Wednesday, February 04, 2009 10:48 PM
>> *To:* mapguide-users@lists.osgeo.org
>> *Subject:* [mapguide-users] Regarding Flexible Layout
>>
>> Hi,
>>
>> Please assist me. I am very new to GIS development.
>>
>> Developing a GIS application in asp.net. When I tried to run the 
>> *basic layout* of Sheboygan sample provided its running fine. But the

>> flexible layouts are not running. I have tried to run it from the 
>> dotnetsampleviewer, mapguide maestro but I am getting the same error 
>> "*object doesn't support this property or method*". And when I try to

>> debug it takes me to
>>
>> dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl: 
>> 'images/',
>>
>> title: OpenLayers.String.translate('ovmapTitle'),
>>
>> modal: false, resizeable: false,
>>
>> right: 50, bottom: 50, width: 200, height: 200,
>>
>> contentID: 'OverviewMap', helpID: '' } );
>>
>> this point.
>>
>> I am using
>>
>> 1.MgServerSetup-2.0.1.2716
>>
>> 2.MgWebServerExtensionsSetup-2.0.1.2716
>>
>> 3.Dotnetviewersample
>>
>> 4.Sheboygan.mgp
>>
>> * *
>>
>> *Regards,*
>>
>> Ravinder
>>
>>
>> 
>

>

> *
>   
>> "This message and any attachments are solely for the intended 
>> recipient and may contain Birlasoft confidential or privileged 
>> information. If you are not the intended recipient,any 
>> disclosure,copying, use, or distribution of the information included 
>> in this message and any attachments is
>> prohibited. If you have received this communication in error, please 
>> notify us by reply e-mail at (administra...@birlasoft.com) and 
>> permanently delete this message and any attachments. Thank you."
>>
>> 
>

>

> *
>   
>> 
>

>   
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>   
>> 
>
>   

-- 
   Michael Adair
   Senior Software Architect
   DM Solutions Group Inc.

   Office: (613) 565-5056 x26
   mad...@dmsolutions.ca
   http://www.dmsolutions.ca
   http://research.dmsolutions.ca


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Regarding Flexible Layout

2009-02-05 Thread Mike Adair
Perhaps that isn't worded correctly but the server-side component of 
Fusion is in PHP only at the moment.


Mike

Mark Pendergraft wrote:

What do you mean "not supported in an ASP environment"???
-Mark

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mike Adair
Sent: Thursday, February 05, 2009 9:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Regarding Flexible Layout

The Jx.Dialog suggests to me that you are using the Fusion viewer which 
isn't supported in an ASP environment.


Mike

Mark Pendergraft wrote:
  

Can you post the contents of your index.html file please?

-Mark

*From:* mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of 
*ravinder.si...@birlasoft.com

*Sent:* Wednesday, February 04, 2009 10:48 PM
*To:* mapguide-users@lists.osgeo.org
*Subject:* [mapguide-users] Regarding Flexible Layout

Hi,

Please assist me. I am very new to GIS development.

Developing a GIS application in asp.net. When I tried to run the 
*basic layout* of Sheboygan sample provided its running fine. But the 
flexible layouts are not running. I have tried to run it from the 
dotnetsampleviewer, mapguide maestro but I am getting the same error 
"*object doesn't support this property or method*". And when I try to 
debug it takes me to


dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl: 
'images/',


title: OpenLayers.String.translate('ovmapTitle'),

modal: false, resizeable: false,

right: 50, bottom: 50, width: 200, height: 200,

contentID: 'OverviewMap', helpID: '' } );

this point.

I am using

1.MgServerSetup-2.0.1.2716

2.MgWebServerExtensionsSetup-2.0.1.2716

3.Dotnetviewersample

4.Sheboygan.mgp

* *

*Regards,*

Ravinder






*
  
"This message and any attachments are solely for the intended 
recipient and may contain Birlasoft confidential or privileged 
information. If you are not the intended recipient,any 
disclosure,copying, use, or distribution of the information included 
in this message and any attachments is
prohibited. If you have received this communication in error, please 
notify us by reply e-mail at (administra...@birlasoft.com) and 
permanently delete this message and any attachments. Thank you."






*
  



  

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  



  


--
  Michael Adair
  Senior Software Architect
  DM Solutions Group Inc.

  Office: (613) 565-5056 x26
  mad...@dmsolutions.ca
  http://www.dmsolutions.ca
  http://research.dmsolutions.ca


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Regarding Flexible Layout

2009-02-05 Thread Mark Pendergraft
What do you mean "not supported in an ASP environment"???
-Mark

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mike Adair
Sent: Thursday, February 05, 2009 9:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Regarding Flexible Layout

The Jx.Dialog suggests to me that you are using the Fusion viewer which 
isn't supported in an ASP environment.

Mike

Mark Pendergraft wrote:
>
> Can you post the contents of your index.html file please?
>
> -Mark
>
> *From:* mapguide-users-boun...@lists.osgeo.org 
> [mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of 
> *ravinder.si...@birlasoft.com
> *Sent:* Wednesday, February 04, 2009 10:48 PM
> *To:* mapguide-users@lists.osgeo.org
> *Subject:* [mapguide-users] Regarding Flexible Layout
>
> Hi,
>
> Please assist me. I am very new to GIS development.
>
> Developing a GIS application in asp.net. When I tried to run the 
> *basic layout* of Sheboygan sample provided its running fine. But the 
> flexible layouts are not running. I have tried to run it from the 
> dotnetsampleviewer, mapguide maestro but I am getting the same error 
> "*object doesn't support this property or method*". And when I try to 
> debug it takes me to
>
> dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl: 
> 'images/',
>
> title: OpenLayers.String.translate('ovmapTitle'),
>
> modal: false, resizeable: false,
>
> right: 50, bottom: 50, width: 200, height: 200,
>
> contentID: 'OverviewMap', helpID: '' } );
>
> this point.
>
> I am using
>
> 1.MgServerSetup-2.0.1.2716
>
> 2.MgWebServerExtensionsSetup-2.0.1.2716
>
> 3.Dotnetviewersample
>
> 4.Sheboygan.mgp
>
> * *
>
> *Regards,*
>
> Ravinder
>
>


*
> "This message and any attachments are solely for the intended 
> recipient and may contain Birlasoft confidential or privileged 
> information. If you are not the intended recipient,any 
> disclosure,copying, use, or distribution of the information included 
> in this message and any attachments is
> prohibited. If you have received this communication in error, please 
> notify us by reply e-mail at (administra...@birlasoft.com) and 
> permanently delete this message and any attachments. Thank you."
>


*
>
>

>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>   

-- 
   Michael Adair
   Senior Software Architect
   DM Solutions Group Inc.

   Office: (613) 565-5056 x26
   mad...@dmsolutions.ca
   http://www.dmsolutions.ca
   http://research.dmsolutions.ca


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Regarding Flexible Layout

2009-02-05 Thread Mike Adair
The Jx.Dialog suggests to me that you are using the Fusion viewer which 
isn't supported in an ASP environment.


Mike

Mark Pendergraft wrote:


Can you post the contents of your index.html file please?

-Mark

*From:* mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] *On Behalf Of 
*ravinder.si...@birlasoft.com

*Sent:* Wednesday, February 04, 2009 10:48 PM
*To:* mapguide-users@lists.osgeo.org
*Subject:* [mapguide-users] Regarding Flexible Layout

Hi,

Please assist me. I am very new to GIS development.

Developing a GIS application in asp.net. When I tried to run the 
*basic layout* of Sheboygan sample provided its running fine. But the 
flexible layouts are not running. I have tried to run it from the 
dotnetsampleviewer, mapguide maestro but I am getting the same error 
“*object doesn’t support this property or method*”. And when I try to 
debug it takes me to


dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl: 
'images/',


title: OpenLayers.String.translate('ovmapTitle'),

modal: false, resizeable: false,

right: 50, bottom: 50, width: 200, height: 200,

contentID: 'OverviewMap', helpID: '' } );

this point.

I am using

1.MgServerSetup-2.0.1.2716

2.MgWebServerExtensionsSetup-2.0.1.2716

3.Dotnetviewersample

4.Sheboygan.mgp

* *

*Regards,*

Ravinder

*
"This message and any attachments are solely for the intended 
recipient and may contain Birlasoft confidential or privileged 
information. If you are not the intended recipient,any 
disclosure,copying, use, or distribution of the information included 
in this message and any attachments is
prohibited. If you have received this communication in error, please 
notify us by reply e-mail at (administra...@birlasoft.com) and 
permanently delete this message and any attachments. Thank you."

*



___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  


--
  Michael Adair
  Senior Software Architect
  DM Solutions Group Inc.

  Office: (613) 565-5056 x26
  mad...@dmsolutions.ca
  http://www.dmsolutions.ca
  http://research.dmsolutions.ca


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Regarding Flexible Layout

2009-02-05 Thread Mark Pendergraft
Can you post the contents of your index.html file please?

-Mark

 

From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of
ravinder.si...@birlasoft.com
Sent: Wednesday, February 04, 2009 10:48 PM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] Regarding Flexible Layout

 

Hi,

 

Please assist me. I am very new to GIS development.

Developing a GIS application in asp.net. When I tried to run the basic
layout of Sheboygan sample provided its running fine. But the flexible
layouts are not running. I have tried to run it from the
dotnetsampleviewer, mapguide maestro but I am getting the same error
"object doesn't support this property or method". And when I try to
debug it takes me to 

 

dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl:
'images/',

title:
OpenLayers.String.translate('ovmapTitle'), 

modal: false, resizeable: false,

right: 50, bottom: 50, width: 200, height:
200,

contentID: 'OverviewMap', helpID: '' } );

 

 

 

this point. 

 

I am using 

 

1.MgServerSetup-2.0.1.2716

2.MgWebServerExtensionsSetup-2.0.1.2716

3.Dotnetviewersample

4.Sheboygan.mgp

 

Regards,

Ravinder

 



*
"This message and any attachments are solely for the intended recipient
and may contain Birlasoft confidential or privileged information. If you
are not the intended recipient,any disclosure,copying, use, or
distribution of the information included in this message and any
attachments is 
prohibited. If you have received this communication in error, please
notify us by reply e-mail at (administra...@birlasoft.com) and
permanently delete this message and any attachments. Thank you."


*

 

<>___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Regarding Flexible Layout

2009-02-04 Thread ravinder.singh

Hi,

 

Please assist me. I am very new to GIS development.

Developing a GIS application in asp.net. When I tried to run the basic
layout of Sheboygan sample provided its running fine. But the flexible
layouts are not running. I have tried to run it from the
dotnetsampleviewer, mapguide maestro but I am getting the same error
"object doesn't support this property or method". And when I try to
debug it takes me to 

 

dOverviewMap = new Jx.Dialog({id: 'dialogOverviewMap', imageBaseUrl:
'images/',

title:
OpenLayers.String.translate('ovmapTitle'), 

modal: false, resizeable: false,

right: 50, bottom: 50, width: 200, height:
200,

contentID: 'OverviewMap', helpID: '' } );

 

 

 

this point. 

 

I am using 

 

1.MgServerSetup-2.0.1.2716

2.MgWebServerExtensionsSetup-2.0.1.2716

3.Dotnetviewersample

4.Sheboygan.mgp

 

Regards,

Ravinder

 



*
"This message and any attachments are solely for the intended recipient and may 
contain Birlasoft confidential or privileged information. If you are not the 
intended recipient,any disclosure,copying, use, or distribution of the 
information included in this message and any attachments is 
prohibited. If you have received this communication in error, please notify us 
by reply e-mail at (administra...@birlasoft.com) and permanently delete this 
message and any attachments. Thank you."
*<>___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users