IOS IPAD 13" Flyout page challenge for .NET MAUI app
I have a Maui App. The Flyoutpage works 100% on Android Samsung S24 and IOS Iphone 15. Yet on an IPAD 13" the flyoutpage behaves as a split screen in portrait orientation and when I swipe to close it still remains 75% visible. Would anyone know how…
DTPicker from Mscomct2.ocx is not accessible from Intune enrolled computer
For several years I have had VBA code running in Outlook 32bit-clients including a bunch of custom desigend forms. I have had a traditionally AD/DC setup which right now is hybrid. On some of the forms I use DTPicker from Mscomct2.ocx. If I run cutsom…
Multiple emails validation with split comma in a Textbox
Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…
Multiple emails validation with split comma in a Textbox
Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…
How can i publish/create an installer for a c# app that has a sqlite database
Hi, i have a c# wpf application that has a sqlite database, however if i for example create an installer and install it in another device, the app would run into issues because of the sqlite connection string, the app would not be able to find it. I…
Issue with Application.Current.MainPage.Width Returning -1 in .NET MAUI
I am migrating my project from Xamarin to .NET MAUI. In Xamarin, I use Application.Current.MainPage.Width to get the width of the main page, and it works as expected. However, in .NET MAUI, when I try to access Application.Current.MainPage.Width, it…
I am getting the below error while trying to build a project in Visual Studio
Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…
How can I implement right and left swipe gestures to navigate back and forward in a .NET MAUI WebView? My current implementation isn't working, and the WebView's navigation stack seems to always return null. Can you help me troubleshoot and improve this
public WebAppView() { InitializeComponent(); BindingContext = this; _globalData = ServiceHelper.GetService<GlobalDataService>(); _Notification = ServiceHelper.GetService<NotificationService>(); //…
search bar in shell behavior
So, I need to modify, my behavior on desktop I have the shell, with the Seach bar <Window x:Class="METROWIND.Views.MainWindow" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…
I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…
Is there any change how GC works in .Net for Android and .Net for iOS application?
Previously our application is in Xamarin Native and in that GC is called frequently so app works properly without out of memory exception. After migrating to .Net for Android, the app crashes as the memory utilization is continuously increasing and I did…
How to Implement Secure User Login with SQLite in a C# WPF Project?
Hello I am working on a C# WPF project that uses an SQLite database. I want to implement a username and password mechanism to prevent unauthorized access to the application. At the same time, I’m concerned about protecting sensitive information in the…
showing turbines in page
I completely redid my app, because I was making too much work on a page calling 2 apis Serviece public class TurbinesService(FirestoreService firestoreService, BlobServiceClient blobServiceClient) { private const string collectionName =…
title bar in shell problem
I have my shell with a startup page, that has a Lottie animation <ShellContent ContentTemplate="{DataTemplate views:Startup}" Shell.FlyoutBehavior="Disabled" Shell.FlyoutItemIsVisible="False" …
POPUP OBSCURES THE PAGE
I created a popup in NET MAUI 8. As its normal behavior, the popup obscures the visible portion of the hosting page. Is it possible to avoid this? Or, even better, I would like that only one item in the page, such as an Entry field, remains showing…
How to close Bootstrap modal in Blazor WASM?
Hi, In my Blazor WASM (.net 6) application, I am displaying a modal popup as follows. <!-- Modal --> <div class="modal fade bg-transparent" id="templatemo_search" tabindex="-1" role="dialog"…
Will Azure Face Liveness Detection be available on .NET MAUI ?
We want to use Azure Face Liveness Detection on .NET MAUI, however the only available supported methods are Kotlin/Java , IOS, and JavaScript for Web Application. Is there any upcoming SDK for .NET MAUI ,if so, when is the expected date of release. Thank…
Stored Procedure not updating in edmx
Adding or updating a stored procedure in the EDMX file is currently not functioning as expected in the latest version of Visual Studio.
ASP.NET Gridview Header column not freezing properly
I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…