Discussion Forums  >  Status Bar, Navigation Bar

Replies: 12    Views: 159

Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
06/03/12 02:43 AM (12 years ago)

how i can add background Tab bar + Nav bar ?

i want add picture to Navigation Bar and Tab Bar but i dont know how can do that, pls help me thank you so much ! im Hoang from Ha Noi see in a images http://bit.ly/LVkIau
 
javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
like
06/03/12 04:24 AM (12 years ago)
I would indeed be very interested in this too- I'm think it is possible with other app builders, so it should be possible here with a few extra lines of code! Subscribed to the thread. // J
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
06/03/12 05:08 AM (12 years ago)
 
Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
like
06/03/12 06:40 AM (12 years ago)
hi MYSPS thank for your link but this is for nav bar background pls help me add tab bar background pls !
 
Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
like
06/04/12 08:59 AM (12 years ago)
help me pls i want add background to tab bar…..
 
Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
like
06/04/12 05:12 PM (12 years ago)
help me pls i want add background to tab bar…..
 
Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
like
06/21/12 06:57 PM (12 years ago)
help me pls
 
OrchardApps
Code is Art
Profile
Posts: 115
Reg: Jan 11, 2012
Brisbane austra...
5,850
like
08/13/12 04:02 AM (11 years ago)
@Black White. Did you get an answer to this? I would love to change the background colour also.
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
08/13/12 04:17 AM (11 years ago)
Hi Wriggelpot, Assuming you're working with iOS. You can achieve this by going to BT_Core --> BT_application.m look for line 435 right below the line that says: NSString *tabberOpacity = @".50"; make line 435 look like this: /*if([self.rootTheme.jsonVars objectForKey:@"tabBarColorOpacity"])*/{ Now in your global themes setting you can set the color for your tabbar If you go to the file bt_theme.php in Bt_v15 --> bt_app and have a look at this block of code (starting around line 211) : <br/><b>Tab Bar Color</b> &nbsp;&nbsp; <img src="../../images/arr_right.gif" alt="arrow"/> <a href="bt_pickerColor.php?formElVal=tabBarColor" rel="shadowbox;height=550;width=950">Select</a> <br/> <input type="text" name="tabBarColor" id="tabBarColor" value="<?php echo fnFormOutput(fnGetJsonProperyValue("tabBarColor", $jsonVars));?>"> add this block of code below it: <br/><b>Tab Bar Opacity</b><br /> <input type="text" name="tabBarColorOpacity" id="tabBarColorOpacity" value="<?php echo fnFormOutput(fnGetJsonProperyValue("tabBarColorOpacity", $jsonVars));?>"> With this change you can set the opacity (in the global template) of the color you applied. A value of 100 is the full color and every value lower makes it more transparant. Hope this helps. Best Regards, Danny
 
OrchardApps
Code is Art
Profile
Posts: 115
Reg: Jan 11, 2012
Brisbane austra...
5,850
like
08/13/12 04:53 AM (11 years ago)
Oh my gosh. Thank you sooooo much. Talk about user error. I found a thread that said to uncomment that line of code. I took that to mean it should have been commented out and mine wasn't. Worked a treat. Forgive my ignorance, but where is the bt_theme.php? Thanks again. Christine
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
08/13/12 05:03 AM (11 years ago)
Hi Christine, The bt_theme.php is found on the self hosted buzztouch version. You asking this makes it clear to me (99% sure) that you don't use this version. If so then it's not possible to change this file. But for everyone else: www.yourdomain.com/your-bt-server-install-directory/bt_v15/bt_app/ Glad I solved a part of your question. Best Regards, Danny
 
OrchardApps
Code is Art
Profile
Posts: 115
Reg: Jan 11, 2012
Brisbane austra...
5,850
like
08/13/12 05:25 AM (11 years ago)
Oh my gosh. Thank you sooooo much. Talk about user error. I found a thread that said to uncomment that line of code. I took that to mean it should have been commented out and mine wasn't. Worked a treat. Forgive my ignorance, but where is the bt_theme.php? Thanks again. Christine
 
OrchardApps
Code is Art
Profile
Posts: 115
Reg: Jan 11, 2012
Brisbane austra...
5,850
like
08/13/12 05:27 AM (11 years ago)
Hi Danny. Thanks again. I plan on going to the hosted server version. I had it installed before the pricing plan. I just can't afford it at the moment, but hopefully in the near future. All the best. Christine
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.