Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 46

NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
10/28/14 03:21 PM (9 years ago)

SlideViewMenu with ScratchFeature

Kittsy- Really like the SlideViewMenu, but having difficulties combining it with a key plugin (ScratchFeature) for current app. Have an App with the ScratchFeature that works fine with other menus like the Carousel (with attention to what screen transitions I use). However when I added the SlideViewMenu there a couple of areas where they are not compatible. 1) Background image does not appear- just black screen behind * 2) MotionShake code not running 3) Top image not being reset each time screen slides into view * 4) Erasing is slower sensing finger position so erasing not as smooth Kittsy - I can put together a small project with the SlideViewMenu and ScratchFeature (and details of three issues) and PM it to you. Was also thinking of trying a small video of working/not working based on tip that Nad posted today on screencasting. Can you take a look to see if SlideViewMenu could be adapted? I'm hooked- once having the ability to slide menu screens and replace the main content, it is hard to go back to older design. ============ BT Hosted Running on iPhone 5c
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
10/28/14 03:54 PM (9 years ago)
Send me a link to the project and I'll take a look tomorrow. I'm guessing the scratch speed it due to the view waiting for if to be swiped there is code to disable swipe to open, that will help.
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
10/28/14 05:10 PM (9 years ago)
Let me know if you need me at all to help Kittsy. 4) slow erasing could signify that it's having a hard time running while the other plugin is running, through, I don't see how it could be taking up that much resources. 3) the top image is set to reset when the plugin loads viewDidLoad (from memory), if the slide menu is in memory at all times, which I assume it would be, then my code has no idea when you're sliding it open or closed and is assuming it's *always* open. You could change this by placing that code into viewWillAppear which should re-load it no matter what, through... you could run into the same problem. Hope this makes sense. Instead, I bet you could make both plugins talk to each other and have the image reset whenever the slide is invoked (or better word, detected).. :-) Cheers, David Van Beveren http://btmods.com/chat ^ Chat with other BT members live! http://btmods.com/hire ^ Hire MrDavid for one of his services!
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
10/28/14 05:59 PM (9 years ago)
Kittsy- Awesome Thanks! I will shrink it down, document and send a PM tonight. David - Thanks for chiming in. That's what I figured on #3. Now if my Mac would just finish the upgrade that I started at a wrong time ;)
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
10/28/14 06:40 PM (9 years ago)
No problem. :-) Best of luck on your new project. Cheers, David Van Beveren http://btmods.com/chat ^ Chat with other BT members live! http://btmods.com/hire ^ Hire MrDavid for one of his services!
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
10/28/14 08:35 PM (9 years ago)
Kittsy - sent the PM with link. Thanks
 

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.