Posts by Michael Marcel • 85 points
3 posts
-
0
votes2
answers1204
viewsQ: Problem with installing libraries in Delphi XE8
I was trying to install the Id3v1 and Id3v2 libraries, but when I went to install there was an error because these libraries use Units like Tntclasses, Tntsysutils, etc. So I searched the internet…
-
4
votes3
answers7988
viewsQ: How to put an animated GIF in an APP on Android?
Well, I have been with this problem for some time, I tried to solve using answers from Stackoverflow gringo but I was not successful. I need to put an animated GIF image in my Activity but Imageview…
-
4
votes2
answers670
viewsQ: How can I make a variable wait for the user to press 1 of 4 buttons?
Well, I’ll try to be clearer. I have a variable called int tentativa and I want it to receive a specific value depending on the button the user presses. The buttons are btPedra[0], btPedra[1],…