On Sun, Jan 29, 2012 at 6:21 PM, C Anthony Risinger <[email protected]> wrote:
> On Sun, Jan 29, 2012 at 12:08 PM, lkcl luke <[email protected]> > wrote: > > On Sun, Jan 29, 2012 at 5:19 PM, Lex Berezhny <[email protected]> > wrote: > >> Can't you just use text: "Loading..." and make the three dots at the > >> end cycle: ".", "..", "..." > > > > ah that reminds me: peter could you please make the new spinner a > > separate file, then make it selectable as an option via pyjsbuild, i > > think with two options already it should be obvious how to do that, > > but perhaps make it an argument that you pass by name? > > this can already be done with: > > --bootstrap-file=BOOTSTRAP_FILE > > ... simply create a new bootstrap file implementing the bootsplash, or > use the existing one. > > -- > > C Anthony when I try... d:\pyjamas\examples\helloworldsplash>pyjsbuild --no-compile-inplace --bootstrap-file=bootstrap_progress.js -m Hello.py In IE9 (new lappy with it pre installed with Windows 7) - I get a sort of loading animation but doesn't look right, but the actual Hello application doesn't load (just get the static text from the host HTML page. In Firefox 9 - I get nothing other than the static text from the host HTML file d:\pyjamas\examples\helloworldsplash>pyjsbuild --no-compile-inplace --bootstrap-file=bootstrap_progress.js Hello.py (without the -m flag) IE9 and Firefox, I don't appear to get a progress bar but the Hello app loads and is faded in. What am I supposed to see and is it working for other people ? Cheers Brett

