Discussion Forums  >  Buzztouch News and Announcements

Replies: 29    Views: 787

David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
02/01/17 06:36 AM (7 years ago)

Buzztouch 4.0.2 - Plugin Issues

Use this thread to report plugin issues for 4.0.2 projects. All control panels have been updated and new app downloads will use 4.0.2
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
02/01/17 07:41 AM (7 years ago)
Got the new download...Same 2 errors that I reported before (sibling/relative layout) and check release builds false....
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/01/17 07:46 AM (7 years ago)
What is link to previous post?
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
02/01/17 07:56 AM (7 years ago)
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
02/01/17 07:13 PM (7 years ago)
I just compiled a small app that uses at53 video player and I'm getting error JSON .h file not found, AT53_video_player.m Any way out of this problem yet?
 
Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
like
02/01/17 08:34 PM (7 years ago)
That plugin was removed form the market by the developer and has since not been updated to work with 4.x.x by that developer.
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
02/01/17 08:41 PM (7 years ago)
Could you point me to a way to play video mp4 files please? They reside on a web site I have for my business. Thanks.
 
Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
like
02/01/17 08:50 PM (7 years ago)
Not right now.
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
02/01/17 09:18 PM (7 years ago)
That's disappointing. This is a medical app and I've included videos to teach docs how to do certain examinations. It still seems to work on my current iPhone7 with iOS 10 but I wanted to update the code since Apple has already taken down two of my apps for not updating and I worry out this one being next on their hit list. If this situation changes please let me know.
 
Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
like
02/01/17 09:36 PM (7 years ago)
Sure thing, possibly reach out to the original plugin developer and ask him/her to update the plugin.
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
02/01/17 09:53 PM (7 years ago)
On iOS, you can play a video in the Custom URL plugin. It doesn't work for Android, though.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
02/01/17 10:37 PM (7 years ago)
@stevek I haven't seen that plugin in literally years but can tell you that ANY plugin that references the JSON.h file won't work. The third party JSON package that was originally included in all BT projects is no longer included. Think "legal reasons." All the JSON parsing is now done with native Objective C (no need for a third party library). Not sure if that's helpful or not but for sure you'll want to remove those JSON.h references.
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/02/17 02:08 PM (7 years ago)
@stevek i got AT53_video_player to work. i had the json error, then went to AT53_video_player.m commented 3 lines of code: //#import "JSON.h" //if([[BT_strings getJsonPropertyValue:self.screenData.jsonVars nameOfProperty:@"videoImageFileName" defaultValue:@""] length] > 3){ //plugintester_appDelegate *appDelegate = (plugintester_appDelegate *) [[UIApplication sharedApplication] delegate]; not sure what im doing but it worked and still plays the video i link in the control panel..... Steve
 
Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
like
02/02/17 04:23 PM (7 years ago)
Thank you @bonzo !! That should help you @stevek
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
02/02/17 06:56 PM (7 years ago)
I'll try to use this for Android since Susan's recommendation about Custom URLs worked like a charm.
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
02/02/17 07:00 PM (7 years ago)
Glad to hear that, @stevek! Too bad it doesn't work in Android.
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/03/17 01:27 AM (7 years ago)
im not sure what damage it will do. lines of code are usually there for a reason ;) especially one of them because its an IF statement. so it will just execute anyway now rather than on a certain criteria.... good luck
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
02/03/17 05:17 AM (7 years ago)
That if statement doesn't look like it should be commented out. The appdelegate, yes. The json.h, yes.
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
02/03/17 05:50 AM (7 years ago)
anything on the 2 errors I mentioned?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/03/17 10:58 PM (7 years ago)
USofWine - please provide more details. I'm not sure which screen you're seeing the error on.
 
aussiedra
Code is Art
Profile
Posts: 431
Reg: Dec 25, 2010
Brisbane, Austr...
8,260
like
02/07/17 07:40 PM (7 years ago)
anyone else seeing BT_screen_menuListSimple missing when set for the home screen ?
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/07/17 11:55 PM (7 years ago)
Have you got any items set up on the simple menu screen. I've seen it say that when I haven't added any children to the screen
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
02/08/17 09:32 AM (7 years ago)
@chris1 just replied to the other post...i'm only getting errors when I try to build a signed apk with my release key
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/09/17 02:01 PM (7 years ago)
App using Buzztouch Map Screen. Added 1 pin. works fine in iOS simulator. Android simulator shows white screen? Anyone else have an interactive map working with 4.0.2?
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/10/17 10:10 AM (7 years ago)
iOS is OK Android, i cannot open/view an Excel or Word Doc from a URL using the BT Word Doc/Excel Doc Standard screens/plugin files are on my web hosting and display ok on iOS simulator and device on android device (nexus 6) i get open or download document (open greyed out). choose to download, then can select the open option > "Unable to open the document - the file isn't available offline. Make the file 'available offline' in the files options menu" my phone is online as im receiving all of my app updates via refreshes and google is working.
 
Bonzo
Apple Fan
Profile
Posts: 780
Reg: Jan 30, 2012
Basingstoke
13,500
like
02/10/17 01:02 PM (7 years ago)
thought id use customURL...... linked the custom URL to same document on my hosting. AGAIN......works fine in iOS and displays the document. Android gives a blank white screen frustration starting to set in!
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
02/24/17 12:46 PM (7 years ago)
Just downloaded another package and tried to generate a release key...i'm still getting the exact same 2 errors...any update on what these are and when they will be fixed?
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
04/19/17 11:55 AM (6 years ago)
Just can't get YouTube Streamer plug-in to work with BT4 On the screen page it says : "This plugin requires you to add the MediaPlayer framework to your project, which is included by default in BT 3.0 Core Projects" Is the MediaPlayer framework included in BT 4 Projects? Or is it just that the plugin won't work with BT4 - this is the log: 2017-04-19 19:51:47.606754+0100 izaakwalton[5947:1601826] WB_screen_menuImage: didSelectRowAtIndexPath: Selected Row: 6 2017-04-19 19:51:47.608097+0100 izaakwalton[5947:1601826] BT_application: getScreenDataByItemId: DEPRECATED 87EA322CC69E5DA80F322F0 2017-04-19 19:51:47.608347+0100 izaakwalton[5947:1601826] BT_application: getItemDataByItemId: "87EA322CC69E5DA80F322F0" 2017-04-19 19:51:47.608609+0100 izaakwalton[5947:1601826] BT_database: getBtItemWithId: "87EA322CC69E5DA80F322F0" 2017-04-19 19:51:47.608854+0100 izaakwalton[5947:1601826] BT_database: getItemsWithQuery: "SELECT * FROM tbl_btItems WHERE guid = '87EA322CC69E5DA80F322F0'" 2017-04-19 19:51:47.615346+0100 izaakwalton[5947:1601826] BT_application: itemType is AT_youtube for item with nickname: "Freemasonry Video" and itemId: 87EA322CC69E5DA80F322F0 2017-04-19 19:51:47.615790+0100 izaakwalton[5947:1601826] WB_screen_menuImage: handleTapToLoadScreen (BT_viewController) loading nickname: "Freemasonry Video" itemId: 87EA322CC69E5DA80F322F0 itemType: AT_youtube 2017-04-19 19:51:47.616147+0100 izaakwalton[5947:1601826] BT_application: getViewControllerForScreen nickname: "Freemasonry Video" itemId: 87EA322CC69E5DA80F322F0 type: AT_youtube 2017-04-19 19:51:47.617729+0100 izaakwalton[5947:1601826] BT_application: getViewControllerForScreen: NO STORYBOARD for "AT_youtube", looking for .XIB instead 2017-04-19 19:51:47.618390+0100 izaakwalton[5947:1601826] AT_youtube: INIT 2017-04-19 19:51:47.618705+0100 izaakwalton[5947:1601826] BT_navController: pushViewController 2017-04-19 19:51:47.620072+0100 izaakwalton[5947:1601826] AT_youtube: prefersStatusBarHidden 2017-04-19 19:51:47.629877+0100 izaakwalton[5947:1601826] WB_screen_menuImage: viewWillDisappear (BT_viewController) 2017-04-19 19:51:47.630096+0100 izaakwalton[5947:1601826] WB_screen_menuImage: fadeOutOnExit (BT_viewController): 2017-04-19 19:51:47.631299+0100 izaakwalton[5947:1601826] AT_youtube: viewDidLoad 2017-04-19 19:51:47.631434+0100 izaakwalton[5947:1601826] AT_youtube: viewDidLoad (BT_viewController) 2017-04-19 19:51:49.008489+0100 izaakwalton[5947:1601826] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: iurl)' *** First throw call stack: (0x18201afd8 0x180a7c538 0x181efe518 0x10016f9d8 0x10016fe70 0x10013520c 0x100135090 0x188149f9c 0x188161a28 0x1882e62a0 0x188200c4c 0x1882008b4 0x188200818 0x188147158 0x185337274 0x18532bde8 0x18532bca8 0x1852a7360 0x1852ce3c0 0x18813c7a0 0x181fc89a0 0x181fc6628 0x181fc6a74 0x181ef6d94 0x183960074 0x1881af130 0x10013d504 0x180f0559c) libc++abi.dylib: terminating with uncaught exception of type NSException
 
Doug E
Aspiring developer
Profile
Posts: 18
Reg: Nov 20, 2010
Memphis
980
like
04/28/17 04:16 PM (6 years ago)
I'm having the error Folder/BT_Plugins/bt_screen_pdfDoc/BT_screen_pdfDoc.m:44:9: 'BT_viewControllerManager.h' file not found I did not see the pdf plugin I used listed anymore. I've been a paying member since 2013. I missed my renewal by 2 days in February, and it wiped out how many years I've actually supported this site. It shows 2017 but it should be 2013. Are other people having issues with the PDF plug-in?
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
05/29/17 05:55 PM (6 years ago)
Any plans to update the Advanced Search plugin by chris1? I use it in all of my apps. One app has ~300 screens... search screen used to load in about one second, now takes > 10 seconds after most recent BT update. Josh
 

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.