Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

visual studio 2019 MAC - program doesn't provide the event handler

$
0
0

​hi

I wonder if anyone can help,

I loaded visual studio 2019 MAC the latest stable version with all the options today on a Mac today with latest Xcode and latest Mac OS and I have two issues,

1- I create a new blank solution in Xamarin,

I add a button as below:

xcml file

<?xml version="1.0" encoding="utf-8" ?>

.cs code behind file

using System; using System.Collections.Generic;

using System.ComponentModel; using System.Linq;

using System.Text;

using System.Threading.Tasks; using Xamarin.Forms; namespace f

public partial class MainPage : ContentPage

{ public MainPage()

{ InitializeComponent();

}

} }

the problem is when is created the program doesn't provide the event handler, nor on if I create it, etc etc the (Intellisense) or the autocomplete or whatever doesn't work as above.

2- the second problem is that on a PC when you run the emulator and then do changes to the xcml file, you can always press refresh on the emulator and see the changes on the Mac I only see the stop button but there is no refresh to reload the app on the emulator,

please let me know if you want screen shots or what

can anyone advise

thank you


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>