|
POST
|
I also considered to use the Overview component. Let's me try if it works for my application. Thanks.
... View more
04-19-2013
05:49 AM
|
0
|
0
|
950
|
|
POST
|
Your statement is right. If the image operational layer is loaded last, it will be the 1st on the layerlist, but it will also be on the top of others and make other layers not well visible unless the image layer's alpha is set to a low value.
... View more
04-19-2013
05:46 AM
|
0
|
0
|
1165
|
|
POST
|
Thanks for your response. I tested your code. It helps to add <br> on the line. But when it is used in clickboard, it does not make lines. E.g. the result is like that: <br><br>1443333.3333333333<br>370840<br>1443333.3333333333<br>370840 Still be the same line. It is true that it not a GIS problem.
... View more
04-19-2013
05:32 AM
|
0
|
0
|
1209
|
|
POST
|
See the code below. However, when I pasted the text content, the contents are in the same line. How to solve this problem? I want to display the contents line by line. Thanks. import flash.desktop.Clipboard; import flash.desktop.ClipboardFormats; private var richTextEditor:mx.controls.RichTextEditor = new mx.controls.RichTextEditor(); ... private function button_click():void { richTextEditor.text = txtX.text; richTextEditor.text += '\n' + txtY.text ; richTextEditor.text += '\n' + txtX.text ; richTextEditor.text += '\n' + txtY.text ; System.setClipboard(richTextEditor.text); }
... View more
04-18-2013
01:17 PM
|
0
|
3
|
1575
|
|
POST
|
In the config.xml, I loaded the operational layers in the sequence of image layers first and then feature layers followed in order to allow feature layers are above the image layers. In the LayerListWidget, it displays the first loaded layers (image layers here) on the top. How can I change the sequence oppositely? Thanks.
... View more
04-18-2013
01:14 PM
|
0
|
4
|
3326
|
|
POST
|
My purpose is to have a clickboard function. I loaded import flash.desktop.Clipboard; import flash.desktop.ClipboardFormats; Then created private var richTextEditor:mx.controls.RichTextEditor = new mx.controls.RichTextEditor(); The 3rd step is richTextEditor.text = txtX.text; System.setClipboard(richTextEditor.text); The 4th step is paste the content on NotePad if it is open. It works but I want to have NotePad open dynamically. To open NotePad, I need import flash.filesystem.File; But I could not find the swc for the Flash.filesystem.File. Thanks for your response.
... View more
04-18-2013
12:09 PM
|
0
|
0
|
1944
|
|
POST
|
I plan to create a Mini-Map widget, which displays a feature queried. Please hint me where I can get such a kind of component. Thanks.
... View more
04-18-2013
07:03 AM
|
0
|
2
|
1346
|
|
POST
|
It works in Window Explorer but not for any browser in my application. However, you hinted me another way, namely, opening Window Explorer to open a file, to implement the task. To do so, I need to find flash.filesystem.File.swc. Does anyone one know where it can be downloaded? Thanks.
... View more
04-18-2013
04:01 AM
|
0
|
0
|
1944
|
|
POST
|
I want to have a piece of code that can launch NotePad. Is there a way to open it directly. One way is to get my CPU's domain, then run var urlRequest:URLRequest = new URLRequest(); urlRequest.url = "http://www.yourdomain.com/notepad.txt"; How to get my CPU's domain? Thanks.
... View more
04-17-2013
09:27 AM
|
0
|
6
|
2214
|
|
POST
|
Customized the BufferDistanceWidget with the components in the DrawWidget. Now the Buffer tool works well for Line and Polygon also.
... View more
04-16-2013
07:05 AM
|
0
|
1
|
1119
|
|
POST
|
I am working on the customization now. But if there is an one for general, it will be great.
... View more
04-15-2013
10:47 AM
|
0
|
0
|
1119
|
|
POST
|
The BufferDistance widget (V3.2) is only for Point buffering. I wonder if the author, Mr. Robert Scheitlin, can extend the tool for general use with the functions for line and polygon's buffering, just using the components in eSearch-master ( http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e). Thanks.
... View more
04-15-2013
10:15 AM
|
0
|
5
|
1412
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|