maui

  1. mb0507

    Question .net MAUI Navigation in Release not working

    Hello, i have a .net MAUI Project and im not able to publish a functional release Version. In the Debug Mode everything works fine, but in the Release Mode the Navigation din't work. I upgraded the Project to the latest Android version with all Packages etc. The Project is just 1,5 years old...
  2. K

    Persistent ghost errors

    Hello Fellow Coders. More than once I got ghost errors with .net razor pages. I fix the error but the compiler and visual studio dont recognize the changes, and keep outputting the same error message. Even If I completely empty a page the same error stays. Rebuilding, cleaning or closing...
  3. giulichajari

    How to show a DataTable inside a contentPage

    I Have a ContentPage for showing a product store list(amount, product, and delete option). Xaml looks like: .... <Button Text="Agregar" Command="{Binding AgregarProductoCommand}"...
  4. S

    Question How to move text to a new line on the phone?

    Hi everyone, I'm just starting to work with .Net MAUI and I need to make a chatbot application. But there was a problem that the output of messages from the phone is not displayed correctly. I display the list of messages through ListView, which is located in a Grid cell: <ListView...
  5. lukaiss

    Question Saving and reading from a text file

    Hi, I need help please. I'm doing a project in .net maui that logs cultural events and adds them to a list. I would need help to save the items in the list to a text file .txt when inserting or editing and to load the saved items back when the program is started. I need to use StreamWriter and...
Back
Top Bottom