Jump to content

Lars Fosdal

Administrators
  • Content Count

    3524
  • Joined

  • Last visited

  • Days Won

    116

Posts posted by Lars Fosdal


  1. "rabbit whole" ... /sigh

     

    Quote

    That is actually quite common, and is why the Tag is a NativeInt to begin with.

    Yeah, I guess it is... still, it is a far cry from clean code.


  2. I have very few packages (The Parnassus debacles, FastReports, FMXLinux) and a couple of non-packaged (TMS VCL UI Pack, EurekaLog), so I usually just do it manually.

     

    As for FD connections, I have my own wrapper lib that gets the connection points from configs per app (which can be retrieved from wherever I want), 


  3. On 10/10/2024 at 3:59 PM, Anders Melander said:

    Linkedin is a bit of a self-gloryfying BS echo-chamber so I doubt most developers follow what goes on there.

    While I don't disagree with the characterization of LinkedIn, I do find it handy to keep in touch with people I've worked with. 
    I've practiced some restraint on adding people, so my list is mostly limited to people I've actually been in touch with.

     

    Also, it has become a fairly interesting place to follow certain companies.


  4. 21 hours ago, Der schöne Günther said:

    set the Name property of your frame to something unique

    I use a global function GetNextInstanceNumber to get and increment a integer variable and just set the name to Self.ClassName+'_'+GetNextInstanceNumber.ToString;


  5. @lope Will there be an ERP, backoffice/accounting system behind the POS solution, or is it intended to be a single software solution?

    Will you need multiple stations? Multiple sign-ins? Scanners? Weights?

    Many of your suggested MVP items typically belong to an ERP or backoffice solution.

    There probably also are a number of existing POS solutions to be found - so unsure why anyone would start reinventing the wheel.

     

    I mean, the absolute MVP is a simple till and handwritten receipts with carbon copies...

×