Jump to content

Mohammed Nasman

Members
  • Content Count

    30
  • Joined

  • Last visited

Community Reputation

11 Good

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Mohammed Nasman

    Some REST help please.

    You are right, sorry for that. But because he said he doesn't know anything about rest api, so I was going to help to guide him to start doing that. and that will not answer the question directly
  2. Mohammed Nasman

    Some REST help please.

    Hi Ian, It seems an easy one, PM me and I will help you. Regards,
  3. Mohammed Nasman

    Old Project Help Please

    Seems you installed the BDE, but not the design time package for it. I think it's name will be : dclbde___.bpl, search for it then add it your IDE.
  4. Mohammed Nasman

    OCR for iOS and Android

    Hi ImageEN with it's IEVision plugs for OCR has support to Cyrillic ImageEn Help Also have a look to Object Pascal binding for tesseract-ocr - an optical character recognition engine
  5. Mohammed Nasman

    Delphi REST frameworks that run on Linux?

    Delphi MVC Framework. services can be compiled as console application, Windows Service, Linux daemon, Apache module (Windows and Linux) and IIS ISAPI (Windows).
  6. Mohammed Nasman

    Delphifeeds.com??

    begin end - Object Pascal and Delphi News Since the lunch of BeginEnd, I never looked back for Delphi Feeds, it's simple and has clean UI.
  7. Mohammed Nasman

    Lazarus/FPC support

    The MacOS support is only for Dephi. FPC support is only for Win32 & Win64 SupportedPlatforms · pyscripter/python4delphi Wiki · GitHub
  8. Mohammed Nasman

    Delphi REST with PDF files

    I don't know about Delphi Rest, but for the restful API, I use the excellent open source Delphi MVC framework. you return the pdf as:
  9. Mohammed Nasman

    64 bit PostgreSQL and Embarcadero ???

    It seems you are building win32 application but trying to use 64 bit version of the "libpq.dll" library.
  10. Mohammed Nasman

    About UniGUI Layout

    UniGui layout based on ExtJs Layout, you can browse extjs documentation to understand it , then apply that on unigui application. But always remember to set the AlignmentControl property to: uniAlignmentClient The attached images done with Unigui 😉
  11. Mohammed Nasman

    Google Charts in uniGUI

    You should take a deep look into it, it's really very powerful framework to build web applications with Delphi using ExtJS framework for frontend.
  12. Mohammed Nasman

    Cannot install Konopka for Missing Function!

    I usually face same problems when trying to update newer packages, its related to one or more old BPLs Download "Everything" from voidtools Then use it to search for all BPLs that may be spread on multiple locations, then reinstall them.
  13. Mohammed Nasman

    Are there any free DBGrid components out there?

    There's one that not free(NextGrid), but very cheap (99$), and has many features that you find in more expensive ones.
  14. Mohammed Nasman

    auto-generated REST APIs?

    I think I saw that once before with TMS Xdata But I agree with @Lars Fosdal, The REST API should be design in the API way, not the Database way, it should not have 1:1 relation with database. Also for some performance issues, you should send all the required data using one API call, but this may require multiple relations with tables on DB.
  15. Sure, to be a commercial product with a good company behind it, better than unmaintained open source one.
×