incompatibility

How can I get a working Data::Alias in Perl 5.12?

I like Data::Alias. It seems to be broken in 5.12. Can it be fixed? Will it be fixed soon? Is there any nice alternative? ...

django-multilingual-ng / Django 1.1.1 incompatibility?

I am getting "cannot import name connections" exception while trying to use django-multilingual-ng 0.1.20 with Django 1.1.1. The exception comes from the line 15 of query.py where it tries to: from django.db import connections, DEFAULT_DB_ALIAS Is it not compatible with Django 1.1.1? Does anybody tried this combination and have any s...

Does your Visual Studio2008 hang after installing Office 2010?

Wierd.... Late nite I installed Office 2010 Professional Plus. Here I am, the next morning, and Visual Studio 2008 is freezing, like there "was some invisible dialog window", because it doesn't allow me to click on any IDE element. In brief, after I open a ASP.MVC form, suddenly I'm not allowed to click on anything, icon, dock panel,...

Ladder-like word game in Java

I've found this question http://stackoverflow.com/questions/2844190/choosing-design-method-for-ladder-like-word-game and I would also like to do this kind of program. I've written some code but already have two issues. Here's what I already have : GRID : public class Grid { public Grid(){} public Grid( Element e ){} } ELE...

Obj-C enum "Incompatible Types in initialization"

Hi folks, I'm having a problem with enum type initialization that appears to be simple to solve but I haven't figured out how to do it. Suppose I declare the following enum type: typedef enum NXSoundType { NXSoundTypeNone, NXSoundTypeEffect, NXSoundTypeBackgroundMusic } NXSoundType; I declare a convenience method for retu...

Incompatible Plugin with Gallery2

Using Gallery2 a standard gallery system I use I just installed on one of my websites. I then used a pretty simple Clean theme for including a header.php and footer.php files to match the same layout as the main website. However, when I installed the theme/plugin I was prompted with this: Clean theme based on Siriux.net Gallery...

Expression blend 4 Silverlight version Incompatibility

I am getting the below error when I try create new sketch flow application "Blend cannot continue because of compatible silverlight version could not be found" I have the following installed Microsoft Silverlight version 4.0.50524.0 Microsoft Silverlight 4 SDK Microsoft Silverlight 4 Toolkit April 2010 Microsoft Silverlight 4 Tools ...

jquery dialog not working in firefox

Why is that jquery dialog does not work in firefox? this is working in IE very well.I used jqueryblockui.js pug-in. function showConfirmation(progTit, msgText, msgIcon, msgHideIcon) { var tblMsg; tblMsg = '<table width="310" cellpadding="0" cellspacing="0" border="0" height=113px >' + '<tr style="background-color:#3a3a3a;">' + ...

how to make compatibility between two parties working on different jdk versions

My project is build in 1.4.2 JDK. Now it is going to interact with a third party jar, build in JDK 1.6 I am getting compatibility problem while using client classes. Is it possible to resolve it without upgrading my JDK to 1.6 or rebuilding third party jar in 1.4.2 ...

JQuery incompatibility problem (probably) in Firefox. Working in Chrome

<tr onmouseover="$('#actions').show();" onmouseout="$('#actions').hide();" > <td> <a onclick="showContacts();">Group Name</a> </td> <td> <span id="actions" style="display:none;"> <img src="../images/Delete-icon.png" onclick="del();"/> <img src="../images/add-16.png" onclick="loadpage('c...

Problems migrating from XCode 3.2.2 to 3.2.3

After upgrading my copy of xcode from 3.2.2 to 3.2.3, I am getting over 10000 compilation errors. I have switched all frameworks to the iOS 4.0.x versions, and have set the new sdk to 4.0, with iOS 3.1 as compilation target. What could be causing 10000 errors, and how do I resolve them? (These errors appear everywhere, and even in sdk fi...

Using MYSQL DB, unit testing with HSQLDB = Problems

I recently modified a MYSQL query using the keyword RLIKE however when I ran the unit test which uses HSQLDB in order to mock a database it throws an unknown SQL token exception. In order to resolve this currently I have commented out these tests, but would like to find a work around so I can actually test my code. My google-fu faile...

16-bit Assembly on 64-bit Windows?

Hi, I decided to start learning assembly a while ago, and so I started with 16-bit assembly, using FASMW. HOwever, I recently got a really new computer running Windows 7 64-bit, and now none of the compiled .COM files that the program assembles work anymore. they give an error message saying that the .COM is not compatible with 64-bit wi...

C# Sendkeys in Vista

Hi again, I was working on a macro program in C#, which used SendKeys.Send(Wait) and worked fine in Windows XP. Most people know that using sendkeys in Vista (32-bit) or above causes problems, but mine seems a little strange: When using: SendKeys.Send("B"); - It doesn't do anything. When using SendKeys.SendWait("B"); - It sends about...

a CSS file with all the browser incompatibilities sorted out

Hello, Has anyone developed a CSS File which has all the major browser quirks sorted out? Thanks ...