Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 40

satit
I hate code!
Profile
Posts: 89
Reg: Feb 16, 2012
bangkok
6,640
09/05/14 04:01 AM (9 years ago)

Home Screen Button Missing plugins....

I'd tried many pages about "Home Screen Button Missing plugins...." Bad luck i can not find a useful link to solve the problem. Anybody, Who know how to solved the problem "Home Screen Button Missing plugins." on BT3.0 Thank you in advance. Satit P.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
09/05/14 07:58 AM (9 years ago)
Tell us more or show a screenshot on http://PostImg.org -- Niraj
 
Nicks App
Code is Art
Profile
Posts: 426
Reg: May 21, 2014
Las Vegas
6,010
like
09/05/14 12:10 PM (9 years ago)
The first step is to go back to Control Panel > Prepare Project Download, and make sure you have all of the Plugins that you call for in your config.txt. The second step is that you have config.txt correctly built, with all of the screens properly referencing (spelling etc) the Plugins. The "itemId":"**", "itemType":"BT_menu", "itemNickname":"location map" ", and the "load screen with". It is a dance between the Project and the config.txt file. You also need to make sure in Eclipse or Xcode to "clean" (compile).
 
satit
I hate code!
Profile
Posts: 89
Reg: Feb 16, 2012
bangkok
6,640
like
09/05/14 08:36 PM (9 years ago)
hi, Although ,I'd included all plugins before prepare code for project download. But still does not work. I notice that in the same code on iphone emulator work fine but android simulator are not. You can see my Missing Plugins screen at link below: http://postimg.org/image/pedbctmv9/ http://postimg.org/image/asio6nuon/ Here my config.txt -------------------------------------------------- {"BT_appConfig": { "BT_items":[ {"itemId":"JA42E6E20BA1A30B0686058E3", "itemType":"BT_app", "buzztouchAppId":"JA42E6E20BA1A30B0686058E3", "buzztouchAPIKey":"23C96734387171254389E59", "dataURL":"https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96", "reportToCloudURL":"https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "registerForPushURL":"https://www.buzztouch.com/api/app/?command=registerForPush&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "lastModified":"Sat, 06 Sep 2014 03:04:59 -0700", "lastPublished":"Sat, 06 Sep 2014 03:02:43 -0700", "name":"HtmlApp", "version":"1.0", "currentMode":"Design", "startLocationUpdates":"0", "promptForPushNotifications":"0", "allowRotation":"largeDevicesOnly", "BT_themes":[{"itemId":"12E5BD467C86BE3837C989C", "itemType":"BT_theme", "backgroundColor":"#FFFFFF"} ], "BT_tabs":[ ], "BT_menus":[ {"itemId":"86D45A8FA254E0050B77D0B", "itemType":"BT_menu", "itemNickname":"Smenu" , "childItems":[ {"itemType":"BT_menuItem", "titleText":"home", "loadScreenWithItemId":"1EE688CE921B4B678F4DC0B"}, {"itemType":"BT_menuItem", "titleText":"info", "loadScreenWithItemId":"FFDE2CC6F38E3B919D43718"} ]} ], "BT_screens":[{"itemId":"1EE688CE921B4B678F4DC0B", "itemType":"BT_screen_menuListSimple", "itemNickname":"Home Screen Menu", "navBarTitleText":"Home", "childItems":[{"itemId":"9611D80608E5B068D3542AA", "itemType":"BT_menuItem", "loadScreenWithItemId":"91A1CC6FC4EFA78DC62185F", "titleText":"News"}, {"itemId":"A06114E1EA98094323CB63B", "itemType":"BT_menuItem", "loadScreenWithItemId":"BBA0C96D8C23289924A39B2", "titleText":"หน่วยงาน"}, {"itemId":"2D02D23A96744819753E38C", "itemType":"BT_menuItem", "loadScreenWithItemId":"FFDE2CC6F38E3B919D43718", "titleText":"Info"}]}, {"itemId":"91A1CC6FC4EFA78DC62185F", "itemType":"BT_screen_customHTML", "itemNickname":"News", "navBarTitleText":"News", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome", "dataURL":"https://www.buzztouch.com/applications063014/JA42E6E20BA1A30B0686058E3/documents/customHTML_91A1CC6FC4EFA78DC62185F.html"}, {"itemId":"BBA0C96D8C23289924A39B2", "itemType":"BT_screen_customHTML", "itemNickname":"หน่วยงาน", "navBarTitleText":"หน่วยงาน", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome", "dataURL":"https://www.buzztouch.com/applications063014/JA42E6E20BA1A30B0686058E3/documents/customHTML_BBA0C96D8C23289924A39B2.html"}, {"itemId":"FFDE2CC6F38E3B919D43718", "itemType":"BT_screen_settingsDevice", "itemNickname":"Info", "navBarTitleText":"Info", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome"} ] } ] }} ------------------------------------------------------------- Please Advise . Thank you in advance. Satit P.
 
Nicks App
Code is Art
Profile
Posts: 426
Reg: May 21, 2014
Las Vegas
6,010
like
09/05/14 09:20 PM (9 years ago)
I ran it thru a JSON Validator so it is more readable: { "BT_appConfig":{ "BT_items":[ { "itemId":"JA42E6E20BA1A30B0686058E3", "itemType":"BT_app", "buzztouchAppId":"JA42E6E20BA1A30B0686058E3", "buzztouchAPIKey":"23C96734387171254389E59", "dataURL":"https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96", "reportToCloudURL":"https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "registerForPushURL":"https://www.buzztouch.com/api/app/?command=registerForPush&appGuid=JA42E6E20BA1A30B0686058E3&apiKey=23C96734387171254389E59&apiSecret=C5DC74FBF54CAB2B6381D96&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "lastModified":"Sat, 06 Sep 2014 03:04:59 -0700", "lastPublished":"Sat, 06 Sep 2014 03:02:43 -0700", "name":"HtmlApp", "version":"1.0", "currentMode":"Design", "startLocationUpdates":"0", "promptForPushNotifications":"0", "allowRotation":"largeDevicesOnly", "BT_themes":[ { "itemId":"12E5BD467C86BE3837C989C", "itemType":"BT_theme", "backgroundColor":"#FFFFFF" } ], "BT_tabs":[ ], "BT_menus":[ { "itemId":"86D45A8FA254E0050B77D0B", "itemType":"BT_menu", "itemNickname":"Smenu", "childItems":[ { "itemType":"BT_menuItem", "titleText":"home", "loadScreenWithItemId":"1EE688CE921B4B678F4DC0B" }, { "itemType":"BT_menuItem", "titleText":"info", "loadScreenWithItemId":"FFDE2CC6F38E3B919D43718" } ] } ], "BT_screens":[ { "itemId":"1EE688CE921B4B678F4DC0B", "itemType":"BT_screen_menuListSimple", "itemNickname":"Home Screen Menu", "navBarTitleText":"Home", "childItems":[ { "itemId":"9611D80608E5B068D3542AA", "itemType":"BT_menuItem", "loadScreenWithItemId":"91A1CC6FC4EFA78DC62185F", "titleText":"News" }, { "itemId":"A06114E1EA98094323CB63B", "itemType":"BT_menuItem", "loadScreenWithItemId":"BBA0C96D8C23289924A39B2", "titleText":"หน่วยงาน" }, { "itemId":"2D02D23A96744819753E38C", "itemType":"BT_menuItem", "loadScreenWithItemId":"FFDE2CC6F38E3B919D43718", "titleText":"Info" } ] }, { "itemId":"91A1CC6FC4EFA78DC62185F", "itemType":"BT_screen_customHTML", "itemNickname":"News", "navBarTitleText":"News", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome", "dataURL":"https://www.buzztouch.com/applications063014/JA42E6E20BA1A30B0686058E3/documents/customHTML_91A1CC6FC4EFA78DC62185F.html" }, { "itemId":"BBA0C96D8C23289924A39B2", "itemType":"BT_screen_customHTML", "itemNickname":"หน่วยงาน", "navBarTitleText":"หน่วยงาน", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome", "dataURL":"https://www.buzztouch.com/applications063014/JA42E6E20BA1A30B0686058E3/documents/customHTML_BBA0C96D8C23289924A39B2.html" }, { "itemId":"FFDE2CC6F38E3B919D43718", "itemType":"BT_screen_settingsDevice", "itemNickname":"Info", "navBarTitleText":"Info", "navBarRightButtonType":"home", "navBarRightButtonTapLoadScreenItemId":"goHome" } ] } ] } }
 
Nicks App
Code is Art
Profile
Posts: 426
Reg: May 21, 2014
Las Vegas
6,010
like
09/05/14 09:34 PM (9 years ago)
I used a couple of different Plugins than you are. One required 'listBackgroundColor' instead of 'listRowBackgroundColor'... That happened with iOS7 and BT 2 vs 3, That has been documented here, and some members are hoping BT 3 can be updated. There might be a similar situation with one of the Plugins you are using. I also had my App fail on me because of character set of the text. I see you have some native Asian language characters. Have you tried substituting lower-end plain ASCII A-Z a-z? Just to see if it would work. BT makes some long "itemId"s. I made my own, shorter and more meaningful to my App - so I could debug them better.
 

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.