Open TonyHenrique opened 7 years ago
I am trying to make an app using Syncfusion Xamarin, but Gorilla does not display their controls.
It appears on my cell phone:
Warning Namespace and content gauge was removed.
XAML:
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:App8Xamarin" xmlns:gauge="clr-namespace:Syncfusion.SfGauge.XForms;assembly=Syncfusion.SfGauge.XForms" x:Class="App8Xamarin.MainPage"> <StackLayout> <Image Source="http://www.apelosurgentes.com.br/assets/banners/pt-BR.jpg" /> <Label Text="Welcome to Xamarin Forms!!" VerticalOptions="Center" HorizontalOptions="Center" /> <gauge:SfDigitalGauge x:Name="digitalgauge" Value="1 2 3 4" BackgroundColor="White" CharacterStrokeColor="Blue" /> <Button Text="OK" /> </StackLayout> </ContentPage>
Are you using Gorilla SDK? If you don't, please see this document. You will need it in order to render custom controls. Please, let me know if you have any issue in the process.
I am trying to make an app using Syncfusion Xamarin, but Gorilla does not display their controls.
It appears on my cell phone:
XAML: