|
POST
|
Yes, the Query Layer operation works through the Rest Services page. In the application, it also works using the standard Live Layer Widget that comes with the SFV.
... View more
07-27-2010
07:16 AM
|
0
|
0
|
1679
|
|
POST
|
Tried that when testing, but never added the "as UIComponent;", so the FB errors are gone. But now the widget gives: [RPC Fault faultString="" faultCode="400" faultDetail="Unable to perform query. Please check your parameters."]
... View more
07-26-2010
10:48 AM
|
0
|
0
|
1679
|
|
POST
|
No go, as the first error is still present and a new error is given, "1120: Access of undefined property UIComponent" This is occurring in Flash Builder 4, with SFV 1.3 and the 3.5 SDK.
... View more
07-26-2010
08:22 AM
|
0
|
0
|
1679
|
|
POST
|
I am using the code from myLiveLayerWidget as posted in: http://forums.esri.com/thread.asp?t=287049&f=2421&c=158 by Robert Scheitlin. Upon building the mxml I get error "1118: Implicit coercion of a value with static type flash.display: DisplayObject to a possibly unrelated type mx.core:UIComponent", as shown in the attached file. I have tried a few different things, but nothing has worked. Help is appreciated. Thanks,
... View more
07-23-2010
12:50 PM
|
0
|
8
|
2165
|
|
POST
|
Sorry, misinterpretation on my part. It worked great. Thanks.
... View more
07-21-2010
10:19 AM
|
0
|
0
|
908
|
|
POST
|
Missed a step, but got it to work using your code below: 1. Set the width of both the banner.mxml and the controller.mxml (in the top canvas, width = "100%") 2. In the index.mxml change the existing line to: <controller><Controller id="control" left="20" top="20" right="30" width="100%"/></controller> Now I am just trying to adjust the height at which the widgets open, so they are below the banner. I was able to move the dock downwards, but I am not sure how to get the actual widgets to open lower. Thanks,
... View more
07-21-2010
07:19 AM
|
0
|
0
|
908
|
|
POST
|
Robert I played around with the mxml's you stated, but ran into another question/problem. This change does not work for an adjusted browser? If I increase the size of the banner, it is off the visible section of the browser/monitor window. It would need to self adjust based on the size of the browser width, just the same as the widgets move when the browser is re-sized. Thanks,
... View more
07-21-2010
06:20 AM
|
0
|
0
|
908
|
|
POST
|
I am trying to dock the Banner Widget across the top of my page and then have the other Widgets adjust accordingly. There does not seem to be any discussion on this topic regarding SFV 1.3 and was hoping for some help. Thanks,
... View more
07-13-2010
02:05 PM
|
0
|
6
|
1388
|
|
POST
|
Hi Robert I am going to post this again, would you know how to fix the problem of "Text Search" not working until a "Graphical Search" is executed? Thanks,
... View more
06-24-2010
01:03 PM
|
0
|
0
|
530
|
|
POST
|
Sorry I did not reply sooner, but I thought these threads would send an email as the older forums did. Guess I need to check my settings. The action script I used was incorporated from Mark Hoyland in the forum, http://forums.esri.com/Thread.asp?c=158&f=2421&t=302204, as the one from Barbara Patterson caused 14 errors of "1013: The private attribute may be used only on class definitions" through the rest of the private functions in the QueryBuilderWidget.mxml. Not sure how to fix this error? Thanks, Jason
... View more
05-25-2010
01:10 PM
|
0
|
0
|
1097
|
|
POST
|
If using the SFV, go to the forum below. It has an actionscript by Robert Scheitlin, on how to remove or change the Powered by ESRI logo. http://forums.esri.com/thread.asp?t=287497&f=2421&c=158#893412 Jason
... View more
05-18-2010
06:22 AM
|
0
|
0
|
753
|
|
POST
|
Has anybody actually implemented Flex Paper into their SFV project? I am curious as to how to add this in as a help page instead of the help.html. Jason
... View more
05-17-2010
11:44 AM
|
0
|
0
|
631
|
|
POST
|
I am trying to return only unique values and then sort them in ascending order using Query Builder for SFV1 1.3. I have tried to adapt some codes that were published in the old forums, but nothing has worked. Has anybody implemented this in there own project? Any help would be appreciated. /* private function onFieldValuesRereivalsuccess(obj:Object):void{ mqbMessage = "Values has been retreived." CursorManager.removeBusyCursor(); var fset:FeatureSet = obj as FeatureSet; mqbMessage = ""; mFldValues = fset.features; } */ private function onFieldValuesRereivalsuccess(obj:Object):void { mqbMessage = "Values have been retreived." CursorManager.removeBusyCursor(); var fset:FeatureSet = obj as FeatureSet; mqbMessage = ""; //use the uniquearray function to get a unique list. mFldValues = uniqueArray(fset.features); } private function uniqueArray(a:Array) : Array { var unique : Array = new Array(); var contains : Boolean; for( var i:Number = 0; i<a.length; i++ ) { contains = false; for (var j:Number = 0; j<unique.length; j++) { if (a == unique ) contains = true; } if (!contains) { if (a != "") { unique.push(a); } } } return unique; } Jason
... View more
05-17-2010
08:17 AM
|
0
|
4
|
3087
|
|
POST
|
I have posted this on the sample thread for this tool, but here it is again: Has anybody else noticed that if you use the "Text Search" first, it does not work until you use the "Graphical Search" at least once before? Thanks, Jason
... View more
04-28-2010
11:03 AM
|
0
|
0
|
530
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-23-2018 03:47 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-27-2026
12:50 PM
|