Questions tagged [incompatibility]
302 questions
0
votes
2 answers
Returning multiple values in Ruby, to be used to call a function
Is it possible to return multiple values from a function?
I want to pass the return values into another function, and I wonder if I can avoid having to explode the array into multiple values
My problem?
I am upgrading Capybara for my project, and I…

Karthik T
- 31,456
- 5
- 68
- 87
0
votes
1 answer
HTML canvas compatibility issue
I'm building a game in Html and Javascript using the

dieortin
- 514
- 5
- 16
0
votes
1 answer
FTPS client can't talk to FTPS server since switching to java 7
The configuration
I'm using the FtpsClient from apache commons net 3.0.1 to talk to the FtpServer from apache ftpserver 1.0.6.
Client and server use FTPS with installed certificates on both sides. The failing code is a junit test running client and…

tangens
- 39,095
- 19
- 120
- 139
0
votes
0 answers
Visual Studio 2013 Ultimate incompatibility
I have downloaded some sample projects of windows phone 8 and trying to open the project (.sln file) but it is showing me .
so i Upgraded project but after this it is not supporting in VS 2013 Ultimate. Solution explorer is getting crashed and…

user3101553
- 1
- 1
0
votes
3 answers
strlen function incompatible w/loop, loop variable incompatible
Ok I've been looking everywhere and I can't find the proper way to do this. I simply want to take in a string, put that string in the array and output the contents. However, I want to do it dependent on the size of the string which the user enters…

Shinji-san
- 971
- 4
- 14
- 31
0
votes
2 answers
how to run an executable file in cmd which is incompatible with windows 7?
I'm coding a program which is supposed to make an index of text files. I want to get a file from cmd and shows the output (index) in it. when I compile with turbo C, it creates an executable file that I can use it in cmd. but the problem is that…

Melika Barzegaran
- 429
- 2
- 9
- 25
0
votes
5 answers
incompatibility issue: use which web browser for developement?
i have a mac. i wonder which browser (safari or firefox) i should use to develop my prototype, firefox or safari?
because i have noticed they will give different effects. some things working in safari dont work in firefox and vice versa.
could…

never_had_a_name
- 90,630
- 105
- 267
- 383
0
votes
1 answer
div doesn't act on firefox/ie like on chrome
Could anybody tell me please why does this loading image displays fine in Chrome but not in Internet Explorer or Firefox?
It should just float normally over the page but Firefox and IE seems to put it at the start of the page.
Website:…

Skan So
- 153
- 1
- 3
- 15
0
votes
2 answers
“your device isn't compatible with this version”
I have an app on the google play app store for more than two years with more than 8000 download and its a paid app. recently i received a mail from one of the customers saying that he had been using the app over two years and recently he updated his…

cavallo
- 4,414
- 9
- 39
- 61
0
votes
1 answer
How to avoid commenting out ruby version in Gemfile while working locally?
It looks like heroku is now defaulting to using ruby 2.0.0 out of the box when you upload a rails app.
One of my gems breaks due to some incompatibility issue that I don't really want to look into. The solution is of course to write ruby '1.9.2' or…

dsp_099
- 5,801
- 17
- 72
- 128
0
votes
1 answer
Javascript and CSS incompatibility issues in different browsers
What are the main reasons why javascript and css have so many incompatibility issues in different browsers?
Example:
The Javascript and CSS is working perfectly in Web Browser A but have different result in Web Browser B.
Why the W3C allowed…

ociugi
- 101
- 1
- 6
0
votes
1 answer
Is System.out.println() completely compatible with Android?
I have this code:
for (int i = 0; i < 9; i++) {
if (i <= 3 || i% 3 == 0) {
System.out.println(i);
}
}
The output in LogCat is correct:
0
1
2
3
6
But when I change System.out.println(i); for System.out.println("hi"); or any other…

Ricardo
- 1,018
- 2
- 9
- 13
0
votes
1 answer
JTabbed Pane is reading keystrokes and switching tabs
I'm using a key listener and a jtabbed pane, and whenever I try to use the left and right keys on the keyboard it just switches between the tabs. This is really annoying since I am actually using the arrow keys in one of the tabs. Is there any way…

user2535456
- 3
- 2
0
votes
1 answer
Transparent overlay div trigger on a button doesn't work in IE 10
I was trying to clean up my css and javascript and i went too far. while this code works on chrome safari and firefox it went nuts in IE10.
http://jsfiddle.net/alexnode/y4y4A/1/
0
votes
1 answer
jQuery Skills Diagram with Raphaël not working if two other custom jscripts are also running
I have the following scripts called on a site: