Window is transparent sometimes but not always

You must Login before you can answer or comment on any questions.

I've been trying to replicate the messageWin little popup messenger from the kitchen sink. It works perfectly when over my initial log in screen. When I call it from my main window it shows with a solid white, non-transparent, background taking up the whole screen until the timeout runs it's course. Here is the code I'm calling: http://pastie.org/1485466 which I call with:

Ti.App.fireEvent("message",{page:'main',msg:res, wait:5000});

Any ideas as to why it will have a transparent background when opened during the login but not when opened during the main?

— asked 2 years ago by Brandon Andrews
1 Comment
  • I got it working by keeping the windows on android and changing the windows into views for iphone. Only problem is that having multiple views loading is 20megs of memory.

    — commented 2 years ago by Brandon Andrews

Your Answer

Think you can help? Login to answer this question!