Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
09/21/13 12:58 PM (12 years ago)

send email plugin error

Hi everyone, I used send email plugin as an activity to context menu. It gives an error when it is tabbed. Please the following picture: https://dl.dropboxusercontent.com/u/78147416/screen%20shot%20of%20errors/send%20email%20error.png same error is given on devices. Do anyone have faced this, if yes how you solved, please share with me the solution. It looks that plugin class have not been compiled (in deed not downloaded), how I can manually download or create such class, thank you in advance for your assistance Nsaya
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
09/21/13 05:30 PM (12 years ago)
Not sure how to address this... The 'plugin' code isn't there because it's not 'really' a plugin and you won't have a 'BT_screen_email' class. The code is in your BT_fragment.java class, as it should be. What does it look like in the BT_menus part of your config file? Should be after tabs, before screens. Cheers! -- Smug
 
Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
like
09/21/13 09:18 PM (12 years ago)
Thank you so much Smug, Yes it is right after BT_tabs which were not selected to be as active layout. Please see the code, I have given one comment. I am not coder, however, by comparing codes I guessed that problem might be there. Cheers NSaya ...... ...... ...... "BT_themes": [ { "itemId": "9F0BC7F460185648D102AB0", "itemType": "BT_theme", "itemNickname": "Default Theme", "navBarBackgroundColor": "#006666", "navBarStyle": "transparent", "statusBarStyle": "hidden", "backgroundColor": "#FFFFFF" } ], "BT_tabs": [], "BT_menus": [ { "itemId": "34D2502DA9010565BF2F225", "itemType": "BT_menu", "itemNickname": "Home", "childItems": [ { "itemType": "BT_menuItem", "titleText": " first page", "loadScreenWithItemId": "316700DF0ACF9EFF749AEF2" }, { "itemId": "C9554DCDB66EEE8B13BA67A", "itemType": "BT_menuItem", "titleText": "send errors", "loadScreenWithItemId": "9ED9374BF493E1B015F659F" } ] }, { "itemId": "D73B72407B7D66478B6813E", "itemType": "BT_menu", "itemNickname": "basics", "childItems": [ { "itemId": "28D2A41B589FA368E381692", "itemType": "BT_menuItem", "titleText": "about", "loadScreenWithItemId": "A3C98825AB782B8F783B14C" }, { "itemId": "4A63D80154FA6EBB7EBFBFB", "itemType": "BT_menuItem", "titleText": "compatibility", "loadScreenWithItemId": "1BE617C296A67E6822DB94C" } ] } ], "BT_screens": [ { "itemId": "316700DF0ACF9EFF749AEF2", "itemType": "BT_screen_menuListSimple", "itemNickname": "Home Screen Menu", "navBarTitleText": "my apps title", "navBarBackgroundColor": "#009933", "navBarStyle": "solid", "contextMenuNickname": " Basics", "contextMenuItemId": "D73B72407B7D66478B6813E", I think one menu is missing here: like("itemNickname": "Home", "itemId": "34D2502DA9010565BF2F225)I created two context menu "listBackgroundColor": "#FFFFFF", "listRowBackgroundColor": "#FFFFFF", "listTitleFontColor": "#000000", "listRowSeparatorColor": "#000033", "listRowHeightSmallDevice": "55", "listTitleFontSizeSmallDevice": "24", "listRowHeightLargeDevice": "70", "listTitleFontSizeLargeDevice": "26", "includeAds": "1", "childItems": [ { "itemId": "DF6524555DC92C368D8D37E", "itemType": "BT_menuItem", ......., ......., ......., { "itemId": "9ED9374BF493E1B015F659F", "itemType": "BT_sendEmail", "itemNickname": "email", "emailToAddress": "[email protected]", "emailSubject": "errors to the content" }, { "itemId": "A3C98825AB782B8F783B14C", "itemType": "BT_screen_htmlDoc", "itemNickname": "about", "navBarTitleText": "about app", "navBarStyle": "transparent", "localFileName": "about.html", "showBrowserBarBack": "1" } ] } ] } }
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
09/22/13 03:23 AM (12 years ago)
I'm curious, could the leading space in 'first page' could be some how 'blocking' others...? { "itemType": "BT_menuItem", "titleText": " first page", "loadScreenWithItemId": "316700DF0ACF9EFF749AEF2" } Cheers! -- Smug
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
09/22/13 11:13 AM (12 years ago)
I got the same thing until I used it "Actions Screens" within a menu screen and now works great! LA
 
Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
like
09/22/13 11:21 AM (12 years ago)
Thank you Smug, I checked that one, it is not that one cause this trouble. I checked validity of my BT_config file with JSONlint. No error were found. Here is the link of Bt_fragment. java class.(I don't know if you could make time to see it) https://dl.dropboxusercontent.com/u/78147416/js%20files/BT_fragment.txt It was reported by some others as well. It is not only this plugin which is not responding, but send SMS plugin is also not working. anyway thank you for your assistance best regards NSaya
 
Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
like
09/22/13 08:59 PM (12 years ago)
Hello LA, Could you please elaborate a bit more? I need it a lot. NSaya
 

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.