the shared with me api does not work, why?
The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show
Developer technologies | XAML
Resolve line issue
Hi, How to resolve The workload 'net8.0-ios' is out of support and will not receive security updates in the future. on the part below? <NETSdkWarning ResourceName="WorkloadIsEol" …
Developer technologies | XAML
Validate a Manifest for add in
Hello, Whenever I add VersionOverrides to the manifest I keep getting same errors when I validate the manifest I have tried everything but still nothing works, is there another way to know the exact reason other than validating the manifest and what…
Developer technologies | XAML
Private app stuck at "Waiting to install" on MS Intune. Happening on newly enrolled android tablet devices. Updates fine on devices where it was previously installed. Why is this happening?
Private app stuck at "Waiting to install" on MS Intune. Happening on newly enrolled android tablet devices. The app updates fine on devices where it was previously installed. Why is this happening? Also got this error when it finally changed…
Developer technologies | XAML
Populate grid cells problem not get the expected result
When I run this code I get a layout like the above image. and I expect to get a thin vertical lines. <ScrollView Grid.Row="2" Orientation="Vertical"…
Developer technologies | XAML
Long Press Button on MAUI Android
I am writing a MAUI mobile app for iOS and Android. I need to be able to detect when the user holds down a button so I can repeats its action. I had it working fine on iOS with pressed and released gestures, but it wouldn't work on Android emulator. I…
Developer technologies | XAML
we have GPU servers and we are using ollama models on to it we have nvme disk attached to it. we wanted to know did ollama models will work better on nvme or os disk? we are using autoshutdown and autostart to save cost as well.
We're running Ollama models on GPU servers with an NVMe disk attached. To optimize performance, we're considering whether to store models on the NVMe or the OS disk. Since Ollama frequently accesses model files, using the high-speed NVMe disk will…
Developer technologies | XAML
WPF- Changes not updated in datagrid column
Hi All, I have a WPF datagrid control in the UI. It has three columns ProductID, Rate and Amount. As user enters the rate in "Rate" column or select Product in "ProductID" column it has some calculations in datagrid…
Developer technologies | XAML
Publish my project on the Microsoft Store
Hello, how can I publish an app I wrote with WinUI 3 to the Microsoft Store? However, when I send it to others as an MSIX, they encounter many problems and cannot install it.
Developer technologies | XAML
.net Maui: use of 'ShellContent' to pass a parameter
Thank you in advance for your time and help Is somewhere out there helping a pretty old hobby developer on .net maui GIT: https://github.com/edikaufmann/RandoJson (public). I'm still struggling to dynamically call the appropriate .json data based…
Developer technologies | XAML
in shell.flyoutheader Button is not clicking on ios app in maui .net 9 project
<Shell.FlyoutHeader> <ContentView Padding="{OnPlatform iOS='0,0,0,5'}"> <Grid x:DataType="viewModel:AppShellViewModel" Padding="0,0,0,5"> …
Developer technologies | XAML
Triggering of PR
i have two branches 1)tech and tech-dev one QA env other is dev env both have seprate yaml file for ci/cd # Author: Anshuman Srivastava trigger: branches: include: - techs-dev # Only trigger on pushes to tsctechs-new pr: none # Disable ALL…
Developer technologies | XAML
Can Forms be created with .NET MAUI?
I am converting a Windows app to a .NET MAUI cross-platform app and was wondering if there is the capability to create Forms with .NET MAUI, other than via XAML, similar to Windows forms? Thank you.
Developer technologies | XAML
WPF Datagrid ComboboxColumn selection issue
Hi All, I have a WPF application in which I have a datagrid control which is used to display employee records. The last row of this datagrid is used to add new record on pressing “Enter” Key. <DataGrid Grid.Row="2"…
Developer technologies | XAML
In c# uwp, How can be set Maximize on first launch or install not full screen because i set titlebar.
i want to set maximize app on first install or launch. i set titlebar so that should be visible. i am serching for maximize not for full screen. CoreApplicationViewTitleBar coreTitleBar = CoreApplication.GetCurrentView().TitleBar; // Hide default…
Developer technologies | XAML
WPF Datagrid ComboboxColumn selection issue
Hi All, I have a WPF application in which I have a datagrid control which is used to display employee records. The last row of this datagrid is used to add new record on pressing “Enter” Key. <DataGrid Grid.Row="2"…
Developer technologies | XAML
Unable to set Font face in UWP sample
Hi Team, I attempted to set the font face, but I was unable to do so. It happens to the font families that are already available on my machine. I tried to set the font family to 'Arial Black,' but it wasn't applied. While I could set the font to 'Arial,'…
Developer technologies | XAML
How can I display an activity indicator without using asynchronous code?
Example: Xaml: <Frame x:Name="miFrame1" BackgroundColor="Gray" IsVisible="False" Opacity="0.8" Padding="0" …
Developer technologies | XAML
WPF Datagrid combobox issue
Hi All, I have a WPF application in which I have a datagrid control which is used to display employee records. The last row of this datagrid is used to add new record on pressing “Enter” Key. <DataGrid Grid.Row="2"…
Developer technologies | XAML
Why does my StepFrequency="2" in a slider step only to even values?
I have a Slider element on my xaml page. I have: Width="100", Value="3", Minimum="3", Maximum="9", StepFrequency="2" and SnapsTo="StepValues". For a simple test I created a Packaged C# Desktop…