Posts by João Paulo Muller • 147 points
8 posts
-
1
votes1
answer915
viewsA: Google Maps Location button (Android Studio) not displayed
Fortunately I found the problem, it is ridiculous of so simple. The detail is that the navbar was covering the button, I put a vertical Linearlayout and solved the problem.
-
1
votes1
answer915
viewsQ: Google Maps Location button (Android Studio) not displayed
I’m developing a native Android app, with the Android Studio IDE, which integrates with the Google Maps API. I noticed in several videos that when activating the setMyLocation(True) property you…
-
-2
votes2
answers1858
viewsA: Firedac multithread (Simultaneous connections - REST server) DELPHI
Good morning to all, Just to inform you, I solved the problem using Pool Connection. It worked perfectly. In case something needs a help just give a tap.
-
4
votes2
answers1858
viewsQ: Firedac multithread (Simultaneous connections - REST server) DELPHI
Good morning Personal, I’d like to request some help from you, in case anyone can help I’m super grateful. Doubt would be reasonably simple, how to work with Multi Thread in Firedac? In other…
-
4
votes3
answers6801
viewsA: Firedac Connection with Postgresql DLL Error
To everyone’s knowledge, the problem has been solved. For Postgresql to work properly it is necessary to copy the following Dlls to the application folder: Libeay32.dll Ssleay32.dll Intl.dll…
-
3
votes3
answers6801
viewsQ: Firedac Connection with Postgresql DLL Error
I’m with DLL error not found when making a connection to Postgresql using the Firedac component. Error: [Firedac][Phys][PG]-314. Cannot load vendor library [C: EXE libpq.dll]. Hint: check it is in…
-
0
votes1
answer1818
viewsA: Authorization Basic HTTRIO SPC / Delphi
Problem solved. After many tests I discovered that the problem was in the storage of cookies. To solve the problem simply clear cookies before authentication at the Httpreqresp Onbeforepost event:…
-
2
votes1
answer1818
viewsQ: Authorization Basic HTTRIO SPC / Delphi
Good morning to all, I wonder if anyone could help me in the following situation: I am doing an integration with the SPC/CDL web service, which requires a basic authentication (HTTP header). I need…