Posts by Silvio Felipe • 25 points
2 posts
-
0
votes1
answer3571
viewsQ: Receive a Base64 string via JSON and display in a Timage DELPHI
I am receiving a JSON object, which inside it has a photo converted into Base64. I need to load this string into a Timage in Delphi. Pick up the string I managed using the superobject class, but…
-
2
votes1
answer333
viewsQ: Insert colored markers into datepick using Angularjs, ui-bootstrap
How do I insert colored markers into datepick using AngularJS and ui-bootstrap? Page: <!doctype html> <html ng-app="app"> <head> <meta charset="UTF-8"> <script…