Posts by edmjunio • 113 points
5 posts
-
3
votes1
answer1522
viewsQ: Notification Bar Take on app background color using Delphi
How to make the notification bar take on a preset color such as whattsup, gmail etc. Using the Delphi Firemonkey programming IDE. In my apps the slider always takes the color black, follow example.…
-
2
votes0
answers352
viewsQ: Error creating firemonkey border form
Using Delphi of RAD Seattle update 1 when creating a form at runtime, if the main form has the Borderstyle property other than None I get an error. This problem happens using firemonkey and…
-
0
votes3
answers2792
viewsA: Lifecycle Delphi datasnap which to use?
I modified the lifecycle on the server to Invocation. On the client, I modified the property PreserveSessionID of the component Drestconection for false because I don’t have the need to manage or…
-
1
votes3
answers2792
viewsQ: Lifecycle Delphi datasnap which to use?
Greetings to all. I developed an app for android using datasnap Reflection REST technology with JSON Delphi using firedac data connection engine on the server. This app basically has the data query…
-
5
votes2
answers1135
viewsQ: Format Customformat value in Livebinding
I’m having trouble trying to use the property CustomFormat of Livebinding, I am trying to format a value obtained from database to number format with thousand separator. I’m using:…