MapServer/Fusion/Select Tool

View: New views
16 Messages — Rating Filter:   Alert me  

MapServer/Fusion/Select Tool

by Nolte, Tim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm wondering if anyone else has experienced and issue with Fusion
returning a distorted map after doing a selection? Attached are examples
of what I mean.

MapServer 5.2
Fusion 1.0.6

Thanks.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com



_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

map_before.jpg (50K) Download Attachment
map_after.jpg (50K) Download Attachment

Re: MapServer/Fusion/Select Tool

by Kenneth Skovhede, GEOGRAF A/S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That looks like IE and PNG support. Does it look better in Firefox?

IE does not display an image with both an alpha channel as well as an opacity attribute very well.
It was fixed in OpenLayers at some point, the file in question is Util.js, and the function is modifyDomElement.
You may find more info on the OpenLayers site.
Regards, Kenneth Skovhede, GEOGRAF A/S

Nolte, Tim skrev:
I'm wondering if anyone else has experienced and issue with Fusion
returning a distorted map after doing a selection? Attached are examples
of what I mean.

MapServer 5.2
Fusion 1.0.6

Thanks.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com
  









_______________________________________________ fusion-users mailing list fusion-users@... http://lists.osgeo.org/mailman/listinfo/fusion-users

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Re: MapServer/Fusion/Select Tool

by Paul Deschamps :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Another possibility is that you are using a palleted image for your IMAGETYPE.

GD does a real nice job on certain things however for a real quality image AGG is awesome

Set your image type to aggjpeg and add this output format block.

This is more of a "mapserver" question then a "fusion" question.

IMAGETYPE aggjpeg

  OUTPUTFORMAT
    NAME "aggjpeg"
    DRIVER "AGG/JPEG"
    FORMATOPTION "QUALITY=100"
    IMAGEMODE "RGB"
  END

Cheers

Paul D.



On Wed, Aug 27, 2008 at 2:47 PM, Nolte, Tim <Tim.Nolte@...> wrote:
I'm wondering if anyone else has experienced and issue with Fusion
returning a distorted map after doing a selection? Attached are examples
of what I mean.

MapServer 5.2
Fusion 1.0.6

Thanks.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users



_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: MapServer/Fusion/Select Tool

by Nolte, Tim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

RE: [fusion-users] MapServer/Fusion/Select Tool

Nope that isn't the issue. These screen shots were taken from Firefox 2.x, I actually haven't even checked it in IE. It really seems like something to do with Fusion and it stretching the returned 'selected' image.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS: 616-706-2438
Fax: 616-554-6484
Web: www.ipcswirelessinc.com



-----Original Message-----
From: Kenneth Skovhede, GEOGRAF A/S [ks@...]
Sent: Wed 8/27/2008 4:50 PM
To: Nolte, Tim
Cc: fusion-users@...
Subject: Re: [fusion-users] MapServer/Fusion/Select Tool

That looks like IE and PNG support. Does it look better in Firefox?

IE does not display an image with both an alpha channel as well as an
opacity attribute very well.
It was fixed in OpenLayers at some point, the file in question is
Util.js, and the function is modifyDomElement.
You may find more info on the OpenLayers site.

Regards, Kenneth Skovhede, GEOGRAF A/S


Nolte, Tim skrev:
> I'm wondering if anyone else has experienced and issue with Fusion
> returning a distorted map after doing a selection? Attached are examples
> of what I mean.
>
> MapServer 5.2
> Fusion 1.0.6
>
> Thanks.
>
> - Tim
>
> ----
> Timothy J Nolte - tnolte@...
> Network Planning Engineer
>
> iPCS Wireless, Inc.
> 4717 Broadmoor Ave, Suite G
> Kentwood, MI 49512
>
> Office: 616-656-5163
> PCS:    616-706-2438
> Fax:    616-554-6484
> Web: www.ipcswirelessinc.com
>  
>
> ------------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>  


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: MapServer/Fusion/Select Tool

by Nolte, Tim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

RE: [fusion-users] MapServer/Fusion/Select Tool

Wrong also, I'm already using AGG/jpeg for my map output.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS: 616-706-2438
Fax: 616-554-6484
Web: www.ipcswirelessinc.com



-----Original Message-----
From: fusion-users-bounces@... on behalf of Paul Deschamps
Sent: Wed 8/27/2008 5:38 PM
To: Nolte, Tim
Cc: fusion-users@...
Subject: Re: [fusion-users] MapServer/Fusion/Select Tool

Another possibility is that you are using a palleted image for your
IMAGETYPE.

GD does a real nice job on certain things however for a real quality image
AGG is awesome

Set your image type to aggjpeg and add this output format block.

This is more of a "mapserver" question then a "fusion" question.

IMAGETYPE aggjpeg

  OUTPUTFORMAT
    NAME "aggjpeg"
    DRIVER "AGG/JPEG"
    FORMATOPTION "QUALITY=100"
    IMAGEMODE "RGB"
  END

Cheers

Paul D.



On Wed, Aug 27, 2008 at 2:47 PM, Nolte, Tim
<Tim.Nolte@...>wrote:

> I'm wondering if anyone else has experienced and issue with Fusion
> returning a distorted map after doing a selection? Attached are examples
> of what I mean.
>
> MapServer 5.2
> Fusion 1.0.6
>
> Thanks.
>
> - Tim
>
> ----
> Timothy J Nolte - tnolte@...
> Network Planning Engineer
>
> iPCS Wireless, Inc.
> 4717 Broadmoor Ave, Suite G
> Kentwood, MI 49512
>
> Office: 616-656-5163
> PCS:    616-706-2438
> Fax:    616-554-6484
> Web: www.ipcswirelessinc.com
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Re: MapServer/Fusion/Select Tool

by Paul Deschamps :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In firebug you will see a call in the "Net" section that loads the mapserver cgi. Open that link up in a new tab and save the images before and after a selection.

If both images look good then you are correct in saying it has something to do with fusion or your application code otherwise it's a mapserver issue.

Cheers

Paul D.

On Thu, Aug 28, 2008 at 12:53 AM, Nolte, Tim <Tim.Nolte@...> wrote:

Wrong also, I'm already using AGG/jpeg for my map output.



- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS: 616-706-2438
Fax: 616-554-6484
Web: www.ipcswirelessinc.com



-----Original Message-----
From: fusion-users-bounces@... on behalf of Paul Deschamps
Sent: Wed 8/27/2008 5:38 PM
To: Nolte, Tim
Cc: fusion-users@...
Subject: Re: [fusion-users] MapServer/Fusion/Select Tool

Another possibility is that you are using a palleted image for your
IMAGETYPE.

GD does a real nice job on certain things however for a real quality image
AGG is awesome

Set your image type to aggjpeg and add this output format block.

This is more of a "mapserver" question then a "fusion" question.

IMAGETYPE aggjpeg

  OUTPUTFORMAT
    NAME "aggjpeg"
    DRIVER "AGG/JPEG"
    FORMATOPTION "QUALITY=100"
    IMAGEMODE "RGB"
  END

Cheers

Paul D.



On Wed, Aug 27, 2008 at 2:47 PM, Nolte, Tim
<Tim.Nolte@...>wrote:

> I'm wondering if anyone else has experienced and issue with Fusion
> returning a distorted map after doing a selection? Attached are examples
> of what I mean.
>
> MapServer 5.2
> Fusion 1.0.6
>
> Thanks.
>
> - Tim
>
> ----
> Timothy J Nolte - tnolte@...
> Network Planning Engineer
>
> iPCS Wireless, Inc.
> 4717 Broadmoor Ave, Suite G
> Kentwood, MI 49512
>
> Office: 616-656-5163
> PCS:    616-706-2438
> Fax:    616-554-6484
> Web: www.ipcswirelessinc.com
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>



_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: MapServer/Fusion/Select Tool

by Nolte, Tim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul,

Good idea using Firebug to check the output results. It is a problem
with Fusion. Both images looked just fine in Firebug. I'll have to do
some digging and see if I can find the bug in Fusion.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com
-----Original Message-----
From: pdescham49@... [mailto:pdescham49@...] On Behalf Of
Paul Deschamps
Sent: Thursday, August 28, 2008 10:23 AM
To: Nolte, Tim
Cc: fusion-users@...
Subject: Re: [fusion-users] MapServer/Fusion/Select Tool

In firebug you will see a call in the "Net" section that loads the
mapserver cgi. Open that link up in a new tab and save the images before
and after a selection.

If both images look good then you are correct in saying it has something
to do with fusion or your application code otherwise it's a mapserver
issue.

Cheers

Paul D.


On Thu, Aug 28, 2008 at 12:53 AM, Nolte, Tim
<Tim.Nolte@...> wrote:


        Wrong also, I'm already using AGG/jpeg for my map output.


        - Tim
       
        ----
        Timothy J Nolte - tnolte@...
        Network Planning Engineer
       
        iPCS Wireless, Inc.
        4717 Broadmoor Ave, Suite G
        Kentwood, MI 49512
       
        Office: 616-656-5163
        PCS: 616-706-2438
        Fax: 616-554-6484
        Web: www.ipcswirelessinc.com
       
       
       
       
        -----Original Message-----
        From: fusion-users-bounces@... on behalf of Paul
Deschamps
        Sent: Wed 8/27/2008 5:38 PM
        To: Nolte, Tim
        Cc: fusion-users@...
        Subject: Re: [fusion-users] MapServer/Fusion/Select Tool
       
       
        Another possibility is that you are using a palleted image for
your
        IMAGETYPE.
       
        GD does a real nice job on certain things however for a real
quality image
        AGG is awesome
       
        Set your image type to aggjpeg and add this output format block.
       
        This is more of a "mapserver" question then a "fusion" question.
       
        IMAGETYPE aggjpeg
       
          OUTPUTFORMAT
            NAME "aggjpeg"
            DRIVER "AGG/JPEG"
            FORMATOPTION "QUALITY=100"
            IMAGEMODE "RGB"
          END
       
        Cheers
       
        Paul D.
       
       
       
        On Wed, Aug 27, 2008 at 2:47 PM, Nolte, Tim
        <Tim.Nolte@...>wrote:
       
        > I'm wondering if anyone else has experienced and issue with
Fusion
        > returning a distorted map after doing a selection? Attached
are examples
        > of what I mean.
        >
        > MapServer 5.2
        > Fusion 1.0.6
        >
        > Thanks.
        >
        > - Tim
        >
        > ----
        > Timothy J Nolte - tnolte@...
        > Network Planning Engineer
        >
        > iPCS Wireless, Inc.
        > 4717 Broadmoor Ave, Suite G
        > Kentwood, MI 49512
        >
        > Office: 616-656-5163
        > PCS:    616-706-2438
        > Fax:    616-554-6484
        > Web: www.ipcswirelessinc.com
        >
        > _______________________________________________
        > fusion-users mailing list
        > fusion-users@...
        > http://lists.osgeo.org/mailman/listinfo/fusion-users
        >
        >
       
       


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: MapServer/Fusion/Select Tool

by Saif-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
I am having the same problem. I am not sure whatelse to check?. Suggestions are welcome.
 
Thanks
 
Khalid

--- On Thu, 8/28/08, Nolte, Tim <Tim.Nolte@...> wrote:
From: Nolte, Tim <Tim.Nolte@...>
Subject: RE: [fusion-users] MapServer/Fusion/Select Tool
To: "Paul Deschamps" <pdeschamps@...>
Cc: fusion-users@...
Date: Thursday, August 28, 2008, 8:31 PM

Paul, 

Good idea using Firebug to check the output results. It is a problem
with Fusion. Both images looked just fine in Firebug. I'll have to do
some digging and see if I can find the bug in Fusion.

- Tim

----
Timothy J Nolte - tnolte@...
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com
-----Original Message-----
From: pdescham49@... [mailto:pdescham49@...] On Behalf Of
Paul Deschamps
Sent: Thursday, August 28, 2008 10:23 AM
To: Nolte, Tim
Cc: fusion-users@...
Subject: Re: [fusion-users] MapServer/Fusion/Select Tool

In firebug you will see a call in the "Net" section that loads the
mapserver cgi. Open that link up in a new tab and save the images before
and after a selection. 

If both images look good then you are correct in saying it has something
to do with fusion or your application code otherwise it's a mapserver
issue. 

Cheers

Paul D. 


On Thu, Aug 28, 2008 at 12:53 AM, Nolte, Tim
<Tim.Nolte@...> wrote:


	Wrong also, I'm already using AGG/jpeg for my map output.


	- Tim
	
	----
	Timothy J Nolte - tnolte@...
	Network Planning Engineer
	
	iPCS Wireless, Inc.
	4717 Broadmoor Ave, Suite G
	Kentwood, MI 49512
	
	Office: 616-656-5163
	PCS: 616-706-2438
	Fax: 616-554-6484
	Web: www.ipcswirelessinc.com
	
	
	
	
	-----Original Message-----
	From: fusion-users-bounces@... on behalf of Paul
Deschamps
	Sent: Wed 8/27/2008 5:38 PM
	To: Nolte, Tim
	Cc: fusion-users@...
	Subject: Re: [fusion-users] MapServer/Fusion/Select Tool
	
	
	Another possibility is that you are using a palleted image for
your
	IMAGETYPE.
	
	GD does a real nice job on certain things however for a real
quality image
	AGG is awesome
	
	Set your image type to aggjpeg and add this output format block.
	
	This is more of a "mapserver" question then a "fusion"
question.
	
	IMAGETYPE aggjpeg
	
	  OUTPUTFORMAT
	    NAME "aggjpeg"
	    DRIVER "AGG/JPEG"
	    FORMATOPTION "QUALITY=100"
	    IMAGEMODE "RGB"
	  END
	
	Cheers
	
	Paul D.
	
	
	
	On Wed, Aug 27, 2008 at 2:47 PM, Nolte, Tim
	<Tim.Nolte@...>wrote:
	
	> I'm wondering if anyone else has experienced and issue with
Fusion
	> returning a distorted map after doing a selection? Attached
are examples
	> of what I mean.
	>
	> MapServer 5.2
	> Fusion 1.0.6
	>
	> Thanks.
	>
	> - Tim
	>
	> ----
	> Timothy J Nolte - tnolte@...
	> Network Planning Engineer
	>
	> iPCS Wireless, Inc.
	> 4717 Broadmoor Ave, Suite G
	> Kentwood, MI 49512
	>
	> Office: 616-656-5163
	> PCS:    616-706-2438
	> Fax:    616-554-6484
	> Web: www.ipcswirelessinc.com
	>
	> _______________________________________________
	> fusion-users mailing list
	> fusion-users@...
	> http://lists.osgeo.org/mailman/listinfo/fusion-users
	>
	>
	
	


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Accessing the Task Frame / Selection changed

by Berdel, Brian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello all,

I am trying to access the task frame when a selection is made…I can hook to the select widget but I really have no idea how to access the task frame (Like if I wanted to perform a _postback in Javascript on it or update values.)

 

Any help appreciated!

 

Thanks,

 

-Brian

 

 


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Re: Accessing the Task Frame / Selection changed

by pagameba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Brian,

You should be able to do something like this:

Fusion.getWidgetById('TaskPane').setContent(url);

where 'TaskPane' is the Name that is used in the ApplicationDefinition  
for defining the TaskPane widget.

Cheers

Paul

> Hello all,
> I am trying to access the task frame when a selection is made…I can  
> hook to the select widget but I really have no idea how to access  
> the task frame (Like if I wanted to perform a _postback in  
> Javascript on it or update values.)
>
> Any help appreciated!
>
> Thanks,
>
> -Brian
>
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: Accessing the Task Frame / Selection changed

by Berdel, Brian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great, thanks Paul.   I'll give it a try.

Brian  

-----Original Message-----
From: Paul Spencer [mailto:pspencer@...]
Sent: Wednesday, October 08, 2008 10:52 AM
To: Berdel, Brian
Cc: fusion-users@...
Subject: Re: [fusion-users] Accessing the Task Frame / Selection changed

Hi Brian,

You should be able to do something like this:

Fusion.getWidgetById('TaskPane').setContent(url);

where 'TaskPane' is the Name that is used in the ApplicationDefinition  
for defining the TaskPane widget.

Cheers

Paul

> Hello all,
> I am trying to access the task frame when a selection is made...I can

> hook to the select widget but I really have no idea how to access  
> the task frame (Like if I wanted to perform a _postback in  
> Javascript on it or update values.)
>
> Any help appreciated!
>
> Thanks,
>
> -Brian
>
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

RE: Accessing the Task Frame / Selection changed

by Rodolfo Moreno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Paul,
It works good.
the url obviously could has parameters using the GET method, however I would
like to send the parameters with the POST method mainly for sending the
selected features to my ASPX page due to that the number of selected
features and their properties could exceed the allowable length of the
querystring of the GET method.


Berdel, Brian wrote:

>
> Great, thanks Paul.   I'll give it a try.
>
> Brian  
>
> -----Original Message-----
> From: Paul Spencer [mailto:pspencer@...]
> Sent: Wednesday, October 08, 2008 10:52 AM
> To: Berdel, Brian
> Cc: fusion-users@...
> Subject: Re: [fusion-users] Accessing the Task Frame / Selection changed
>
> Hi Brian,
>
> You should be able to do something like this:
>
> Fusion.getWidgetById('TaskPane').setContent(url);
>
> where 'TaskPane' is the Name that is used in the ApplicationDefinition  
> for defining the TaskPane widget.
>
> Cheers
>
> Paul
>
>> Hello all,
>> I am trying to access the task frame when a selection is made...I can
>
>> hook to the select widget but I really have no idea how to access  
>> the task frame (Like if I wanted to perform a _postback in  
>> Javascript on it or update values.)
>>
>> Any help appreciated!
>>
>> Thanks,
>>
>> -Brian
>>
>>
>> _______________________________________________
>> fusion-users mailing list
>> fusion-users@...
>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>
> __________________________________________
>
>     Paul Spencer
>     Chief Technology Officer
>     DM Solutions Group Inc
>     http://www.dmsolutions.ca/
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>


-----
Rodolfo Moreno
CivilEng

--
View this message in context: http://n2.nabble.com/MapServer-Fusion-Select-Tool-tp787919p1322422.html
Sent from the Fusion Users mailing list archive at Nabble.com.

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Re: Accessing the Task Frame / Selection changed

by pagameba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I guess its possible to request a page in an iframe using POST but I  
don't know off hand how to do it.  If you can figure out how to do it,  
I'll make the changes in fusion.

Cheers

Paul

On 12-Oct-08, at 10:48 AM, Rodolfo Moreno wrote:

>
> Hi Paul,
> It works good.
> the url obviously could has parameters using the GET method, however  
> I would
> like to send the parameters with the POST method mainly for sending  
> the
> selected features to my ASPX page due to that the number of selected
> features and their properties could exceed the allowable length of the
> querystring of the GET method.
>
>
> Berdel, Brian wrote:
>>
>> Great, thanks Paul.   I'll give it a try.
>>
>> Brian
>>
>> -----Original Message-----
>> From: Paul Spencer [mailto:pspencer@...]
>> Sent: Wednesday, October 08, 2008 10:52 AM
>> To: Berdel, Brian
>> Cc: fusion-users@...
>> Subject: Re: [fusion-users] Accessing the Task Frame / Selection  
>> changed
>>
>> Hi Brian,
>>
>> You should be able to do something like this:
>>
>> Fusion.getWidgetById('TaskPane').setContent(url);
>>
>> where 'TaskPane' is the Name that is used in the  
>> ApplicationDefinition
>> for defining the TaskPane widget.
>>
>> Cheers
>>
>> Paul
>>
>>> Hello all,
>>> I am trying to access the task frame when a selection is made...I  
>>> can
>>
>>> hook to the select widget but I really have no idea how to access
>>> the task frame (Like if I wanted to perform a _postback in
>>> Javascript on it or update values.)
>>>
>>> Any help appreciated!
>>>
>>> Thanks,
>>>
>>> -Brian
>>>
>>>
>>> _______________________________________________
>>> fusion-users mailing list
>>> fusion-users@...
>>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>>
>>
>> __________________________________________
>>
>>    Paul Spencer
>>    Chief Technology Officer
>>    DM Solutions Group Inc
>>    http://www.dmsolutions.ca/
>>
>> _______________________________________________
>> fusion-users mailing list
>> fusion-users@...
>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>>
>>
>
>
> -----
> Rodolfo Moreno
> CivilEng
>
> --
> View this message in context: http://n2.nabble.com/MapServer-Fusion-Select-Tool-tp787919p1322422.html
> Sent from the Fusion Users mailing list archive at Nabble.com.
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users

Re: Accessing the Task Frame / Selection changed

by Paul Deschamps :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

Are we not talking about the setContentURL func? instead of the setContent func?

The setContentURL triggers an Ajax call to fetch the content. We could change the setContentURL function to take in the Ajax "options" object as well as the URL so you can change it from get to post.

Or am I totally off my rocker ;) possibly it was a long weekend ;)

Cheers

Paul D.
 

On Tue, Oct 14, 2008 at 7:59 AM, Paul Spencer <pspencer@...> wrote:
I guess its possible to request a page in an iframe using POST but I don't know off hand how to do it.  If you can figure out how to do it, I'll make the changes in fusion.

Cheers

Paul


On 12-Oct-08, at 10:48 AM, Rodolfo Moreno wrote:


Hi Paul,
It works good.
the url obviously could has parameters using the GET method, however I would
like to send the parameters with the POST method mainly for sending the
selected features to my ASPX page due to that the number of selected
features and their properties could exceed the allowable length of the
querystring of the GET method.


Berdel, Brian wrote:

Great, thanks Paul.   I'll give it a try.

Brian

-----Original Message-----
From: Paul Spencer [mailto:pspencer@...]
Sent: Wednesday, October 08, 2008 10:52 AM
To: Berdel, Brian
Cc: fusion-users@...
Subject: Re: [fusion-users] Accessing the Task Frame / Selection changed

Hi Brian,

You should be able to do something like this:

Fusion.getWidgetById('TaskPane').setContent(url);

where 'TaskPane' is the Name that is used in the ApplicationDefinition
for defining the TaskPane widget.

Cheers

Paul

Hello all,
I am trying to access the task frame when a selection is made...I can

hook to the select widget but I really have no idea how to access
the task frame (Like if I wanted to perform a _postback in
Javascript on it or update values.)

Any help appreciated!

Thanks,

-Brian


_______________________________________________
fusion-users mailing list
fusion-users@...
http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

  Paul Spencer
  Chief Technology Officer
  DM Solutions Group Inc
  http://www.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
fusion-users@...