DO NOT USE! This tag is being burninated: https://meta.stackoverflow.com/q/418968/6296561
Questions tagged [connect]
800 questions
-1
votes
1 answer
Button slot getting called multiple times with multiple inheritance in QT
I'm using QT creator for creating the Ui form. I've a base form which contains 5 buttons (testListForm). I'm inheriting this base class in my derived class (DisplayTestResultsForm) via TestStatusForm. when i click on the button in the derived…

user3744269
- 1
- 3
-1
votes
2 answers
Making custom tableViewCell, can't connect object with IBOutlet
I'm trying to make a custom tableViewCell
This is how it looks like
I've created new file type "Cocoa Touch Class" as UITableViewCell
Now I'm making variables for label and image like this:
@IBOutlet weak var goodImage: UIImageView!
@IBOutlet…

SwiftStudier
- 2,272
- 5
- 21
- 43
-1
votes
1 answer
Connect html with USB Device
Is it possible to connect USB device in the HTML page? If yes then How I can? I want to integrate Boogie Board into a dynamic page with a question.

Abhi Kumar
- 27
- 8
-1
votes
2 answers
Avoid app crash with IOException or internet is missing
in my app I have to "download" a string from a file and when user disables internet and the app is open with AsyncTask operation it crashes because the internet operation doesn't work and the error flows in IOException catch. I tried to do an…

ClearCode
- 47
- 4
- 11
-1
votes
1 answer
How connect C# to Postgresql in host j.layershift.co.uk
I have installed postgresql database in http://postgres-project-1241043.j.layershift.co.uk/ host.
I want to connect to the database using C#. I use Npgsql with following connection string.
connectionString = @ "Server =…

Phu Sang
- 21
- 1
- 1
- 3
-1
votes
1 answer
Points reconstruction
I would like to ask about one idea that I had and I haven't figured out the solution, my idea is about:
Having a set of GPS coordinates point, which are covered by a rectangle, how to connect those points according to its shape, as I tried Quick…

bluewonder
- 41
- 2
- 7
-1
votes
1 answer
want to connect my android via WLAN to a RS 232 serial adaptor
first of all thanks alot for the big help you have been in my past. I looked for alot of problems since i began android programming, but now I have a problem, i cannot find an answer.
I wrote a little program where are a number of CountDownTimers,…

Minako Aino
- 60
- 2
- 7
-1
votes
1 answer
Connect to a linux server via SSH/Telnet on a windows machine using Java (or some other language)?
My main goal: Collect specific information through the linux server on a windows machine. I want this program to ask the user for information needed and the program will log into the linux server with credentials "hard-coded" in the software and…

Rob Avery IV
- 3,562
- 10
- 48
- 72
-1
votes
2 answers
grails renderpdf plugin, how does it work?
i´m trying to render PDF with renderpdf grails plugin,
but their documentation is very short.
i made a button in my gsp view/file
and
ByteArrayOutputStream bytes = pdfRenderingService.render(template:…

user1451077
- 27
- 1
- 9
-2
votes
1 answer
Unable to install the printer driver . Operation could not be completed (error 0x0000007e)
When I try to install printer driver on Win7 (x86,x64),2008R2 ,Windows 8.1 and 2012R2 I get error "Unable to install the printer driver. Operation could not be completed (error 0x0000007e) . And when I try installing PNP driver , It says "cannot…

Vijay
- 3
- 1
-2
votes
2 answers
Connecting to a part of a website depending on input. Python
Im new to python and wondering if there is a way for it to open a webpage depending on whats been inputted. EG
Market=input("market")
ticker=input("Ticket")
would take you to this part of the…

Alex Dalton
- 55
- 3
-2
votes
1 answer
Copy files from SFTP with CMD
We have a customer with their SFTP site, and I would like to copy files from specific folder, by using any automated process.
One of the example which I found, is winscp.net, but I have not managed how to use it, for my…

Denis
- 79
- 2
- 13
-2
votes
1 answer
brew install mongodb => result => curl: (7) Couldn't connect to server
I've an issue for installing mongodb with brew install mongodb. The error in terminal say that:
curl: (7) Couldn't connect to server
Error: Failed to download resource "mongodb"
Warning: Bottle installation failed: building from source.
==>…

clemence
- 9
-2
votes
1 answer
Connecting your application to a database in another PC through the internet
I am new to the idea of connecting my application to an online database and by online, I mean a database from another PC that I need to access by using the internet.
I am not new to accessing a local database, in fact, I made a class that stores all…
-2
votes
1 answer
Cordova/Phonegap iOS: no access rights for Facebook Connect plugin
I'm trying to set up Facebook login for my app using this plugin:
https://github.com/Wizcorp/phonegap-facebook-plugin/tree/master/platforms/ios
I follow the steps and get error messages every time.
Here's a ss of the whole…

jondamato
- 81
- 7