Tag: issue
-
Android Eclipse Issue: Unparsed aapt error Unknown Android Packaging Problem
I added my first menu to an Android application through Right-click on the project in New >> Other… >> (Android) >> XML file. After editing the file I tried running it and received this error: Unparsed aapt error(s)! Check the console for output. PROJECT_NAME Unknown Android Packaging Problem A google search brought up a few […]
-
C# .NET Programming Tip: FlowLayoutPanel Mouse Scroll Wheel Not Working
Ahh, some if you may notice that the mouse scroll wheel doesn’t work by default with FlowLayoutPanels. Yeah, this little thing has frustrated me for a while. I usually check the Internet for solutions to problems I have been having. Most likely someone has posted on a message board about the same problem and the […]