marketdevsoft
marketdevsoft
Hi, i'm new and i try to install charting_library into angular (8.3.24), following this step: https://github.com/tradingview/charting-library-examples/blob/master/angular5/README.md. But when i run ng serve it fails with those errors: ERROR in src/assets/datafeeds/udf/src/symbols-storage.ts:76:3...
When test Floating menu, my application crash . ### Description I test the floating menu following documentation example here: https://docs.grialkit.com/controls/floating_menu/ Now i try with .NET 7 in android simulator with...
Hi, i try now NotificationPopup using examples in CheckoutPage.OnConfirm() method ... I have two simple questions: 1) is possible to set automatic closing time (such as the toast-message) of an...
Hi, is possible insert a MaterialCommunityIconsFont icon in a .net maui xaml page ? For example MaterialCommunityIconsFont.Numeric1BoxOutline Can someone post a simple example? Best Regards Raffaele
Hi, in my view i have put this repeater: .... and in my viewModel i define the itemsource: public ObservableCollection ListActionButton { get; set; } = new ObservableCollection(){ new ActionButtonModel...
Hi, i need to change default map-zoom level of search result. I try with this code but doesn't work : .on('markgeocode', function(e) { map.setZoomAround(e.geocode.bbox.getCenter(), 10); }) Can someone help me?