Diego Muñoz
Members-
Content Count
8 -
Joined
-
Last visited
Everything posted by Diego Muñoz
-
Some problem here. Now I print directly, like any other printer, without worry about Dymo etc. Try to print from Ms Word!! Design the measures of 'the page' (same measures than the label) and print. If you can print manually from MsWord, you can from Delphi 🙂
-
Delphi, Blitz (board game) and server
Diego Muñoz replied to Felix.'s topic in Network, Cloud and Web
Hello! I developed chesslive.com (now offline, dead). I don't do it with Delphi, it was plain javascript but the system was: - backend with websockets. I think that you could search something about this tech with Delphi. Pub-Sub model, with websockets. It was really fast, playing thousands of simultaneous games (yeah, blitz! people like blitz). - client was vanilla javascript, but use websockets to talk with the servers. - The scheme was something like: player1: subscribe to the chanel with id (myGameId) server:ok create the channel player2: subscribe, player1: move, server: transmite the move to player2, player2: do the move and make my move, send to server... and so on. Is really easy. I hope that this info help you as one possible solution, at least, it is a real case! 🙂 🙂 🙂 You could read: https://blogs.embarcadero.com/websockets-harness-real-time-power-in-your-delphi-apps/ -
Delphi LAMP- or WAMP-based Web Application
Diego Muñoz replied to Hans-Wolfgang's topic in Network, Cloud and Web
LAMP means an environment: Linux, Apache, MySql, and Php. WAMP means Windows, Apache, MySql, Php. The reply says: Don't use Delphi for that, use Apache, Linux, mySql and Php -
IMHO, Toad Data Modeler has a good price https://www.toadworld.com/products/toad-data-modeler
-
Annoying IDE behavior changes in 10.4.2
Diego Muñoz replied to Wagner Landgraf's topic in Delphi IDE and APIs
for me: using Ctrl+Shift+Arrow Down, cursor located in the procedure/function declaration, not in the first line of the implementation (after begin) Embarcadero® RAD Studio 10.4 Version 27.0.40680.4203, professional, update 2 -
Delphi Native Code: Fast or Reliable?
Diego Muñoz replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
for me... 21 years of freelance development.. zero changes due to Windows issues. But.. I use third party components; so, I ignore if really that components has been updated due to Windows changes. I means 'complex' components like reportBuilder, or exporters to Excel.. -
IMHO, call it cartography. I think that is better for SEO (search engine optimization, you know, google positioning technics). Mapping gives results related to things like ORM mapping, use of google maps in your app, etc.
-
Just released eBook: Delphi Event-based and Asynchronous Programming
Diego Muñoz replied to Dalija Prasnikar's topic in Tips / Blogs / Tutorials / Videos
ordered! thx