jschementi / iron

[Jimmy Schementi's development fork] Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
http://ironruby.net
17 stars 2 forks source link

Loading indication while code is running #3

Open jschementi opened 15 years ago

jschementi commented 15 years ago

XAML is rendered before inline scripts run, so there is some lag between rendering and code executing. Either a loading notification or fixing the lag should be done. For DOM-only apps a loading notification is necessary since the first run will be downloading for a few seconds.