Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

how to create semi transparent row effect with fixed non moving table background?

Dear Experts,

Can someone explained me, how to create a table with fixed non movable, non repeating background with semi-transparent row effect? What i want is when scroll the table rows background of the table say there and just rows move up and down.

If I have confused you please let me know.

Thanks in advance.

— asked June 13th 2010 by Chirag Patel
  • background
  • fixed
  • iphone
  • opacity
  • transparent
0 Comments

1 Answer

  • Accepted Answer

    Sorry you never got a response on this. Already get it figured out?

    It would probably be best if you set up a view with the background image/color that you want, then added the table to that view (so that it's on top).

    Then use the transparent background attribute on your table:

    Titanium.UI.createTableView({ backgroundColor:'transparent'});
    
    — answered August 16th 2010 by Clifton Labrum
    permalink
    2 Comments
    • This should work, plus there's an example of a fixed background table view here in the Kitchen Sink.

      — commented August 16th 2010 by Kevin Whinnery
    • Thanks for your response. Ya I have already figured out what was the problem. I did same what you explained here …

      But anyway thanks for your reply.

      — commented August 16th 2010 by Chirag Patel
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.