Module: nagvis Branch: master Commit: 608b1b733c351ec635049407b57d9e197b21c387 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=608b1b733c351ec635049407b57d9e197b21c387
Author: Andriy Skuratov <[email protected]> Date: Thu Aug 20 18:37:10 2009 +0300 gmap:Make sure we get all object the first time. --- uifx/src/modules/gmap/mate/StartupEM.mxml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uifx/src/modules/gmap/mate/StartupEM.mxml b/uifx/src/modules/gmap/mate/StartupEM.mxml index c98b851..fc74baf 100644 --- a/uifx/src/modules/gmap/mate/StartupEM.mxml +++ b/uifx/src/modules/gmap/mate/StartupEM.mxml @@ -51,13 +51,13 @@ </resultHandlers> </RemoteObjectInvoker> - <RemoteObjectInvoker destination="zend" source="LocationService" method="getAll" debug="true"> + <RemoteObjectInvoker destination="zend" source="LocationService" method="getAll" arguments="false" debug="true"> <resultHandlers> <MethodInvoker generator="{LocationsData}" method="fill" arguments="{resultObject}"/> <MethodInvoker generator="{Poller}" method="resourceReady"/> <DataCopier destination="{LinksData}" destinationKey="locations" source="{LocationsData}"/> - <RemoteObjectInvoker destination="zend" source="LinkService" method="getAll" debug="true"> + <RemoteObjectInvoker destination="zend" source="LinkService" method="getAll" arguments="false" debug="true"> <resultHandlers> <MethodInvoker generator="{LinksData}" method="fill" arguments="{resultObject}"/> </resultHandlers> ------------------------------------------------------------------------------ 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
