Tagged Questions

0
votes
1answer
16 views

target conditional library search paths xcode

I'm trying to condtionally link in. .a static libraries by defines. Is this possible in xcode? Basically trying to wrap library specific code in ifdefs so it can be excluded at co …
0
votes
1answer
12 views

How to prevent a iframed page from opening in a new window

Hi, I have a site iframed in and it has a bunch of links in the menu. The way their site is built they have all the links in the menu set to open the pages in a new window. Is the …
6
votes
4answers
260 views

iPhone: one nib, different assets. Bundles?

I have an iPhone application that comes in differently skinned flavors, with different art assets and sounds, but all the same code. I've got things set up with multiple targets, …
0
votes
2answers
31 views

jQuery break out of bottom IFrame

So I've found some stuff online but none of it uses jQuery and most of it is old and not suited for what I'm doing. I have a main page and then a div overlay. Something like www.b …
0
votes
1answer
33 views

Why doesn’t the target attribute work in my frames?

I'm building a FRAME solution for my CMS. But, before you all start showing me disrespect about the entire frame thing keep in mind that this is a solution that would be visible on …
0
votes
1answer
54 views

iPhone plist file versions… Adding keys sometimes does not work.

I created an iPhone project using the Core Data template. Now when I try to change my plist file to "Status bar is initially hidden = YES" I can't find that key in my options. Inst …
0
votes
1answer
34 views

Setting href link target without reloading page

I have a href tag <a href="#somepage" target="sometarget"> or more accurately loading a URL from Flash loadURL('#somepage', 'sometarget'). I have no option to remove the targ …
0
votes
1answer
39 views

Possible to open iPhone Safari and target a specific window?

I have an app that uses OAuth to authenticate, which means the user must be directed to the website to authorize the application. I prefer to make it obvious to the user that they …
0
votes
2answers
31 views

Xcode: project settings vs. target settings

Hi all, I'm creating a static lib on Mac OS X for one of our customers, as well as a small cmd line app to test the static lib. The cmd line project has 2 extra library search pat …
0
votes
2answers
100 views

Using <OBJECT> instead of <IFRAME> and Internet Explorer

So my problem is NOT with getting the objects to work with IE. I have a way to get rid of the borders and scrollbars (I think). The real problem is having links inside an object wh …
0
votes
1answer
194 views

Building for 10.5 in Xcode 3.2 (on Snow Leopard) error

I just created a new Cocoa project on XCode 3.2. I'm running it in Snow Leopard. When I build it for 10.6 it works fine but if I change the active SDK to 10.5 I get this error: c …
0
votes
1answer
364 views

[Javascript + HTML] Dropdown selector, change to target=”_blank”

I have a dropdown selector in place and I need to change it so that the target="_blank" so it opens up a new tab. Here is the current code: <SCRIPT TYPE="text/javascript"> …
0
votes
4answers
68 views

How can I get the value of the current target ant?

How can I get the value of the current target ant? Does it exist a spacial variable something called TARGET?
0
votes
2answers
41 views

How to check the version of the SDK I am using?

I dont know for which iPhone OS I am compiling my code, 3.0 or 2.2...
0
votes
1answer
95 views

how do wild character % work in makefile rules

I have a makefile. I need to build a set of targets under C:/bin/ from the source files under src1 and src2. let them be required in the order say ${DEST_DIR}/a.o ${DEST_DIR}/b …

1 2 3 next
15 30 50 per page