In a makefile, targets are associated with a series of commands to execute when an action is requested.
1
vote
1answer
145 views
Using iFrames, how to stop target=_blank
I'm using an iframe to a separate domain that I don't own, but I would like the links to stay inside my iframe but they use target=_blank
It doesn't appear to be possible from what I've searched but ...
0
votes
1answer
150 views
How to use MapRoute, using ActionLink()?
I have this route values inside Global.asax
routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with parameters
new ...
0
votes
0answers
125 views
zeroclipboard conflict with target blank
Using the zeroclipboard js to copy a a string of text to the users clipboard and it's working however it appears that their is conflict between the zeroclipboard code and the code I've added to ensure ...
1
vote
3answers
145 views
jQuery How can I target the target of 'this'?
Bear with me while I try my best to explain what I need :)
We have 3 links that are pointing to anchors further down the page, like this:
<a href="#step1">Step 1</a> which goes to ...
0
votes
2answers
181 views
SCons: Link a target to a SConscript
I am a bit confused with the functionnement of targets with SCons. I am currently trying to create a simple target check to launch the Boost.Test suite located in my tests folder. In order to launch ...
0
votes
0answers
353 views
Simulink external mode and Arduino Mega 2560
I'm stuck with Simulink Arduino Target in MATLAB 2012a. Simulink can compile my model and download it to the hardware. It seems to work, but when I do have a scope in my simulation, activating the ...
0
votes
0answers
122 views
manipulating link target in iframe
I have an Instagram-Widget iframe (from badgeplz) on my website; if someone clicks an image it'll open a preview link in a new window.
Question: is it possible to manipulate the link target within ...
2
votes
1answer
243 views
iframe target cannot be set to _self in Facebook registration plug-in
I'm trying to use the iframe version of the Facebook Registration plug-in on my website, but I'm having problems with the redirection target.
On my site, I have an iframe in the middle of the page; ...
1
vote
1answer
164 views
Eclipse gets NullPointerException when selecting an Android Build as a Build Target for Android Test Project
I'm trying to create a new Android Test Project, and when I get to the point where you select a Build Target, I pick Android 2.2 (but this goes for any Android version I pick). I get a NPE, and then ...
1
vote
1answer
84 views
How to change a target in Xcode?
I've downloaded a project from github and it contains 2 targets, one library and one test executable.
I suspect its current target is set to the library because Xcode's build&run is disabled.(I ...
1
vote
2answers
394 views
Subclass of NSButton: call of action method crashes
In my application there is a subclass of NSWindowController. In - (void)awakeFromNib I create an instance of a NSView subclass to create a bottom placed button bar:
self.buttonBar = [[CNButtonBar ...
0
votes
0answers
121 views
MSBuild: Choosing right Target-Inputs for resource-packaging
I have written a custom MSBuild-script that is capable of packing resources into zip-files based on the resources type. A resource is a Visual-Studio 2010 Item with a custom Item-name. The custom ...
0
votes
0answers
56 views
iOS - Help me understand multiple targets and in-app upgrades/purchases
Ok guys, go easy on me please. Ive been trolling this board for years and have gotten so much help I cant even begin to think where I would be without it. So thanks for the years of help!
I have ...
0
votes
2answers
303 views
Form targeting iframe
I have one index.html page with two iframe:
<html><head><title>DOM KPI</title></head>
<body bgcolor='oldlace'>
<iframe src="main.cgi" id=main width=40% ...
1
vote
1answer
223 views
How to resolve chrome frameset target attribute issue
I'm using html frameset in one of my page. where i've divided that frameset to 3 frames. Like..
TitleFrame
LeftColFrame
RightColFrame
In my 'LeftColFrame' frame i've couple of links which has ...
0
votes
1answer
241 views
Workspace with multiple projects or one project with multiple targets?
I have 4 iOS apps that are all similar. They're flash card apps, with each app having a different topic. They share a lot of classes and images. Right now I have all 4 of them as separate projects, ...
0
votes
1answer
50 views
grammar about Makefile
WINCONFS = WindowsDebugMinGW WindowsReleaseMinGW
$(WINCONFS) : WINTOOLS=CC=gcc.exe CCC=g++.exe CXX=g++.exe AS=as.exe CND_PLATFORM=Cygwin-Windows
WindowsDebugMinGW : BUILDCONF=WindowsDebugMinGW
...
1
vote
2answers
423 views
How to pass Google Analytics cookies from page contained in iframe, to page on different domain
Here is my problem:
We have page contained in iframe (url of iframe page - www.iframepage.com). That page has link UPGRADE on it. When user clicks on that link, he gets directed to billing page, ...
4
votes
1answer
132 views
Why .PHONY:target and not target:.PHONY?
I still don't understand why "phony" rules in Makefiles have ".PHONY" as their target. It would be much more logical as a prerequisite.
Do I have to elaborate on this? If A depends on B and B is ...
1
vote
2answers
157 views
Wicket - Progress/Multiple Label Updates
I'm not sure if this is even possible. It would seem like there would be a way to do this when you click a "submit" button.
private Button getButton(String id)
{
return new AjaxButton(id)
{
...
0
votes
2answers
95 views
ARC frees my view controller view is visible
I have a simple app with a single view, on it there's a button. When clicking the button, it adds a 2nd view. This 2nd view has a simple toolbar with a single UIBarButtonItem on it. It is registered ...
0
votes
0answers
46 views
Send response page out of fixed target or detect that page is inside other div
I'm fixing old aplication. There appears a bug after session timeout.
This aplication is consist of mainly from forms and sheets.
Some of page parts are updated or rendered after user click submit.
...
0
votes
0answers
77 views
How to .load() html files which contain ScrollTo jQuery scripts
I am using load() function to load an html file to my page.
This html is composed by an horizontal scrolling with buttons. using the jquery scrollTo script.
Separatly it works perfectly.
When its ...
1
vote
2answers
319 views
Autowired spring bean is not a proxy
I'm working on a very small application connecting to a MySQL database.
I'm trying to create table record but getting 'no transaction in progress'.
I have all the right stuff in place:
a service ...
0
votes
1answer
80 views
How to use Cocoa's Responder Chain when Application is Minimized
I'm using the responder chain (sendAction:to:from:) to communicate from sub-views up to the document. The problem is when the window is minimized, if there are any actions still occurring, they fail ...
0
votes
0answers
132 views
Google Maps .kml pin bubble link target
I've been creating a customised map for a client to showcase their photographic shoots around the world.
https://dl.dropbox.com/u/51315/NordicaMap/map.html
I have created a .kml file of select ...
3
votes
2answers
435 views
What's the difference between “Deployment target” and “iOS deployment target” in Xcode 4
I've been living in doubts since Xcode 4 release about deployment target option.
There are two options to set.
First is on "TARGETS" pane and is called Deployment Target. This one serves the purpose ...
0
votes
2answers
68 views
Targetting a class with jquery and changing css properties
the way I have my portfolio setup is so that if a potential employer wants to see certain programming language, let's say PHP only, they tick the PHP box, and all the samples with PHP involved will ...
0
votes
5answers
104 views
What the role of a target in a Makefile?
I was under an impression that the left hand side of the colon : represent target i.e. the executable file, and the right hand side represents 'dependencies', i.e. the files needed to produce the said ...
1
vote
3answers
55 views
Jquery targeting an element
Assume the following situation
<div>
<div1>
<divA>
</divA>
<divB>
</divB>
</div1>
<div2>
</div2>
</div>
I would like ...
0
votes
1answer
52 views
How to mimic selecting e.target when only a Jquery object is available?
Odd...
I'm listening for an event like so:
$(document).on('some_event', 'div:jqmData(role="page")', function(e){
console.log( e.target )
})
In my console, I'm getting "hardcoded" HTML, like ...
0
votes
2answers
697 views
XCode iOS Base SDK Missing
I have an old iOS app that I never distributed and am now trying to work on the project again. It worked fine with an earlier version of Xcode but I was not ready to deploy it at that time. Now I am ...
0
votes
2answers
973 views
Android app not compatible with 4.0.4
I have a Samsung Galaxy SII (Sprint version Epic 4G Touch) running Cyanogen 9 (4.0.4 ICS). Screen density is at default. On the market it says my app is compatible with API 8-16+ and supports screens ...
0
votes
2answers
548 views
Building for 2 different targets in an Xcode project has unexpected results
I'm using Xcode 4.3.3. My project has 2 targets and they are very similar (one was a duplicate of the other). The only thing is they have different names and there is a small amount of #ifdef going ...
0
votes
1answer
327 views
Opera target Attribute
so the compatibility difference between browsers is driving me nuts
more so the rendering of html & css
so in opera Version 11.64 <a href="/folder/" target="_blank">link</a>
works ...
0
votes
4answers
194 views
Why is :target pseudo class not working in IE?
I am making use of :target pseudo class but however it is not working in IE browser (7 and 8).
I used selectivizr javascript but its still not working.
So is there any other way to make it work?
Is ...
0
votes
0answers
381 views
Clicking Anchor Tag with Javascript changes target
I have a piece of code that receives the pdf from a Ajax request and displays it in a new tab. Because this needs to work on an iPad window.open will not work. instead I create a anchor tag where ...
0
votes
1answer
725 views
Why can't I change target framework in vs2010?
I'm trying to upgrade an old vs 2003 project and install it on a newer server, windows 2008 (maybe r2, don't know) which seems to have frameworks 2.0, 3 and 3.5. I did this upgrade by opening the ...
0
votes
1answer
139 views
Open <a> in a new window. But standard is _blank
I have a Drupal website. I have a RSS feed with . Ahref links with target blank. But there is a bug in Drupal CMS. When i clicking on the links. Than the link open in the same window and a new window. ...
2
votes
3answers
157 views
Actionscript 3.0: Having a weird issue with a click target
So I generated 65 movieclips inside a container movieclip. (It's in a container due to this being on a game and it's within a popup.) The MovieClips are created by accessing an AS3 linked MovieClip in ...
1
vote
2answers
430 views
Changed iPhone App Target Name, now app “Finished Running”
I made one very innocent change to my app: I changed the name of the target by clicking on the icon itself in the menu tray and changing its name there (I changed it to "Subject", on the odd chance ...
0
votes
1answer
51 views
How to Provision Bundle committed through HTTP API in Apache Ace
I am committing a bundle(say Test.jar) to the Apache Ace Repository using the HTTP API, http://<Ace Host>/repository/commit?customer=apache&name=shop&version=2. After this how can i ...
3
votes
2answers
299 views
How to configure Maven to build two versions of an artifact, each one for a different target JRE
I have a maven module that I need to use in the J2ME client and in the EJB server. In the client I need to compile it for target 1.1 and in the server for target 1.6 .
I also need to deploy the 1.6 ...
0
votes
1answer
49 views
Makefile target is never satisfied
I feel like this is a fairly common problem, but I cannot find the answer in my specific situation anywhere. I have a target like so:
initfs.tar: $(INITFS_FILES)
rm -f ./initfs.tar
cd ...
0
votes
3answers
237 views
Cursor doesn't target elements when scrolling with the mouse wheel / track pad in Safari
Examples:
Compare the feed of tweets on Twitter.com in Chrome and Safari. When the mouse is kept stationary and the feed is scrolled through using the track pad or mouse wheel, the hover states are ...
0
votes
2answers
78 views
where to specify iOS version supported by my app
I'm about to submit my app to appstore, and I wonder where I specify the minimum version the my app could in.
0
votes
2answers
75 views
How to differentiate between softwares/bundles provisioned for a target in ACE
I have 2 bundles A and B, using Apache ACE I have provisioned these bundle to a target in following steps.
Provisioned A (having version 1.0.0) to the target
Provisioned B (having version 1.0.0) to ...
-1
votes
1answer
108 views
Use radio buttons instead :target [closed]
I want to know how make this creation working only with radio buttons.
This is what i create
But with :target you can see some page jumps...
Thanks if someone can help me.
0
votes
4answers
92 views
Unable to target div with JS
I am trying to target a div nested within some php with js, but no matter what I do, I can't seem to target it. Here is the code for reference:
php:
echo "<li>"."<div ...
0
votes
0answers
110 views
Clip a UIImageiew to the outline of a CGPath
I would like to create a targetting system in my game, to do this I want to attach a UIImageView of a target to an invisible oval which is around my character. This UIImageview target will then be ...


