MapServer/Fusion/Select Tool

16 messages Options
Embed this post
Permalink
Nolte, Tim

MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
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 - [hidden email]
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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users

map_before.jpg (50K) Download Attachment
map_after.jpg (50K) Download Attachment
Kenneth Skovhede, GEOGRAF A/S

Re: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
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 - [hidden email]
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 [hidden email] http://lists.osgeo.org/mailman/listinfo/fusion-users

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Deschamps

Re: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
In reply to this post by Nolte, Tim
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 <[hidden email]> 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 - [hidden email]
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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Nolte, Tim

RE: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
In reply to this post by Kenneth Skovhede, GEOGRAF A/S
Some javascript/style in this post has been disabled (why?)
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 - [hidden email]
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 [[hidden email]]
Sent: Wed 8/27/2008 4:50 PM
To: Nolte, Tim
Cc: [hidden email]
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 - [hidden email]
> 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
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>  


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Nolte, Tim

RE: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
In reply to this post by Paul Deschamps
Some javascript/style in this post has been disabled (why?)
RE: [fusion-users] MapServer/Fusion/Select Tool

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

- Tim

----
Timothy J Nolte - [hidden email]
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: [hidden email] on behalf of Paul Deschamps
Sent: Wed 8/27/2008 5:38 PM
To: Nolte, Tim
Cc: [hidden email]
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
<[hidden email]>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 - [hidden email]
> 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
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Deschamps

Re: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
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 <[hidden email]> wrote:

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



- Tim

----
Timothy J Nolte - [hidden email]
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: [hidden email] on behalf of Paul Deschamps
Sent: Wed 8/27/2008 5:38 PM
To: Nolte, Tim
Cc: [hidden email]
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
<[hidden email]>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 - [hidden email]
> 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
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Nolte, Tim

RE: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
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 - [hidden email]
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: [hidden email] [mailto:[hidden email]] On Behalf Of
Paul Deschamps
Sent: Thursday, August 28, 2008 10:23 AM
To: Nolte, Tim
Cc: [hidden email]
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
<[hidden email]> wrote:


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


        - Tim
       
        ----
        Timothy J Nolte - [hidden email]
        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: [hidden email] on behalf of Paul
Deschamps
        Sent: Wed 8/27/2008 5:38 PM
        To: Nolte, Tim
        Cc: [hidden email]
        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
        <[hidden email]>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 - [hidden email]
        > 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
        > [hidden email]
        > http://lists.osgeo.org/mailman/listinfo/fusion-users
        >
        >
       
       


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Khalid-2

RE: MapServer/Fusion/Select Tool

Reply Threaded More More options
Print post
Permalink
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 <[hidden email]> wrote:
From: Nolte, Tim <[hidden email]>
Subject: RE: [fusion-users] MapServer/Fusion/Select Tool
To: "Paul Deschamps" <[hidden email]>
Cc: [hidden email]
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 - [hidden email]
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: [hidden email] [mailto:[hidden email]] On Behalf Of
Paul Deschamps
Sent: Thursday, August 28, 2008 10:23 AM
To: Nolte, Tim
Cc: [hidden email]
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
<[hidden email]> wrote:


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


	- Tim
	
	----
	Timothy J Nolte - [hidden email]
	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: [hidden email] on behalf of Paul
Deschamps
	Sent: Wed 8/27/2008 5:38 PM
	To: Nolte, Tim
	Cc: [hidden email]
	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
	<[hidden email]>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 - [hidden email]
	> 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
	> [hidden email]
	> http://lists.osgeo.org/mailman/listinfo/fusion-users
	>
	>
	
	


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Berdel, Brian

Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Spencer-2

Re: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink
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
> [hidden email]
> 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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Berdel, Brian

RE: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink
Great, thanks Paul.   I'll give it a try.

Brian  

-----Original Message-----
From: Paul Spencer [mailto:[hidden email]]
Sent: Wednesday, October 08, 2008 10:52 AM
To: Berdel, Brian
Cc: [hidden email]
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
> [hidden email]
> 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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Rodolfo Moreno

RE: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink

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:[hidden email]]
> Sent: Wednesday, October 08, 2008 10:52 AM
> To: Berdel, Brian
> Cc: [hidden email]
> 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
>> [hidden email]
>> 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
> [hidden email]
> 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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Rodolfo Moreno
CivilEng
Paul Spencer-2

Re: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink
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:[hidden email]]
>> Sent: Wednesday, October 08, 2008 10:52 AM
>> To: Berdel, Brian
>> Cc: [hidden email]
>> 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
>>> [hidden email]
>>> 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
>> [hidden email]
>> 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
> [hidden email]
> 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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Deschamps

Re: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink
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 <[hidden email]> 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:[hidden email]]
Sent: Wednesday, October 08, 2008 10:52 AM
To: Berdel, Brian
Cc: [hidden email]
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
[hidden email]
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
[hidden email]
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
[hidden email]
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
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Rodolfo Moreno

Re: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink

Hi Paul S. and D.

Paul Spencer: Sending parameters to iframe by POST method

Give to the IFRAME a unique id/name and then set the "target" of the FORM as
that unique id/name.
sample:
<form action="page.aspx" method="post" target="myIframe">

<iframe name="myIframe" src="page.aspx"></iframe>

I hope that it to be what you want.

Paul D. the setContentURL functions doesn't exist, at least in the
taspane.js of 1.0.6 fusion version.

Cheers.



Paul Deschamps wrote:

>
> 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
> <[hidden email]>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:[hidden email]]
>>>> Sent: Wednesday, October 08, 2008 10:52 AM
>>>> To: Berdel, Brian
>>>> Cc: [hidden email]
>>>> 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
>>>>> [hidden email]
>>>>> 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
>>>> [hidden email]
>>>> 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
>>> [hidden email]
>>> 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
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>>
>
> _______________________________________________
> fusion-users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>


-----
Rodolfo Moreno
CivilEng

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

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Rodolfo Moreno
CivilEng
Rodolfo Moreno

Re: Accessing the Task Frame / Selection changed

Reply Threaded More More options
Print post
Permalink

Hi Paul Spencer.
I'd like to know if you did the changes in order to send parameters with
POST method  to the taskpane after doing a selection in the last fusion 1.1
release?

Cheers,

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.



Rodolfo Moreno wrote:

>
> Hi Paul S. and D.
>
> Paul Spencer: Sending parameters to iframe by POST method
>
> Give to the IFRAME a unique id/name and then set the "target" of the FORM
> as that unique id/name.
> sample:
> <form action="page.aspx" method="post" target="myIframe">
>
> <iframe name="myIframe" src="page.aspx"></iframe>
>
> I hope that it to be what you want.
>
> Paul D. the setContentURL functions doesn't exist, at least in the
> taspane.js of 1.0.6 fusion version.
>
> Cheers.
>
>
>
> Paul Deschamps wrote:
>>
>> 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
>> <[hidden email]>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:[hidden email]]
>>>>> Sent: Wednesday, October 08, 2008 10:52 AM
>>>>> To: Berdel, Brian
>>>>> Cc: [hidden email]
>>>>> 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
>>>>>> [hidden email]
>>>>>> 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
>>>>> [hidden email]
>>>>> 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
>>>> [hidden email]
>>>> 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
>>> [hidden email]
>>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>>>
>>
>> _______________________________________________
>> fusion-users mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/fusion-users
>>
>>
>
>


-----
Rodolfo Moreno
CivilEng

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

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Rodolfo Moreno
CivilEng