In my application, I get a memory warning of level 1 and then 2 after repeating some action (choosing a picture + processing) several times and then a crash.
I have this weird crash that only happens when running the app on the device (doesn\'t happen in the Simulator).
I\'m building an Flex 4 application using IntelliJ IDEA 9.0.2 generated sample Flex application. I replace the generated mxml with the following code from the book Hello Flex 4.
I\'m creating iphone app. In that, when the app starts, it connects to server and downloads few images and then proceeds with app. When app is downloading, it will show the initial splash screen. as l
I have a TreeViewwith check boxes, and when a user checks a child 开发者_如何学JAVAnode, I want to go up the tree and check each parent.However, for some reason my application blows up whenever I touc
Im using SCO OpenServer 5.0.7 operating system. My JVM is version 1.4 and also I have 1.5 When I\'m trying to input a character in range 0x80 - 0x9f in GUI Text field, my JVM loads the CPU up to 100%
This question already has answers here: Visual Studio 2008 hangs while opening aspx/ascx file (10 answers)
Here\'s a block of code I\'m having trouble with. string Game::tradeRandomPieces(Player & player) {
I use Windows 7 x64, Qt Add-in 1.1.4, Visual Studio 2008 Team Edition. Does not work on multiple computers ... reinstalling Windows, Qt Add开发者_如何学C-in or VS2008 does not help(
In a WPF application, the app simply crashes, without the above event being fired. (I\'m also registered to DispatcherUnhandeledException, which doesn\'t fire as well.)