Skip to content
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

No support for implict styles #55

Closed
JanabiSoft opened this issue Jun 20, 2018 · 4 comments · Fixed by #1766
Closed

No support for implict styles #55

JanabiSoft opened this issue Jun 20, 2018 · 4 comments · Fixed by #1766
Labels
kind/bug Something isn't working project/styling 👔 Categorizes an issue or PR as relevant to element styling triage/most-wanted

Comments

@JanabiSoft
Copy link

error:
Error Generation failed for Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGenerator. System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: An error occured when processing ContentDialog at line 1:2 (.xaml) : An error occured when processing Grid at line 30:6 (.xaml) : An error occured when processing ScrollViewer at line 31:10 (.xaml) : An error occured when processing Grid at line 32:14 (.xaml) : Implicit styles in inline resources are not supported (Grid, Line 32:14) ---> ……….

@paulovila
Copy link

Hi , I'm experiencing the same error generation. Implicit styles are quintessential part xaml . Is there any plan to implement it?

@jeromelaban jeromelaban added the kind/bug Something isn't working label Jun 26, 2018
@jeromelaban
Copy link
Member

Implicit styles outside of a ResourceDictionary are not yet supported.

As a workaround, you can name your style and use it where appropriate, of set it as implicit globally.

@paulovila
Copy link

Thanks Jérôme, keep up the good work , you guys are doing a great job.

@carldebilly
Copy link
Member

This PR is required for the feature...
#1766

@jeromelaban jeromelaban added project/styling 👔 Categorizes an issue or PR as relevant to element styling priority/backlog labels May 27, 2020
lukeblevins pushed a commit to lukeblevins/uno that referenced this issue Jan 17, 2024
…gation

fix: Missing images on wasm/ios/android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working project/styling 👔 Categorizes an issue or PR as relevant to element styling triage/most-wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants