-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] System.InvalidOperationException: 'Invalid on Color.Default' #425
Comments
Any news about this? cc @martijn00 |
Also having this issue #206 I'm missing default resources and I don't know why. The line with the issue is this one
I'm using this configuration in a modular app with prism.
I have the configuration in a separate project. |
I was having a problem with
Can you help me with that? |
@kerberosargos can you help me with this? |
I am sorry I have seen your post late. Can you try this package? |
Sure
|
It didn't work for me @kerberosargos . Also I don't know if I did correctly. That package is for the .netstandard project? My workaround was:
Without that line, controls break the app. The controls are showing but we cant interact with them because are breaking the app. As I said I have a separated project with all the resources the app use including styles, colors, etc. |
You should remove installed plugin after that you should install this one.
Set your nuget settings as local for installing.
Luis Matos ***@***.***>, 1 Haz 2021 Sal, 21:53 tarihinde şunu
yazdı:
… It didn't work for me @kerberosargos <https://github.com/kerberosargos> .
Also I don't know if I did correctly. That package is for the .netstandard
project?
My workaround was:
XF.Material.Forms.Material.Init(this);
InitializeComponent();
XF.Material.Forms.Material.Init(this); // WORKAROUND: Solving some reference issues
Without that line, controls break the app. The controls are showing but we
cant interact with them because are breaking the app.
As I said I have a separated project with all the resources the app use
including styles, colors, etc.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#425 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWWPUABYG6E5HACRYWYC23TQUUELANCNFSM43CVP2XQ>
.
|
Ok, lets me try. |
Didn't work @kerberosargos Control: MaterialTextField with Choices |
You told that you have a configuration in separate project, but have you added that ResourceDictonary in you main App's ResourceDictonary to MergedDictonaries section ? |
🐛 Bug Report
I'm using a MaterialButton. The app is crazing in the init with the following code:
Link file here. More info here.
Reproduction steps
I just add a material button and the app cant compile.
Configuration
Version: 1.7.8
Platform:
The text was updated successfully, but these errors were encountered: