Posts by pedro • 46 points
7 posts
-
0
votes1
answer397
viewsQ: Convert java code to pascal
I need to convert to Pascal / Firemonkey the java code below: the main doubts are: how to extract each pixel in firemonkey? how this code operates: slice |= (byte) ((v ? 1 : 0) << (7 -b));…
-
1
votes0
answers260
viewsQ: INTENT call not found
The Delphi application calls a java application Activity and in the call displays the following error: android.content.Activitynotfoundexception: Unable to find explicity Activity class…
-
2
votes1
answer269
viewsA: Add specific inline text with repetition
The Tmemo owns the property LINES which can be accessed directly. Take for example: var i : integer; begin i := memo1.Lines.IndexOf('o texto antes escrito'); Memo1.Lines.Delete[i];…
-
0
votes3
answers273
viewsA: Delphi Xe5 + Android: error installing APP on Sony Xperia E1
The problem has been solved. Neither version failure nor compatibility issue, only some detail of how Xperia’s Android handles uppercase/lowercase file names. I recreated the database and changed…
-
0
votes3
answers273
viewsQ: Delphi Xe5 + Android: error installing APP on Sony Xperia E1
The application runs well on Samsung and LG, but the Xperia E1 does not show the icon or open the database (warns that the Interbase is not installed). What might be missing? What’s left to do?…
-
0
votes1
answer51
viewsA: Delphi xe5 + Android exception Rsconnectionclosedgracefully, for nothing
The problem has been solved. I thank the suggestions, and I will examine them because they can be useful in new situations. The solution: every time I send something to the server, I destroy Indy’s…
-
0
votes1
answer51
viewsQ: Delphi xe5 + Android exception Rsconnectionclosedgracefully, for nothing
I’ve already checked several bugs on XE5 + Android, but this one is taking me down. The system spontaneously generates the exception RSConnectionClosedGracefully, for nothing. The same code runs…