Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 6    Views: 45

Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
07/01/14 02:10 AM (10 years ago)

Bind a buzztouch plugin wirh scringo menu

Hi, I success to integrate Scringo into my application but now I try to do an interaction between the Scringo menu and my various plugins. On the Scringo website, I found the following code : scringo.setEventHandler(new ScringoEventHandler() { @Override public void onPostItemClicked(String actionId) { } @Override public void onMenuItemClicked(String menuId) { if (menuId != null && menuId.equals("myMenuId")) { Toast.makeText(MainActivity.this, "The App Optional Custom button " + menuId + " Clicked", Toast.LENGTH_LONG).show(); // The rest of your code } } }); } http://www.scringo.com/docs/android-guides/popular/setup-scringos-menu/ But I can not find how launched a plugin from the menu. Thanks
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/01/14 08:44 AM (10 years ago)
I think you would use loadScreenObject method.look ay bt_fragment.java and one of the menu plugins
 
Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
like
07/02/14 08:59 AM (10 years ago)
it's good I can well go on another plugin from the menu Scringo thanks ;)
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/02/14 07:22 PM (10 years ago)
cool!congrats!
 
Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
like
07/07/14 02:45 AM (10 years ago)
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/31/14 11:23 AM (10 years ago)
just seen this.that trouble is with iOS right?
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/31/14 11:23 AM (10 years ago)
edit.duplicate post
 

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.