This is a migrated thread and some comments may be shown as answers.

I need Help!!!

9 Answers 122 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Jose Fernando Garcia Ramos
Top achievements
Rank 1
Jose Fernando Garcia Ramos asked on 05 Nov 2009, 09:02 PM
Good Day...

Excuse me my problem is the next...

i'm work whit a company in the developer enviaroment.

i'm developer in this moment i work whit silverlight ,i´m work whit controls the ESRI Company (Argis Server) and

I am use new control.. (TileView)

Inside this one I put my control of map but I cannot interact with.

My question is there is someone characteristic of tileview in order that I could interact with the control that I put in of the tile or is only one container and don't work whit de controls enbebed in him.

wait soon for your help and thank you very much.

mi e-mail is doferhk@live.com.mx

9 Answers, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 06 Nov 2009, 09:43 AM
Hi Jose,

The RadTileView control does not interact with its content, so there must be another reason for the issue you encountered. It would be very helpful if you can send me a sample application that demonstrates the problem. Otherwise, there is no way for me to know what the custom control you are using is doing.

Sincerely yours,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jose Fernando Garcia Ramos
Top achievements
Rank 1
answered on 06 Nov 2009, 03:39 PM

 

 



 

The controls that I use are of the company esri and of the side of the client all that one executes the application I can move my alone map in spite of giving clik in the control or doing an approximation to the map.

When I put my control of map inside the tileview already I cannot do this type of actions for which the map stays out of the scope of the side of the client.

I annex a bit of my code

 

telerikNavigation:RadTileViewItem

 

 

 

 

<telerikNavigation:RadTileViewItem.Header

 

 

<TextBlock Text="MyMap whit DDV's" Style="{StaticResource HeaderTitle}" />  

 

 

</telerikNavigation:RadTileViewItem.Header 

 

 

<telerikNavigation:RadTileViewItem.Content

 

 

<telerik:RadFluidContentControl>

 

<telerik:RadFluidContentControl.SmallContent>

 

 

 

 

<Border Width="193" Height="30">

 

 

 

 

<TextBlock Text="DDV's " Style="{StaticResource SmallBox}" />

 

 

 

 

</Border>

 

 

 

 

</telerik:RadFluidContentControl.SmallContent>

 

 

 

 

<telerik:RadFluidContentControl.LargeContent>

 

 

<Grid Visibility="Visible" >

 

 

 

 

<!--MyMap-->  this is a very important control for my application

 

 

 

 

<esri:Map Name="MyMap" Extent="-125.697695155969, 14.2909480680369 , -78.3250734898616 ,33.0032935607263 " Width="auto" Height="auto">
<esri:Map.Layers>

 

 

 

 

<esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://localhost/ArcGIS/rest/services/MyMap/MapServer"/>

 

 

 

 

 

 

<esri:GraphicsLayer ID="GLSeleccion" />

 

 

 

 

<esri:GraphicsLayer ID="GLIdentificar" />

 

 

 

 

</esri:Map.Layers>

 

 

 

 

</esri:Map>

 

 

</telerik:RadFluidContentControl.LargeContent>

 

 

 

 

</telerik:RadFluidContentControl>

 

 

 

 

 

 

</telerikNavigation:RadTileViewItem.Content>

 

 

 

 

 

 

</telerikNavigation:RadTileViewItem>

 

 

 

 

 

 

 

0
Tihomir Petkov
Telerik team
answered on 09 Nov 2009, 03:08 PM
Hello Jose,

Without having the third-party control that you use there is no way for me to investigate the issue you are having. The only thing I can suggest by just looking at the snippet you sent is that you set the normal content of the FluidContentControl to an empty Border element. This is because there is a known problem with the FluidContentControl which causes incorrect behavior when just the SmallContent and LargeContent properties of the FluidContentControl are set. Can you please try out my suggestion and let me know if it helps?

Sincerely yours,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Falafel Support
Top achievements
Rank 1
answered on 17 Aug 2011, 10:08 PM
The problem is that you can't double-click (zoom) or drag (pan) to interact with the ESRI map control when it's inside a tileview tile.  Mouse wheel interactions with the map still works in the tileview, so the clicking and dragging events must somehow be getting captured by the tileview.  

The ESRI Silverlight controls are available for free from the ESRI site, but I've included them for you in a sample project available at http://blog.falafel.com/Files/JTower/ESRIMapInTileView.zip.  In this sample app you can see that double-clicking and dragging works with the top map (outside of the tileview) but not the 4 inside of the timeview.

Can you please advise on how to workaround this issue?

Thanks,
J. Tower
Falafel Software 
0
Zarko
Telerik team
answered on 18 Aug 2011, 12:01 PM
Hi Tower,
I examined the attached project and from it I guess that the problem is in the ESRI Map control because the RadTileView doesn't handle the MouseLeftButtonDown and MouseLeftButtonUp events. Also I tried our RadMap control inside a RadTileViewItem and it works just fine (EDIT: there seems to be a small problem with the dragging but you can easily fix it by setting the AllowDrag to false).
I've changed your project a little bit to show you that problem is probably in the ESRI Map, so could you please examine it and if you have further questions feel free to ask.


Best wishes,
Zarko
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Simon
Top achievements
Rank 1
answered on 21 Jun 2013, 01:43 PM
2010.1.515.1040 this version is OK
2011.2.712.1040 is not OK
so what's going on ...
I can't upload my source....

my email:947522963@qq.com
0
Pavel R. Pavlov
Telerik team
answered on 26 Jun 2013, 08:49 AM
Hi Simon,

Let me make a quick clarification our RadTileView control wraps all RadTileViewItems in a ScrollViewer by design. Furthermore, the ESRI Map control is not working as expected when it is hosted in a ScrollViewer (you can test it on your side). Hence, when it is hosted in a RadTileViewItem it is expected that some of the functions of the ESRI Map control will not be fully functional.

However, in order to make the ESRI work as expected when it is hosted in a RadTileViewItem you can extract and edit the default template of the control and remove the built-in ScrollViewer. You can find more information about extracting templates in this article. 

Also, I noticed that you use outdated version of our controls. Please have in mind that we strongly suggest to our clients to use our latest releases because they will be able to get advantage of our latest fixes and newest features.

For your convenience I extracted the default template of the RadTileView control and I replaced the default ScrollViewer with a Border. Please take a look at the attached project and let me know if it works for you.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Davor
Top achievements
Rank 1
answered on 30 Aug 2013, 10:17 AM
Hi, i'm wondering, this was posted back in 2011:

"I examined the attached project and from it I guess that the problem is in the ESRI Map control because the RadTileView doesn't handle the MouseLeftButtonDown and MouseLeftButtonUp events."

Now i'm curious if this is still true for the newer versons of the Telerik SIlverlight RadTileView ( i use 2013.2 724)?
0
Pavel R. Pavlov
Telerik team
answered on 04 Sep 2013, 05:39 AM
Hi Davor,

The RadTileView control still does not handle those events.

However, you need to have in mind that some of the components inside the RadTileViewItem does handle the events in order the user to be able to interact with the control.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TileView
Asked by
Jose Fernando Garcia Ramos
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Jose Fernando Garcia Ramos
Top achievements
Rank 1
Falafel Support
Top achievements
Rank 1
Zarko
Telerik team
Simon
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Davor
Top achievements
Rank 1
Share this question
or