Skip to content

Custom Drawable objects in xeto/xaml #2529

Closed Answered by Sonderwoods
Sonderwoods asked this question in Q&A
Discussion options

You must be logged in to vote

Solved

This was a general xaml mistake in my setup;
I changed order of the xaml main (dialog) element to reference the xmlns before referring to my own class:

	xmlns="http://schema.picoe.ca/eto.forms"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:e="clr-namespace:MantaRay.Components.Controls" 
	x:Class="MantaRay.Components.Views.LoginView"

and also changed my xeto.cs class to be partial .

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sonderwoods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant