Questions tagged [incompatibility]
302 questions
0
votes
2 answers
Internet explorer compatibility with versions on my site
I recently found out about a program, IETester, to test my website http://www.gfcf14greendream.com/ on the different versions of internet explorer. While on chrome and firefox, my site looks like this:
But when I open my web site on IE8, I get this…

gfcf14
- 316
- 4
- 30
0
votes
1 answer
Word 2007 to Word 2003 VBA method not found
This code was written in Word 2007.
With Selection.Tables(1)
If .Style <> "Table Grid" Then
.Style = "Table Grid"
End If
.ApplyStyleHeadingRows = True
.ApplyStyleLastRow = False
.ApplyStyleFirstColumn = True
…

Jeffrey Chan
- 93
- 1
- 5
- 11
0
votes
1 answer
Code compiles in Eclipse but same code doesn't compile in new Android Studio
Code works flawlessly in Eclipse. Decided today I would give Android Studio a shot today. Did all the necessary prerequisites and imported my code according to the Android guide. Now my same code that was working in Eclipse is not compiling in…

Matt
- 3,882
- 14
- 46
- 89
0
votes
0 answers
IPad (Safari) Web App incompatibilities: How to normalize behaviour of the Ipad with jQuery, CSS, ...?
I have created completly HTML 5/CSS/jQuery-based fullscreen Web Application, with trying to make it compatible for all mobile devices (Contents are scaled depending on users Window-height/width of the browser).
So I did the following:
Used only…

Blackbam
- 17,496
- 26
- 97
- 150
0
votes
3 answers
String Switch Statement
I am developing a Java Class. Can I please have some help in using a Switch statement with a String data type.
Here is my code:
String testString = "Nut";
switch (testString)
{
case "Nut":
if(NutCount < NutMaxCount)
…

user2230606
- 89
- 3
- 9
0
votes
1 answer
Jersey Multipart 1.13 and Glassfish 2.1.1 looks to be incompatible
When deploying a war using Jersey Multipart 1.13 on a Glassfish 2.1.1 server, the following error message appear afterwards.:
Method, public javax.ws.rs.core.Response…

kareblak
- 412
- 1
- 3
- 12
0
votes
2 answers
Jquery append don't function in Firefox
Please, why this code dont function in Firefox?
var path = 'http://www.facedabeauty.com.br/teste/0/display/'
var i = 2;
$('.gallery a').click(function(){
event.preventDefault();
$('.lightbox').removeClass('preloader').fadeIn();
…

Marcos Paulo
- 19
- 4
0
votes
1 answer
Dom4j: Node implementation incompatibility
Dom4j is obviously an awesome project, it hasn't been touched since 2005, yet it's still widely used.
However, the incompatibility of the Node implementations causes me some issues. There are name clashes between org.dom4j, org.w3c.dom, and other,…

Ondra Žižka
- 43,948
- 41
- 217
- 277
0
votes
1 answer
android publish apk incompatiblility
I have a problem, I published my apk but people can not download it just says that it is not compatible with the devices tested my friends:
My friends have a "normal HDPI" screen.
This is my manifest :

user1048194
- 31
- 1
- 3
0
votes
1 answer
Rails 3.2.6 and dbi
I have a small rails app, which was running fine with Ruby 1.8x and Rails
2.x. In a regrettable decision, I decided to move to Ruby 1.9.x and Rails 3,
and it's a glorious pain.
My Ruby app uses MySQL, and I use Active Record for that.
However…

sms
- 65
- 7
0
votes
5 answers
IE7 and fixed divs problem
Background
I need to do a rather complex layout for a client, using fixed DIV. Everything is fine in IE8, FF3 and Chrome, but IE7 mangles all the thing
Edit: The fixed DIVs are a must, only the content DIV must scroll (That is the spec,…

Eduardo Molteni
- 38,786
- 23
- 141
- 206
0
votes
3 answers
How do I get around these incompatible types?
I am working on a project that creates a simple text-based adventure game. It's a little complicated, but basically there are about eight rooms in the game, each with a certain item. You can only move in certain directions depending on the room, and…

Michael Moore
- 29
- 3
- 6
-1
votes
2 answers
jquery working in FF, chrome, and safari but not IE
Hi I am having trouble making the below jquery script work in Internet explorer. The more button doesnt respond. I can't find any small syntax errors, etc. Would someone be able to help me change the script so it does work on IE. If I run IE in…

Anonymous
- 179
- 2
- 3
- 10
-1
votes
0 answers
operators for BF16 floating-point values & who defines __CUDA_NO_BFLOAT16_OPERATORS__?
I'm experiencing inconsistent behavior w.r.t the availability of bfloat16 operators when compiling kernel code with NVRTC, on different machines - but with the same CUDA version, 11.2 (when including cuda_bf16.h)
On one machine, this operator from…

einpoklum
- 118,144
- 57
- 340
- 684
-1
votes
1 answer
Scrivener stopped working after Windows 10 or 11 update
I've used Scrivener as a writing tool for upwards of 8 years. I had hung on to Windows 7 because as a systems developer and Internet grandfather[1] with 50+ years experience I wished to avoid Windows 10 intrusive practices.[2] I updated from…

Mike A
- 39
- 7