FokkeZB / nl.fokkezb.loading

The widget provides a simple loading mask that can be easily styled and configured.
93 stars 18 forks source link

Why is loadingMask heavyweight? #5

Closed manumaticx closed 10 years ago

manumaticx commented 10 years ago

Hi.

I was just wondering why you force the loadingMask window to be heavyweight on Android. For me, it works better when I remove this line.

Anyway, nice widget! :-)

FokkeZB commented 10 years ago

Because since Titanium 3.2.0 all windows will be heavyweight :)

manumaticx commented 10 years ago

Ok. Didn't know that. I'm currently on 3.1.2. I'm seeing this grey titlebar on top of the loadingmask window in heavyweight mode. Can we hide that with navBarHidden:true?

FokkeZB commented 10 years ago

Yep, that's correct. You can set it via app.tss.

I must say I always set that to true for the whole app in tiapp.xml.