wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Initial load crash #159

Closed BSick7 closed 9 years ago

BSick7 commented 9 years ago

Initial load is crashing because 'Module name "..." has not been loaded yet for context'.

On load, fayde is trying to resolve the themes for all registered libraries. Since my library has not been loaded yet, the resolver crashes on require.

We could:

  1. Resolve Style.TargetType.
  2. Wait until library is actually loaded to resolve theme.
BSick7 commented 9 years ago

Resolved in v0.17.0.