In a makefile, targets are associated with a series of commands to execute when an action is requested.
3
votes
0answers
152 views
ISCSI target mounted with different LUN number
On a centOS host, I am able to discover my ISCSI targets from my SAN with this command :
iscsiadm -m discovery -t sendtargets -p IPOfMySan
A login on a specified target from the result list of the ...
3
votes
0answers
367 views
Xcode 4 - selecting / deselecting multiple targets on file import
I have a project with over 30 targets (customized versions of a similar code base). In Xcode 3.x when adding a file to the project to support a specific target, the target selection list had 2 ...
2
votes
0answers
32 views
multiple targets with one and only one different localisation each
My project has 6 targets to one source code base. The 6 targets are different programs with different content thanks to different pre-processor statements.
I defined 2 localisations which are French ...
2
votes
0answers
62 views
iPad MP4 Embed - Possible 'Target' parameter values…?
I have a web page with a number of MP4 video files embeded at thumbnail size into it ready to play - The size is achieved (probably badly) by reducing the embed dimensions in the OBJECT / EMBED code.
...
2
votes
0answers
204 views
form target=“blank” takes forever to load the new page in Safari
In my code, I have this form tag:
<form target="_blank" method="POST">
Then afterwards I have my inputs then a submit button. When I press the submit button in Windows Safari, the computer ...
2
votes
0answers
392 views
VS2010: Create a custom build rule to run on all files of a given filetype in a given folder
So I have a VS2010 project which contains a folder called "Levels" with "Level1.xml", "Level2.xml", etc. I have a custom build tool I want to run on these XML files, and so far, I've been individually ...
2
votes
0answers
178 views
XCode: How to link app code to a test target
I'm a complete newbie to XCode(4.2). I'm trying to write a simple unit test for a simple class I've written.
I've created an empty application project, I've included unit tests. I have two targets:
...
2
votes
0answers
156 views
Submitting a form into an iframe in another page
I have a web page called index1.aspx that contains an iFrame called main_iframe.
In another page called index2.aspx I have an iFrame called iframe2
Now, my problem is that I'm trying to submit a form ...
1
vote
0answers
45 views
Preprocessor target checking
I wanna use preprocessor commands to test which target i'm compiling for.
Every egs i read told to do that :
-Add a preprocessor macro in my target.
-Do this :
#ifdef TARGET_NAME_MACRO
...
1
vote
0answers
40 views
Running an exe from an ant build script problems
I'm trying to run an executable from an ant build script and having no joy. The executable runs but hangs. Basically this program takes a file in and converts it to another format and splits it into ...
1
vote
0answers
49 views
CSS3 default :target
I have the following code:
<style>
.temp {
transition:all 1s ease;
opacity: 0;
/* Don't forget the vendor specific pre-fixes! */
}
/* .temp:first-child{opacity: 1;} */
...
1
vote
0answers
83 views
get selected dropdown option during document.elementFromPoint() or jQery trigger-event
Any ideas how to get the selected select-option via "virtual" click-events?
Have tried it yet with document.elementFromPoint() and even with jQuery's trigger-event (with coordinates), no success!
...
1
vote
0answers
151 views
how to set IOS deployment target version to a point IOS release
I want to set the IOS deployment target as 5.0.1 so that my app doesnt run on devices running 5.0 or lower. However in xcode I only see options to either chose 5.0 or 5.1. I dont see options to select ...
1
vote
0answers
146 views
How to edit a shortcut's target and launch it?
I looked through and couldn't find anything that addresses exactly that;
I'm using ForceBind to force a browser to use the wi-fi connection and not the Ethernet one.
In order to launch the browser ...
1
vote
0answers
550 views
Xcode Duplicate Target Won't Run
There are plenty similar questions around, but none of the answers work in my case, so here we go again...
My Workspace has one (1) project, that project has one (1) target.
I decided to duplicate ...
1
vote
0answers
296 views
issue opening thickbox from inside an existing iframe
So I seem to have found myself in a bit of pickle. In order to keep a header flash element from reloading every time someone goes to a different page, I encapsulated all my site's content in an ...
1
vote
0answers
120 views
NLog mySQL target configuration
I am trying out NLog to use mySQL table. I seem to have the configuration set correctly however I am getting the following error (capturing exceptions in NLog).
2012-10-10 17:09:20.0200 Error Error ...
1
vote
0answers
277 views
Content inside IFRAME not showing when targeted from html FORM (only in Internet Explorer)
THE PROBLEM
I am attempting to create an AJAX style photo upload by directing the action (a php page) of a html form to a target (an iframe).
The below example works flawlessly in Google Chrome & ...
1
vote
0answers
498 views
setting target sdk version does not work
I want to apply holographic theme when my app runs on 3.0 or higher and use default dialog theme when run on < 3.0.
For that I tried Change theme according to android version. I set the target sdk ...
1
vote
0answers
519 views
iOS pass selector and target for class methods
I am trying to use https://github.com/jdg/MBProgressHUD in my iOS project. This has a specific method that I am trying to use, below:
/**
* Shows the HUD while a background task is executing in a ...
1
vote
0answers
109 views
MJAndroid installation giving errors
I am a beginner with Eclipse. I downloaded the code from this link.
After importing the project I get this error-
Unable to get system library for the project.
I have searched around this ...
1
vote
0answers
346 views
VB.NET / C# code to access target path of link (lnk) files produces some wrong paths
I found this code:
Public Shared Function GetLnkTarget(ByVal lnkPath As String) As String
Dim shl = New Shell32.Shell()
' Move this to class scope
lnkPath = ...
1
vote
0answers
99 views
How use target for one Xcode project in other projects?
I have an example project that I made to test a target that allows me compile OpenGL and FreeGLUT code on my Mac. I followed the example here :
...
0
votes
0answers
21 views
MSBUILD target outputs element is applied strangly
Hi I have my C# project in Visual Studio 2012 where I want to copy some external dlls to my bin folder.
For a clean build it copies everything to bin folder without problems.
Then I delete some dll ...
0
votes
0answers
50 views
Anchor target not work
I have a problem with the target tag of anchors. The anchor specification is:
<?php echo anchor(site_url('areaResponsable/perfil'), "Aquí", array('target' => '_self')); ?>
But, when upload ...
0
votes
0answers
9 views
Firebug: Is there a way to monitor a DOM object for all jQuery events
Often I'll have a situation where a DOM object is being targeted by several jQuery scripts and it's tough to figure out which is doing what. IOW: I'll have a DIV where there are two animations going ...
0
votes
0answers
57 views
Eclipse ADB is rejecting shell commands, and cannot find target of device
This has been addressed a few times, but I need to re-open the issue, as none of the answers either work or explain what is wrong. My phone is a rooted LGl45c, API 10, android 2.3.4. Upon plug-in to ...
0
votes
0answers
15 views
Target ProximityReceiver and GeoPoint
I do not understand why if I use a Google target I can use GeoPoint and so on, but ProximityReceiver does not work. On the other hand, if I use a normal target, GeoPoint and Co. do not work, while ...
0
votes
0answers
14 views
FaceBook changing link targets
Anyone know how to stop FB from converting link targets?
I've got a simple page tab app, when I view the page from outside of FB links display target="_blank" (as expected) however when in a FB ...
0
votes
0answers
16 views
How to use youtube timestamp with iframe target
I need to make Youtube timestamp menu on my website like this http://jsfiddle.net/aLK4v/1/
I target any link to the iframe. But only first click on any link is triggered. What I do wrong?
<div ...
0
votes
0answers
18 views
Need help understanding target groups for clearmake, makefiles, and parallel builds
I am trying to use clearmake with a -J N flag, but when it gets to building, I get this warning:
Rules with multiple targets may not build correctly in parallel,
unless they are declared as a 'target ...
0
votes
0answers
26 views
jsf2 project isn't running after cleaning and removing target and test-output folder
I did some manipulations to clean the project : I removed the target and test-output folder and I cleaned the project with maven but when I tried to re run it with tomcat as always I obtain this page ...
0
votes
0answers
37 views
Preventing page jump - hashed anchor tag - default behavior
I made a type of menu box with css click events using targets and link them with hash anchor tags. The problem is, when I click one of the buttons (One, Twii, Thrii, etc.) the page jumps! I tried ...
0
votes
0answers
21 views
Application Language in iTunes website Language
I pointed out that my application to the Russian language:
Targets Localization native development region: ru
When I download an application to itunes connect all writes that Russian default
Why ...
0
votes
0answers
18 views
Make : no rule to make target with Coin-cbc for or-tools
I try to install or-tools. So I execute the following commands (I'm on Fedora) :
sudo yum install subversion bison flex python-setuptools python-dev autoconf libtool zlib-devel
It said that ...
0
votes
0answers
34 views
Adding target blank option to WordPress shortcode
I have a shortcode in a WordPress theme that adds a button link to a page and I am trying to add an option to add 'target blank' to this. The shortcode would add blank="true" to have this open.
This ...
0
votes
0answers
18 views
Set up users target on a facebook request
How can I set up user's target on a facebook request?
On documentation I only found it for a canvas app. "Accepting a request on Canvas will direct the user to the Canvas Page URL of the app that ...
0
votes
0answers
97 views
How to customize ant to compile Java classes with different target JDK versions?
I'm building a regular Java Application in Netbeans.
Suppose I want to compile the Main class like this "javac -target 1.1 Main.java" and other classes with the latest JDK version. How do I do this?
...
0
votes
0answers
18 views
Xcode run script refer to variable from different target
In Xcode, I have 2 targets A, B. I want to refer to target A's product name in target B's run script.
Can any one tell me how to do that? Thanks.
0
votes
0answers
11 views
link an entire iframe
So I am linking external content to my site, which is dynamic... It's a charity donation progress bar...
I need a way to link this entire iframe to a donation page (I know this isn't going to be ...
0
votes
0answers
39 views
Define two targets with command window
I'd like to open a command window and initialize two targets:
"C:\Program Files (x86)\Intel\Compiler\11.0\061\fortran\Bin\ifortvars.bat" ia32
"c:\Program Files (x86)\Microsoft Visual Studio ...
0
votes
0answers
9 views
How to target as link to act in a given Panel or Custom Control
I need to create a navigator similar to lotus discussion with a Navigator that opens a XPage in a specified Panel similar to this forum. Problem is that there are so many other things going on in this ...
0
votes
0answers
277 views
How to have Android webview open links that are target “_blank” within an iframe
I've tried to use the iframes are not hosted by me, and cannot be changed, so I need to
either have this open in the same webview or in the external browser, something about target "_blank" confuses ...
0
votes
0answers
32 views
Cocos2d deployment target causes weird layout
I started an iphone Cocos2d project using the Xcode 4.5.1 ,Base SDK 6.0 and iOS Deployment Target 6.0.I am creating tiles like the gems app,everything was fine,but when i changed the ios Deployment ...
0
votes
0answers
72 views
$(element).has(e.target).length returning 0, even though the element is actually the current target
This is my code
$(document).mouseup(function(e){
fc_menu = $("div.fc_menu"); fcBtn = $("img.fcBtn");
if(fc_menu.has(e.target).length === 0 && fc_menu.is(":visible") && ...
0
votes
0answers
84 views
Targeting and opening a link inside a Vimeo iframe
I have a video from Vimeo on my website (a Wordpress blog). The embed code is written into the index.php file, not a blog post — the embed code also uses an iframe.
I have a menu underneath this ...
0
votes
0answers
167 views
opencv find small 2 by 2 black and white chessboard pattern in an image of other black and white squares
being new to openCV and image processing I'm looking for some help and guidance. I have an image which will always contain a small, 2 by 2 black and white chess board pattern as my target. This black ...
0
votes
0answers
30 views
How do I target a link to open in specific a iframe on another page
I need to have this link
<a href=\"http://ww7.aitsafe.com/cf/review.cfm userid=43645236&return=www.domain.com/page.html\"_target_>Link Text</a>
open in a specific iframe which is on ...
0
votes
0answers
26 views
For statement?and how can I add MC on screen during time I want?
I have been doing a game scene where MC(target) will fall from the top to the bottom of the screen. I want to make these targets to be shot, each one will fall down as a loop until in a time I want ...
0
votes
0answers
56 views
MVC changed target framework from 4 to 4.5 but not seeing 4.5 namespace
I have an MVC project targetting the 4.0 framework but I would like to use the ZipArchive available in 4.5. When I changed the target from 4 to 4.5 on the specific project in question it "appeared to ...

