Posts by Paulo Vinicius • 79 points
4 posts
-
1
votes2
answers4461
viewsA: How to limit the number of decimals in Java
Numberformat Formatter = new Decimalformat("#0.00"); System.out.println(Formatter.format(2.0));
javaanswered Paulo Vinicius 79 -
1
votes1
answer467
viewsQ: Doubt - Creation and completion of Threads in Delphi
Good morning, I am creating a chat system in Delphi, and I am using thread to render the message history without the application blocking. Before several researches, I found one thing here, another…
delphiasked Paulo Vinicius 79 -
2
votes1
answer876
viewsQ: Capture values of an input in Delphi (Tchromium)
Good morning, I’m using HTML, CSS and Javascript to set up a chat layout for a messaging system I’m developing. Until then, everything ok, only due to a limitation problem I found in Twebbrowser, I…
-
2
votes1
answer70
viewsQ: DUVIDA - Replacing texts with Javascript
Well, I’m setting up a chat system in Delphi in which I use the Chromium component to load an HTML that I use as the chat history due to lack of visual components in it. Anyway, in the messages…