The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
16 views

What is the reason why you can not install programs on the external memory in android? [closed]

google play only install programs on the 'phone memory' but this memory is very small and does not allow these to be installed on the SD card, anyone know what the reason can not be installed on the ...
0
votes
2answers
20 views

Visual studio error compiling Espeak

I'm a Pascal programmer but i need to compile a C library for Windows. That library is espeak (a voice synthesizer) which uses portaudio lib to access audio port. I have translated the C header into ...
0
votes
0answers
3 views

Translate pinch and zoom to external display on iPad

I am presenting fullscreen content on an external display in a uiscrollview. I want to allow pinching and zooming on the iPad which will pinch and zoom the uiscrollview on the external display. How to ...
1
vote
0answers
42 views

Is this possible to do in iOS?

I got the following situation: 1- At the begining, I download swf files remotely, some of them contain ABC code, some don't. The files are saved into the documents directory of the iOS device, in ...
0
votes
1answer
16 views

“Uncompiled actionscript” error

I'm having the tittle error when I try to load a local swf file in the documents directory of my iPad. Web it works ok. the swf files have ABC code. I'm using Air 3.7, which supposedly added a ...
0
votes
1answer
58 views

Any ideas why I'm getting these errors in xcode?

I have the following errors in xcode below, any ideas what's causing these? arm-apple-darwin10-llvm-g++-4.2: ...
0
votes
1answer
20 views

Transfer Files From Mac External Hard Drive To PC

Our wedding videographer gave us our wedding video (all 200GB of it) on an external hard drive formatted for Mac. My wife and I each have PCs and we have 2 external hard drives formatted for PCs. We ...
0
votes
0answers
13 views

load external html into div - jquery in external file not called in IE

I've been going round and round in circles with this...! I'm new to jQuery. I have an accordion (jquery.accordion.js) and I want the content that's revealed when you click one of the accordion bars to ...
0
votes
1answer
41 views

Android SQLITE database no internet

I am new to Android programming and looking for the best way of working with an sqlite database. I need to be able to load a database into the app and enter data then export. I will need to be able to ...
0
votes
2answers
41 views

Where are the binaries located?

I have an xcode project for livecode iOS external. When I build and run, it says successful but where I can locate the dylib and lcext files? I saw binaries folder but looks like it is not updated.
-2
votes
1answer
66 views

Must declare a body because it is not marked abstract, extern, or partial

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ...
1
vote
0answers
34 views

External GPS Module for Android App [closed]

Is it possible to buy an external GPS module and make it communicate with an android phone through an app? If yes, then what kind of module and what to start with? I just need some help to get me ...
0
votes
7answers
45 views

Specific Order for “for-Loop” Incrementation

by standard I use for(int i=0; i<10; i++) {...do something...} But I often iterate throu Strings in C (char[]), exspecially by creating shift-loops for lcd-displays i have to store the first ...
1
vote
1answer
65 views

Grabbing JSON from a PHP file within separate JavaScript file

Needing to create a JavaScript file that sets values to two variables in a PHP file. That PHP file then creates a JSON structure and echoes some data. I need a form in JavaScript where there is a ...
0
votes
1answer
22 views

Make XSL refer to external text file?

I'm trying to reuse a text file in multiple XSL files, but am unsure what tag to use to reference the file's contents. In other words, I want to copy the text out of a file, and dump it in a certain ...
-1
votes
2answers
22 views

Connecting Tape Drive to linux [closed]

I have a SUN Microsystems SCSI External 4/8GB 4mm DAT DDS2 Tape Drive and need to connect it to a RedHat linux box and have it recognize it. The problem is that I have no idea what I'm doing. Please ...
0
votes
2answers
34 views

Get Joomla3 user data in external html page

I have a joomla3 website,i built an external html page which is a client side app(jquery),visibile only to logged in users. The page is in a directory in the webserver's root. I would have on the top ...
0
votes
1answer
30 views

Copying external sheet to current workbook, Excel VBA

I'm working on small project in which I need to add sheets to the currently open workbook from any external database of worksheets in another workbook. I made a form to import any sheet that is ...
0
votes
1answer
37 views

git diff tmp file invalid on windows when using external program on Windows 7

I'm following the docs from the Git configuration page and trying to apply this to my Windows 7 environment. When I run say, "git diff file0" I get an error in P4Merge: Errors: '/tmp/cH9ccM_file0' is ...
0
votes
0answers
20 views

Triggering an android app using external wireless hardware

I am planning to make an android app which will perform certain task when it gets trigger from some external wireless hardware. First of all is this possible if yes then from where I should start? ...
0
votes
1answer
33 views

Loading an swf using the swfloader

I would like to load an swf from an external domain. Is there a way i can do this using an swf loader?Currently when loading a static local swf it works but not with the external one. Here is my ...
-1
votes
3answers
40 views

How To Tracking URL Link in other website

I want to know how to programming the script for tracking purpose. Such as I put the link on my blog, and I can know which IP or which website is using my URL Link on their website? I have a live ...
0
votes
1answer
62 views

testNG : find which test classes will run before any of them are

I am working with testNG where I run an external test framework, receive the result data and assert it. To run the external test framework I need to set up a specification for which tests that should ...
-3
votes
2answers
58 views

How to execute an external script that is in notepad from c# [closed]

I wrote a script in a notepad and saved it in a folder. Now I want to execute that script from c# button click. Can you please help me how to do it?
1
vote
1answer
32 views

Json data parsing error for flot graph

datapie = [ {"label": "Running", "data": [19.5], "color":"#e1ab0b"}, {"label": "Stopped", "data": [4.5], "color":"#fe0000"}, {"label": "Terminated", "data": [36.6], "color":'#93b40f"} ]; Getting ...
0
votes
0answers
30 views

android externalising a method containing an intent

I have a method that is duplicated in more then one of the main activities in an application, and I would like to externalize it by run it form another utility activity, so I don't have the mess of ...
1
vote
0answers
45 views

C# SendMessage Without knowing TextBox ID

I'm trying to send a string to an external program, but I only have a sample program of what I will be working with, so I do not know what the actual textBox IDs will end up being. Obviously this is ...
0
votes
1answer
58 views

'Sequence contains more than one element' (InvalidOperationException) thrown by external System.Core call when using Linq2Sql

firstly let me explain that I fully understand why this InvalidOperationException has been thrown and that I am simply looking for a way to avoid it from being thrown. There is a call to ...
1
vote
1answer
44 views

What does “extern” mean in JavaScript?

I just started to use js2-mode in Emacs, and I found some variables like js2-global-externs and js2-additional-externs. The doc string says it is "A list of any extern names you'd like to consider ...
1
vote
3answers
55 views

Why does declaring an extern variable inside main() works,but not defining it inside main() as well?

This seems very trivial but a somewhat rigorous explanation for the following behavior will help my understanding of extern a lot.So I'll appreciate your answers. In the following sample program,I've ...
0
votes
1answer
56 views

using jQuery to dynamicly reload or switch external js file

I have a webpage where I have an external js file that animates some divs. I want to place a button on the page that reloads the js file from the start so it stops the function and starts from the ...
0
votes
1answer
60 views

External link in WinJS, iframe or not, doesnt matter

I work on a Windows 8 app, and from a page that I use link hystory for running back and forward through the app, I also have 3 or 4 links to external websites(eg: facebook or my site). I tried to run ...
1
vote
3answers
40 views

Java reading files from dynamic external jar

What i am trying to do and have been researching on how to do for many days is to have a mother jar that looks through a folder and loads all the jars in there dynamically ( Not really needing to know ...
1
vote
2answers
23 views

Cordova 2.3 Opening external Links

Im searching the web for hours now, tried probably all of the million answers out there regarding this topic... but unfortunately there wasnt a solution among them. So... Update: Is there a proper ...
0
votes
1answer
35 views

Get element from external XML page using javascript?

So I'm not that great with javascript, but I'm trying to make a mail notification or this sort of things. So far I'm using gmails xml file that will display the number of unread emails under a ...
0
votes
1answer
34 views

How to acces asp label controls from external stylesheets

i was trying to style asp Label controls from external StyleSheet. To my surprise, unlike img, input[type=text], input[type=button] etc that works on asp image, textbox, button controls ...
0
votes
1answer
57 views

Connect MySQL db to QR codes

I am trying to set up a library for books in my work place. I have the MySQL database set up, with the data and everything. Now what i am trying to do is have the ability for someone to take their ...
1
vote
1answer
158 views

How do i do external merge sort on binary file

This short program makes a binary file called data.bin with a bunch of randomly generated items that are 1024 bytes each. where the first 24 bytes of each item is the key. so how do i read each item ...
0
votes
3answers
37 views

How to get external style sheet data for element that has been changed?

I've got an element whose position has been changed via javascript on my page and I need to retrieve the original (external) style for it. What's the best way to accomplish this? I'm assuming there ...
0
votes
0answers
16 views

Can I store Highstocks script in a single function customChart()

I am quite new to jscript and was looking into creating custom functions that you can call within your code with customFunction() and was hoping to be able to do this with the Highstocks code as well ...
-1
votes
1answer
99 views

What this Code Is Doing? eval(gzinflate(base64_decode Hack [closed]

Can anyone explain what this code is exactly doing? Seems like a hacker has added this to each of my php files over wordpress installation. I understand that it is opening a connection and downloading ...
0
votes
0answers
15 views

Including an external website (using sessions) into a iframe

I want to use a subdomain on my own website to show a external website. No problem so far. Thing is the external website (which i do not own) is using sessions. As long as visitors are using Chrome or ...
0
votes
0answers
36 views

MAC OS X - Mountain Lion - After power saving resolution not maintained [closed]

I have this really crazy problem with Mac OS X 10.8.x, It seems when the notebook goes into display sleep mode (IE monitors switch off) and I return to use it 7 of of 10 times the resolution on my ...
-3
votes
0answers
58 views

Java external merge sort on .bin file

The code below creates a file called data.bin with a bunch of randomly generated objects. Each object is represented by 1024 bytes. the first 24 bytes will be the key and the remaining 1000 bytes ...
0
votes
2answers
156 views

How to get actual size of mounted SD card in Android?

I'm trying to find a way to find the total size and free space of a mounted SD card on a phone, from my research on SOF and on the Android devs site I was able to find the method ...
0
votes
0answers
42 views

Linking error while trying to include an external library to a CMAKE project

I currently try to add an external dynamiced linked library (dll) to my cmake project. I have got the .dll and the .lib file. I spent a lot of time to find an answer by myself but I didn't manage to ...
0
votes
0answers
37 views

Problems trying to write data to a file. error LNK2019: unresolved external symbol

I'm getting an error: 1> Source.cpp 1>Source.obj : error LNK2019: unresolved external symbol "void __cdecl saveToFile(char const * const,struct Task * const,int)" ...
0
votes
0answers
9 views

Problems with Fancybox in combination with an other JS

This is the site where it is about: http://sakul.cwsurf.de/index.html I want to load an external url via colorbox. On the Website you have to open Arbeiten -> First Image then click on 3D. It ...
0
votes
1answer
121 views

Running a Windows executable file from within R with command line options

I am trying to call a Windows program called AMDIS (http://chemdata.nist.gov/mass-spc/amdis/downloads/) from within R using the call system("C:/NIST08/AMDIS32/AMDIS_32.exe /S ...
1
vote
2answers
54 views

Execute an External JAR

I wrote a launcher for my game that, when given a valid username and password, will download a JAR file from a website if the file does not already exist or an update is available. The login system ...

1 2 3 4 5 28