Telerik Forums
UI for Xamarin Forum
3 answers
247 views
Hi,
I am using telerik listview in our project, where we have a scenario the user can expand and collapse the content of the listview item and we use visibility to play with expand and collapse. when we collapse the listview item the height of that item is not getting reduced. the user can see the empty space when the item is collapsed.
Is there any way we can force the UI to get redraw, so that the empty space can be avoided or any other way can we solve this issue.
Pavel R. Pavlov
Telerik team
 answered on 17 Feb 2016
4 answers
306 views
Hello. I have Profile into www.telerik.com (b0bi@yandex.ru). When I
download and install Xamarin, I signup in xamarin.com (also
b0bi@yandex.ru). Now we have purchased a license for Xamarin, I see it
in my profile www.telerik.com, but do not see on xamarin.com. How i can
link these two profiles? How do I start using this license?
Thank You.
N Mackay
Top achievements
Rank 1
 answered on 15 Feb 2016
1 answer
109 views

Hi,

I am using telerik listview in our project, where we have a scenario the user can expand and collapse the content of the listview item and we use visibility to play with expand and collapse. when we collapse the listview item the height of that item is not getting reduced. the user can see the empty space when the item is collapsed.

Is there any way we can force the UI to get redraw, so that the empty space can be avoided or any other way can we solve this issue.

 

Pavel R. Pavlov
Telerik team
 answered on 15 Feb 2016
1 answer
134 views

Hi,

 I am trying to create a stacked bar chart 2 separate columns for each data point starting from 0. Attached is what i have managed to achieve. I the second stack group to start from 0. Any suggestions on how to do this? I have set the first series of the second stack of data (the green one) to as combinemode.cluster which has moved the green data to start from zero however the purple and grey elements then just hover in a 3rd column at the same height as they are in the attached.

 Also the green bar is as  tall as the blue+yellow combined, however the chart UI doesn't seem to be auto sizing the chart correctly for this view, so there could be a bug here.

Thanks in advance

 

Phil

 

Ves
Telerik team
 answered on 15 Feb 2016
1 answer
142 views

I have a simple page with one Image. Without any telerik controls. When I`m first loading the page it retrieves database and getting the PAth for the image source from SQLite. It is runnig ok, but if im adding assembly for Telerik listView (even without using it)

 

[assembly: Xamarin.Forms.ExportRenderer(typeof(Telerik.XamarinForms.DataControls.RadListView), typeof(Telerik.XamarinForms.DataControlsRenderer.iOS.ListViewRenderer))]

 

it breaks that simple assigning . Again I`m not even adding any telerik control. Thanks in advance for any help.

Andrey
Top achievements
Rank 1
 answered on 11 Feb 2016
3 answers
281 views

Hi, there!

We're planning on developing a mobile app and we haven't decided on going hybrid, C# (shared code) or purely native. We need this app to have several views and also have a background service to fire alarms that will be stored in our client's database, not locally in the phone.

Do you think we can use the hybrid approach? Or should we pick any of the other two ways?

Thanks a lot!

Tina Stancheva
Telerik team
 answered on 10 Feb 2016
1 answer
266 views

Hi, I am trying to format labels to be integer digits and include a character to represent a unit of measurement. I am using Xamarin Forms and here is the xaml:

<telerikChart:NumericalAxis Minimum="0" LabelFormat="%2.0f L" />

The above line will display whole numbers followed by the letter L on Android, but iOS it still shows one decimal place and no letter after the number. I have tried a combination of formatting options by iOS and I can't seem to change the label's format on iOS.

Is there a way to adjust the label format for iOS to remove decimals and add a letter to the label? I can separate the format string out to be platform specific, if they use different formatting rules. Thanks

 

Ves
Telerik team
 answered on 09 Feb 2016
3 answers
164 views

I'm on the latest version of UI for Xamarin, 2015.3.1202, and everything works in debug.  When I change it to release and try and compile in Android, I get the following linker error:

 

Severity Code Description Project File Line Suppression State
Error  The "LinkAssemblies" task failed unexpectedly.
Xamarin.Android.XamarinAndroidException: error XA2006: Reference to metadata item 'System.Void Java.Interop.JavaTypeParametersAttribute::.ctor(System.String[])' (defined in 'Telerik.Xamarin.Android.Common, Version=2015.3.1202.0, Culture=neutral, PublicKeyToken=null') from 'Telerik.Xamarin.Android.Common, Version=2015.3.1202.0, Culture=neutral, PublicKeyToken=null' could not be resolved. ---> Mono.Cecil.ResolutionException: Failed to resolve System.Void Java.Interop.JavaTypeParametersAttribute::.ctor(System.String[])
   at Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference reference)
   at Mono.Linker.Steps.MarkStep.MarkCustomAttribute(CustomAttribute ca)
   at Mono.Linker.Steps.MarkStep.MarkCustomAttributes(ICustomAttributeProvider provider)
   at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
   at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
   at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
   at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
   at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
   at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
   at Mono.Linker.Steps.MarkStep.MarkField(FieldReference reference)
   at Mono.Linker.Steps.MarkStep.InitializeFields(TypeDefinition type)
   at Mono.Linker.Steps.MarkStep.InitializeType(TypeDefinition type)
   at Mono.Linker.Steps.MarkStep.InitializeAssembly(AssemblyDefinition assembly)
   at Mono.Linker.Steps.MarkStep.Initialize()
   at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
   at Mono.Linker.Pipeline.Process(LinkContext context)
   at MonoDroid.Tuner.Linker.Process(LinkerOptions options, LinkContext& context)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute()
   --- End of inner exception stack trace ---
   at Xamarin.Android.Diagnostic.Error(Int32 code, Exception innerException, String message, Object[] args)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() BGNMobileApp.Droid   

 


 
 
 
Joe
Top achievements
Rank 1
 answered on 03 Feb 2016
1 answer
132 views
I'm trying to make a TKDataFormDatePickerEditor to load with an empty date field but the TKDataFormDatePickerEditor always shows today date. Here's what I'm doing in the UpdateEditor method after setting the value candidate to null.
if (property.Name == "StartDate") {
  if (this.ownerVC.dataSource ["StartDate"].ValueCandidate == null) {
    ((TKDataFormDatePickerEditor)editor).EditorValueLabel.Text = string.Empty;
  }
}
Adrian
Telerik team
 answered on 03 Feb 2016
1 answer
77 views
It's really frustrating and infuriating to use your examples to build 90% of an app, then update to your new release package a few weeks before it's release, and your project breaks because of change made to the nuget package that break even your own example projects.
Nikolay
Telerik team
 answered on 03 Feb 2016
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?