POST
|
Thank you for your answer, I'll be waiting for this fix 😄
... View more
03-05-2013
10:34 AM
|
0
|
0
|
41
|
POST
|
Hello, thanks for read me. I upgrade my ArcGIS Runtime SDK for Android to Version 10.1.1; everythinks works fine and I don´t have any problem with my project, but now I can´t see the Javadoc; when I put the cursor over the text this message appears: " Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc. " I intented to change the Javadoc location in Java Build Path, but when I selected the item it can not be edited. I attach the image. How can I see the documentation again? Thanks for your help.
... View more
02-26-2013
12:46 PM
|
0
|
14
|
1388
|
POST
|
Hello, thanks for read me. In some place in my application I change the setOnTouchListener method in my map to make a query, but then I want to turn back to Panning but I can´t make this. Can you help me please? How can I make a pan again? This is how I change the setOnTouchListener method:
MyTouchListener touchListener = new MyTouchListener(getApplicationContext(), map);
map.setOnTouchListener(touchListener);
Thank you very much for your help.
... View more
02-18-2013
06:56 AM
|
0
|
0
|
552
|
POST
|
Hi!, Thank you for read me, I want to know how can I select a different Printer to print a PageLayoutBean, because pageLayoutBean.getPrinter() only show me the default printer and I want that user selects the Printer from his choice. Is it possible? Thank you in advance 😄
... View more
10-04-2012
02:19 PM
|
0
|
1
|
281
|
POST
|
totogogo Try to create a new project in Eclipse and add your same code, let me know if it helps you.
... View more
08-10-2012
12:41 PM
|
0
|
0
|
10
|
POST
|
Try to update your SDK version to V2.0, that fixed the same issue for me. One point: I had to create a new project with the same code after I upgrade my SDK version because the error from your post was resolved but when I make a pan on my map the app crashes with another error, for that reason I create a new project with my same code and this resolved all the crashes and errors. Hope this helps to you, let me know
... View more
08-02-2012
06:04 PM
|
0
|
0
|
8
|
POST
|
Yes, that could be another way to solve that, as I told you, depending your needs, I have a ExpandableListView and I use setVisible method from ArcGISLayerInfo. Recive greetings from México 😉
... View more
07-18-2012
12:39 PM
|
0
|
0
|
11
|
POST
|
Hi, what I do is something like this, depending what you want: ArcGISDynamicMapServiceLayer agdms = new ArcGISDynamicMapServiceLayer(my_map_server_url); ArcGISLayerInfo[] arcgisLayerInfo = agdms.getAllLayers(); for(int j=0; j<arcgisLayerInfo.length; j++) { arcgisLayerInfo .setVisible(my_boolean_value); } Let me know if it helps you.
... View more
07-17-2012
01:31 PM
|
0
|
0
|
11
|
POST
|
Hi everybody! Thanks for read me, I want to know if there is a way, a component or something to insert a Legend and a Table of Contents in my app. Thanks for your answers 😉
... View more
06-19-2012
03:18 PM
|
0
|
0
|
1796
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|