Search results for query: *

  1. R

    XAML Button - Background Color binding not refreshing when XAML page has changed

    Oops sorry. The project is an app where the user is presented with selections in 16 Buttons (which are all set to Dark Cyan color. The user has to match the two matching ones. If the selections are correct, the Button Background color changes to Green, otherwise they revert to Dark Cyan color...
  2. R

    XAML Button - Background Color binding not refreshing when XAML page has changed

    Hi I am developing an App project in VB 2022 with Net MAUI and XAML/C#. I am not able to get the several XAML Buttons to correctly change the background color - the binding of the Button Background color does not appear to work when the XAML page is updated. As I don't know the exact reason...
  3. R

    ToolbarItems - Want to be able to Display/Not Display using a variable in code behind

    Hi I am using VS 2022/XAML/C# I have a ToolbarItem in my xaml ContentPage as follows: <ContentPage.ToolbarItems> <ToolbarItem Text="Item"/> </ContentPage.ToolbarItems> What I would like to be able to do in my ViewModel code is be able to use a boolean variable to decide when to...
  4. R

    Question XAML - ItemTapped no working

    I managed to get rid of the CS0006 Metadata file D::\..........................\repos...\bin\Debug\NETSTANDARD2.0\Ref\IRKL.dll not found error, by Changing multiple times the build configuration. @Skydiver - With reference to post 5, the Item that is Tapped is the Text field : <Label...
  5. R

    Question XAML - ItemTapped no working

    As per online suggestions, I have tried unloading,loading and rebuliding solutions/projects to reslove the dll error - withuot any success. Also deleting bin/obj folders and rebuilding solution did not work.
  6. R

    Question XAML - ItemTapped no working

    Hi I was in the process of creating another page when I got your reply. But the Templates for new item in VS 2019 had disappeared, I did a rebuild with VS Studio Installer and got the templates back. I then tried to rebuild my solution, to investigate the Onselection issue and ended up...
  7. R

    Question XAML - ItemTapped no working

    Hi I have set the break point as follows: and at They do no get hit. Clicking on any item on the list does not result on any code being run, as far as I can tell. Thank you for your help.
  8. R

    Question XAML - ItemTapped no working

    I have uncluded the full XAML page for ItemPage.xaml <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="IRKL.Views.ItemsPage" Title="{Binding...
  9. R

    Question XAML - ItemTapped no working

    Hi I am unable to get ItemTapped working. I am using VS 2019/XAML/C#. When I click on a selected item, nothing happens. I have following xaml code in my ItemsPage.xaml: <StackLayout.GestureRecognizers> <TapGestureRecognizer...
  10. R

    Question Page not loading in VB 2019/C#/XAML

    Hi Skydiver Thank you for the response. I have tried to google tutorials and examples of handling content pages in Xamarin, without much success. Would you be able to demonstrate, using my example on how to achieve this. Nice to know you are on good medication.;) Thanks
  11. R

    Question Page not loading in VB 2019/C#/XAML

    Hi I have recently started using VB 2019 with Xamarin so am a newbie when it comes to developing an app. I have stated to build a simple app, but am struggling with getting pages to load with after the Main page. Am really keen to go past this stage. I have a button declared in my XAML file...
Back
Top Bottom