Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 15    Views: 90

bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
07/01/14 12:45 PM (10 years ago)

Image Doodle plugin

Has any one had any luck using this plugin in one of their apps. I followed the instructions but am still getting the oops page instead of the background I want. I defined the user background as shown in the explanation. Just wondering if I was missing something or if it the plugin is flawed. Thanks.
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
07/01/14 06:05 PM (10 years ago)
Hey bfoutty. I don't have MrDavids plugin, but if it is failing for others too I would be happy to add mine to the market. It is almost identical. MrDavid just beat me to the market with this one. :-)
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
07/01/14 06:12 PM (10 years ago)
Barry, I am not sure of others, but I would happily purchase it!! Brian
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/01/14 06:59 PM (10 years ago)
That would be cool.I dont see the problem in having two plugins that are almost the same.I understand it seems pointless but it wouldnt really do harm.I dont know. For me really I just like to learn from everyones code ha
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
07/01/14 10:14 PM (10 years ago)
It's ok to have duplicate plugins, although, of course, it is not ok to copy code.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/01/14 10:25 PM (10 years ago)
Cool yeah copying isnt cool. and I know you're not talking directly to me but for example in one of my plugins, I was converting my strings to integers like this. String nice = "cool"; Integer.parseInt(nice); It took alot of time because I had to convert.I learned after I finished it I could convert it by reading one of David Books main plugins.i think menu buttons plugin. I could do it all in one line by wrapping Integer parsing method around the string value like this String nice = Integer.parseInt("cool"); in android of course.cool little tricks like that
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
07/02/14 07:02 AM (10 years ago)
You can feel free to use code from the Buzztouch plugins. A lot of the menu plugins are built on the Simple Menu plugin. We can talk about this in the developer meeting today. My main point is that Barry shouldn't hesitate to add his plugin to the market.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/02/14 11:00 PM (10 years ago)
cool .sorry at the guidelines meeting, I was using the goToMeeting app on my phone and didnt know if yall got my messages on there because it didnt even show me the people that joined like it usually does. ----------------------------- Ok I see the problem with the Image Doodle plugin by Mr.David. He must've forgotten to change the code back because I remember it working before.Im also modding it so you change background image from control panel, so you can make a cool coloring book app with different pages. I'll send Mr.David my modded version so he can use it for an update maybe if he wants. 1) Anyway in BTM_imageDoodle.m it tries to load up a nib file that doesnt exist: initWithNibName:@"PIDrawerViewController" it should be this instead initWithNibName:@"BTM_DrawerViewController" 2)To add an image to the background: In BTM_DrawerViewController.m add this in your viewDidLoad method (anywhere under the [super viewDidLoad]; statement): self.backGroundImageView.image = [UIImage imageNamed:@"bt_audioOff.png"]; I think doing it this way programmatically is easier and faster to implement.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/02/14 11:26 PM (10 years ago)
Edit: will update later with self hosted,its late here. -----------------------------------
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
07/03/14 05:00 AM (10 years ago)
Chris, Thanks a bunch. I agree it is better to do it programmatically. Brian
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
07/03/14 07:44 AM (10 years ago)
Chris, I changed the initWithNibName as suggested above, but when I tap the ColorPickerButton the app freezes with a thread 1 breakpoint 1.1 message in the main.m. I really don't need all of that. Just need black to write with. Any ideas? Brian
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
07/03/14 07:49 AM (10 years ago)
Hi Brian. I sent you a PM last night.
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
07/03/14 07:51 AM (10 years ago)
Hi Barry, I got it. I will check code in a little bit. I would just use yours instead of this except that this is an older app that I am updating and is hosted at BT not on my self-hosted. If it were on my self-hosted this would not be an issue. I will check your plugin right now. Get back to you in a few minutes. Brian
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
07/03/14 08:02 AM (10 years ago)
Barry, Just sent you a PM. Brian
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
07/08/14 12:49 PM (10 years ago)
RD Simple Draw is now in the market Draw with multiple colors on images you include in your app or push one from a URL. Save your artwork to your camera roll and share it with others, or erase it completely. You can change the image from the control panel. * Cheesy demo here: https://www.youtube.com/watch?feature=player_embedded&v=iiqK5sYv6kk * Direct link: https://www.buzztouch.com/plugins/plugin.php?pid=D145DE688E602931F6CBA27 Thank you.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
07/08/14 02:25 PM (10 years ago)
cool sorry just seen this.Nice thanks Red Dog!
 

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.