Jump to content

Diego Muñoz

Members
  • Content Count

    8
  • Joined

  • Last visited

Everything posted by Diego Muñoz

  1. Diego Muñoz

    Using Dymo LabelWriter from Delphi

    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 🙂
  2. Diego Muñoz

    Delphi, Blitz (board game) and server

    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/
  3. Diego Muñoz

    Delphi LAMP- or WAMP-based Web Application

    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
  4. Diego Muñoz

    ERD tool needed!

    IMHO, Toad Data Modeler has a good price https://www.toadworld.com/products/toad-data-modeler
  5. Diego Muñoz

    Annoying IDE behavior changes in 10.4.2

    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
  6. Diego Muñoz

    Delphi Native Code: Fast or Reliable?

    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..
  7. Diego Muñoz

    Mapping or Cartography, that's the question

    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.
×