Terence A. Pfaff

Results 12 comments of Terence A. Pfaff

I have run into this issue as well, and it's a BIG one! Also, I just upgraded to VS Community 2022 Preview v 17.4.0 Preview 1.0 hoping that it would...

@angelru Thanks for the tip!

@PureWeen - I tried OnNavigatedTo like you suggested. I put the following code into my StoreListPage.xaml.cs file: protected virtual void OnNavigatedTo(NavigationEventArgs e) { _viewModel.StoreListViewModelConstructorCode(); } And, I set a breakpoint...

@angelru - I tried your suggestion. I went into my AppShell.xaml.cs file and typed in the following code: public override void OnNavigated() { } public override void OnNavigating() { }...

@angelru - Using your example code, I was able to get it to work with just the following code added to AppShell.xaml.cs protected override void OnNavigated(ShellNavigatedEventArgs args) { string location...

It works correctly with a Button view. So, the issue seems to be specific to OpenGLView.

Thanks for the update! Let me know if there is anything that I can do to help with fixing this issue. This functionality will add nicely to my app, when...

Hi: I could see creating a new plugin might create less risk to your current code. But, you might also end up duplicating a fair amount of work. Let me...

OpenGLView is a Xamarin Forms construct. You should start off by creating your initial project using the Xamarin.Forms template in the Add New Project dialog choose: “Mobile App (Xamarin.Forms)”. From:...

I have Mono.Android referenced in my Android project, and OpenTK-1.0 referenced in my Xamarin shared-code project. From: Dimov Dima Sent: Monday, March 01, 2021 2:16 PM To: dimonovdd/ImageFromXamarinUI Cc: Terence...