Module: nagvis Branch: master Commit: 448b3bfe40d299741cc2dc72a86fbc92f837e1ef URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=448b3bfe40d299741cc2dc72a86fbc92f837e1ef
Author: Roman Kyrylych <[email protected]> Date: Thu Aug 13 15:09:26 2009 +0300 gmap: Reload the window after Google Maps key change Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/modules/gmap/mate/GeneralEM.mxml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/uifx/src/modules/gmap/mate/GeneralEM.mxml b/uifx/src/modules/gmap/mate/GeneralEM.mxml index 6f298e4..76659fb 100644 --- a/uifx/src/modules/gmap/mate/GeneralEM.mxml +++ b/uifx/src/modules/gmap/mate/GeneralEM.mxml @@ -30,7 +30,11 @@ </EventHandlers> <EventHandlers type="{GoogleMapsKeyEvent.SAVE}"> - <RemoteObjectInvoker destination="zend" source="Geocode" method="saveKey" arguments="{event.key}"/> + <RemoteObjectInvoker destination="zend" source="Geocode" method="saveKey" arguments="{event.key}"> + <resultHandlers> + <InlineInvoker method="ExternalInterface.call" arguments="window.location.reload"/> + </resultHandlers> + </RemoteObjectInvoker> </EventHandlers> </EventMap> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
