Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
507 views

The missing MENU button in HoneyComb and Ice Cream Sandwich

I'm a fan of the menu button as used in Android <3.0, as it was very useful for my game apps - it allowed me to take important but gameplay irrelevant functionality (saving game, reference info ...
2
votes
2answers
134 views

Is it worth supporting an older iOS for a new iPhone game?

I just released our new iPhone game. This is my first app, and right now it's only supported for iOS 4.2, mostly since the device I tested on is upgraded. The game works well on it. My question ...
2
votes
2answers
675 views

How to get older SDK and do I need to?

I have OS 10.6 on my mac. I started with iphone SDK for snow lepard which builds for SDK 3.0 to 3.1.2. I'm ready to submit my app to the store. I'd like older iphones to use it as well. I can't ...
1
vote
1answer
139 views

Crypt in perl, decrypt in delphi7

I need not so strong crypt method in Perl, which will be compatible decryption in Delphi7. To crypt some string value in Perl which http get from Delphi7. I prefer simple solution based on ...
1
vote
5answers
195 views

Java and “frontwards” compatiblity question

I've compiled my source with java version 1.6 using the parameters -source 1.5 and -target 1.5, and the compiler doesnt complain at all. Still, the application won't run with java 1.5 due to missing ...
0
votes
2answers
73 views

Does Django1.3 supports python 2.7.2?

I have plans to upgrade my server.My major requirement is python django1.3 and postgres8.4 I am using Django 1.3 and python 2.6.5 currently.Since i want to upgrade the server I want to know whether ...
0
votes
2answers
97 views

Will an application compiled for iOS3 run on iOS4 ans ioS5?

Will an application compiled for iOS3 run on iOS4 ans ioS5? if not compatible, what are the changes I have to do in my code to support it?
0
votes
1answer
46 views

Dreamweaver spry widgets compatibility

Just wondering if Dreamweaver widgets (e.g. TabbedPanels, menu bars, etc.) are compatible with most browsers?
0
votes
1answer
233 views

Visual Basic Compatiblity DLL exception in DirListBox

We migrated from VB 6 to VB.NET 2008. Convertion went fairly well. There is one issue with exception. The following line in the InitializeComponent throws exceptions. Me.dirSelector = New ...
0
votes
2answers
525 views

Java 1.6 Applet and Mac OS X, is there an official issue here?

I'm developing an applet in Java 1.6 which is supposed (ofcourse) to run on Mac and PC. However people with Mac seems to all have Java 1.5 installed even due they keep thier software updated with ...