3,541 questions with .NET MAUI tags

Sort by: Updated
0 answers

BINDING DOES NOT RECOGNIZE TYPE

I have a custom component that exposes a property 'Amount64' of type Int64; I would like to bind it to a property 'Amount', also of type Int64, in the host page: <components:MyNumericKeyboard x:Name="keypad" Amount64="{Binding Amount,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-18T21:09:35.5033333+00:00
Giorgio Sfiligoi 186 Reputation points
commented 2024-10-19T16:37:45.4466667+00:00
Viorel 117.6K Reputation points
0 answers

MAUI: Slider ThumbImageSource is not moving after disabling the slider to select lower time

Using this and this threads I implemented the slider reduction prevention logic on my MAUI application. My requirement is that after dragging the slider, the user should not be allowed to select a lower value. However, if they choose a higher value, it…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-19T12:21:20.81+00:00
Sreejith Sreenivasan 896 Reputation points
1 answer One of the answers was accepted by the question author.

Error in navigation: Shell.Current is null. MainPage is null or not an instance of AppShell

hi, When I click on the buttons this error appears in the console: Error in navigation: Shell.Current is null. MainPage is null or not an instance of AppShell. Macos visual studio for mac .net8 .net maui AppShell.xaml.cs using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-01-16T15:45:40.55+00:00
Samuel Pimenta 40 Reputation points
commented 2024-10-19T11:33:54.68+00:00
santiago carela 0 Reputation points
0 answers

BINDING CONVERTER THROWS EXCEPTION

HELP I have a simple binding like that: <Entry Text="{Binding Amount" OK <Entry Text="{Binding Amount, Converter={StaticResource amountConverter}}" THROWS an exception. Here is the complete page: <?xml…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-16T18:08:53.4533333+00:00
Giorgio Sfiligoi 186 Reputation points
commented 2024-10-19T07:07:05.2+00:00
Giorgio Sfiligoi 186 Reputation points
1 answer

How to make "RefreshView" friends with "AbsoluteLayout"

public CollectionPage() : base() { collection.SelectionChanged += _OnSelectionChanged; collection.ItemTemplate = GetDataTemplate(); LoadedCollection(); refresh.Command = new Command(LoadedCollection); refresh.Content = collection; var fabButton…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-08T16:42:53.7533333+00:00
валера карманов 361 Reputation points
commented 2024-10-19T05:58:03.72+00:00
валера карманов 361 Reputation points
0 answers

MAUI Application refuse to run due to microsoft family

When I run MAUI app from VS on windows machine , I get the following error and the app get prevented from running : I am running on Windows 10 PRO edition I am the organizer in Microsoft Family Safty app , so technically I should be able to run and…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,642 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-18T20:44:15+00:00
S H 25 Reputation points
0 answers

System.NotSupportedException: The given path's format is not supported

I have a project that has been building and publishing successfully. However, after attempting to solve the iOS 18 white screen issue, a new error has started to appear, and I am unsure where to look to fix it. The following changes have been made since…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-10T06:08:54.01+00:00
Dan Taxbøl 20 Reputation points
edited a comment 2024-10-18T19:57:51.9166667+00:00
Dan Taxbøl 20 Reputation points
3 answers

Get property that is not in class C# (Android)

public class DashboardPage : ContentPage { public DashboardPage() { RunObject(new DemoObject { Name = "Text" }); RunObject(new Demo1Object { Name = "Text 1" }); } private void RunObject(BaseObject…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,962 questions
asked 2024-10-16T18:46:38.1266667+00:00
валера карманов 361 Reputation points
commented 2024-10-18T19:54:10.6966667+00:00
Bruce (SqlWork.com) 65,576 Reputation points
0 answers

Crash on .NET MAUI Android - JNI 'Deleted Global Reference' Error

It has been quite challenging to identify the exact cause of this issue. If anyone has any insights or suggestions on how to trace which library or line of code might be responsible, I would greatly appreciate your help.   10-04 13:07:10.445 20018…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-04T08:03:46.4566667+00:00
PavanKumar Bandi 0 Reputation points
commented 2024-10-18T16:44:09.53+00:00
PavanKumar Bandi 0 Reputation points
0 answers

In .Net Maui I get the exception Microsoft.UI.Xaml.Controls.Frame.NavigationFailed was unhandled.

I get an exception error. The message states Microsoft.UI.Xaml.Controls.Frame.NavigationFailed was unhandled.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,962 questions
asked 2024-10-18T16:12:06.6066667+00:00
Tom Meier 220 Reputation points
0 answers

Net Maui ios Release configuration for production

Q1)Can you help me what and all configuration need to set for ios apps. Q2)if im getting a crash on startup after release build how to debug what is causing the crash net maui ios app

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-18T15:59:25.3266667+00:00
PavanKumar Bandi 0 Reputation points
1 answer One of the answers was accepted by the question author.

Adding items to a CollectionView

I'm trying to figure out how the "RemainingItemsThresholdReached" function works for the "CollectionView" element, and I don't understand how to add elements so that they are displayed in the "CollectionView". CollectionView…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-15T19:16:17.6233333+00:00
валера карманов 361 Reputation points
edited a comment 2024-10-18T14:00:36.11+00:00
валера карманов 361 Reputation points
0 answers

delete button appear

I have a pointercommead, that make a label appear when I enter a contain area <Grid BackgroundColor="AliceBlue" ColumnDefinitions="*"> <controls:TurbineData Grid.ColumnSpan="2" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-18T12:38:20.84+00:00
Eduardo Gomez Romero 705 Reputation points
commented 2024-10-18T13:46:16.09+00:00
Eduardo Gomez Romero 705 Reputation points
1 answer One of the answers was accepted by the question author.

Sort and filter not working .net maui

I'm trying to add a filter and sort to my app. the sort and filter func code are stepped thru but does not work, I do not see any data in the checkListItem I think the issue is the use of SourceCache ( I found sort/filer sample code and tried to add…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-10T13:37:02.0266667+00:00
tim 200 Reputation points
edited a comment 2024-10-18T13:42:58.6333333+00:00
tim 200 Reputation points
0 answers

MAUI Anroid - java.lang.ClassNotFoundException: Didn't find class "androidx.startup.InitializationProvider"

I have an MAUI Net 8 project, when running the project , the app is installed, but upon startup, the app crashed with the following exception, Java.Lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider:…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-17T12:11:52.0966667+00:00
Aneetha 65 Reputation points
commented 2024-10-18T08:33:52.38+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,001 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Highlight element

I have a template <DataTemplate x:Key="PhoneTemplate" x:DataType="{x:Null}"> <SwipeView Threshold="300"> <SwipeView.RightItems> <SwipeItems…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-16T15:13:41.7933333+00:00
Eduardo Gomez Romero 705 Reputation points
accepted 2024-10-18T08:11:35.2566667+00:00
Eduardo Gomez Romero 705 Reputation points
1 answer

delete animation

I have my template <DataTemplate x:Key="PhoneTemplate" x:DataType="{x:Null}"> <SwipeView Threshold="300"> <SwipeView.RightItems> <SwipeItems…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-17T14:11:54.4633333+00:00
Eduardo Gomez Romero 705 Reputation points
commented 2024-10-18T08:10:40.8066667+00:00
Eduardo Gomez Romero 705 Reputation points
0 answers

Is .Net MAUI supports adding of dynamic views in UWP

When I try to remove the existing children of Stacklayout and try to add dynamic views I got System.Runtime.InteropServices.COMException: 'No installed components were detected.. this happens in UWP

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-17T17:52:29.0933333+00:00
karthik babu samala 0 Reputation points
commented 2024-10-18T00:57:46.6033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 43,371 Reputation points Microsoft Vendor
2 answers

.NET Maui Min Max Hide Not Showing

I'm not seeing my Min, Max and Hide buttons when my screen is maxed. I have set the following window.ExtendsContentIntoTitleBar = true; Here is the code I'm using . builder.ConfigureLifecycleEvents(events => { #if WINDOWS …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-15T15:17:54.7966667+00:00
Fritz Switzer 281 Reputation points
answered 2024-10-17T20:27:42.9066667+00:00
Rob Caplan - MSFT 5,452 Reputation points Microsoft Employee
0 answers

How to Drag and Drop Outlook Attachments into a .NET MAUI Application?

I’m working on a .NET MAUI application that allows users to drag and drop file attachments from Outlook. I have successfully implemented drag-and-drop functionality for files from Windows Explorer, but I’m facing challenges when trying to do the same…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,642 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,901 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
asked 2024-10-02T21:03:12.09+00:00
Ansh 25 Reputation points
edited a comment 2024-10-17T15:43:21.1666667+00:00
Ansh 25 Reputation points