Select to view content in your preferred language

how to pass geometry from one window to anoher...

1133
3
11-20-2011 09:31 PM
srinivasreddy
Deactivated User
I am working on flex 2.2 API and flash 4, i have two applications,such that all the queries based on spatial extent and that result will appear on first application if once user will move from this application to second application by button click on the first application i want to pass the queried geometry from first application to second.....

How can i do this......
Tags (2)
0 Kudos
3 Replies
RajendraShelar
Deactivated User
hi,
what do u mean by application here, is it widget/popup or new flex app?

I am working on flex 2.2 API and flash 4, i have two applications,such that all the queries based on spatial extent and that result will appear on first application if once user will move from this application to second application by button click on the first application i want to pass the queried geometry from first application to second.....

How can i do this......
0 Kudos
srinivasreddy
Deactivated User
Thanks for ur quick reply....

new flex app ..........
0 Kudos
RajendraShelar
Deactivated User
hhhmmm... you can use querystring. i mean when u open new FLEX app using navigatetourl (e.g. http:///abc/newapp.html). you pass geometry as query string param...

then in new FLEX app you access query string.

refer below link for more info.

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf626ae-7fe8.html



Thanks for ur quick reply....

new flex app ..........
0 Kudos