Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 8    Views: 81

Jen
Lost but trying
Profile
Posts: 70
Reg: Mar 14, 2013
Melbourne
2,750
01/12/14 07:19 PM (11 years ago)

Menu with Image iOS not working

My Menu with Image plugin is not working properly. It loads the initial home screen but I cannot scroll (even though the 'allow scroll' is selected). I also cannot click on any of the menu items. It is as if the plugin freezes. I have been able to make other changes from my control panel. For example, the header image wasn't there with the updated version, but I was able to add it back in without a problem. Same with icons. I've tried re-adding the plugin under a different name and changing the home screen to it, but had the same result. BTW, this is my first go after updating my mac and xcode. Any suggestions?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/12/14 07:30 PM (11 years ago)
It's possible you may want to repackage/redownload your project, just to be on the safe side. Ensure you've chosen the new BTv3 edition… It's possible that you might be getting v2… also, if you refresh without leaving the screen you've posted on, you'll double post. Or, triple post ;) Cheers! -- Smug
 
Jen
Lost but trying
Profile
Posts: 70
Reg: Mar 14, 2013
Melbourne
2,750
like
01/12/14 07:50 PM (11 years ago)
sorry about the multiple entries...toddler's interfering hands! when i choose the BTv3, the xcode build fails. Errors from all folders dragged across. i'll try again and give specific details. thanks. jen
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/12/14 07:53 PM (11 years ago)
It'll work; we just need to fine tune a few details, probably. Let us know. Cheers! -- Smug
 
Jen
Lost but trying
Profile
Posts: 70
Reg: Mar 14, 2013
Melbourne
2,750
like
01/12/14 07:58 PM (11 years ago)
Thanks for your help. This is one of theerror messages i get when the build fails. fatal error: file '/Users/jeffreystanley/Downloads/getreviewed_iOS/BT_Layout/BT_viewUtilities.h' has been modified since the precompiled header '/Users/jeffreystanley/Library/Developer/Xcode/DerivedData/getreviewed-gwqttrewhgbqpoerlsbazmxkkmxo/Build/Intermediates/PrecompiledHeaders/BT_includeHeaders-agwilghgwvcbnmepohkpcwozvgta/BT_includeHeaders.pch.pch' was built note: after modifying system headers, please delete the module cache at '/Users/jeffreystanley/Library/Developer/Xcode/DerivedData/ModuleCache/XVHFGWYZYX7H' 1 error generated. can you translate? thanks again. jen
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/12/14 10:47 PM (11 years ago)
It means 'clean your project' ;) That sounds like some temporary files changed… it's not a big deal, but I can see it being confusing… When you make changes to your project and code and stuff, it's always good to clean out the cache of old files, just in case one of them contains a file that has been changed; we don't want to reuse old stuff… In Xcode, go up to your 'product' menu and choose 'clean'…it will delete all the old temp files it uses when it compiles your code for testing… In Eclipse, go up to your 'Project' menu and choose 'clean'. Same thing. Cheers! -- Smug Edit: I don't do this *every* time I change my project, but I do it a LOT… it just makes things easier. It's the first thing I do when I get any error or warning, just to make sure it's 'real'.
 
Jen
Lost but trying
Profile
Posts: 70
Reg: Mar 14, 2013
Melbourne
2,750
like
01/13/14 07:38 PM (11 years ago)
Hi Smug, Thanks. I will make sure I do it regularly. Sadly, the build failed again. Below was the error: self.mask = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; self.mask.autoresizingMask = (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight); [self.mask setBackgroundColor:[UIColor blackColor]]; [self.mask setAlpha:.25]; //add the mask as a subView... [self.view addSubview:self.mask]; With additional lines that won't copy and paste: "Property 'mask' not found on object type of BT_contextMenu*" I noticed the context menu option, but it said not yet available for iOS. Is this true? Or will sorting out a context menu solve this issue? Thanks again so much for the help. Jen
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/13/14 07:54 PM (11 years ago)
Well, the context menu is a different style of menu… it's sort of an 'option' menu that will be in your NavBar… sort of a 'drop down' menu… You create it as a unique menu, and 'assign' it to the plugin you want it visible in. I 'think' it's available now; it was not available before BT for iOS v3, but that's been released. I'm curious which 'menu with image' are you working with? I can't seem to find the code you reference in your post. Could you let me know which file and line you're getting that from? Cheers! -- Smug
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/14/14 06:42 AM (11 years ago)
 

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.