Jump to content

Mohammed Nasman

Members
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by Mohammed Nasman

  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.
  16. It seems that will not happen. Code Partners Acquires SmartInspect
  17. Mohammed Nasman

    TEdgeBrowser and 10.2.3...

    TMS released one with their FNC component, but not free. Ready for the new Microsoft Edge Chromium browser!
  18. Mohammed Nasman

    what is the possibility of having a rest/soap webapi in Delphi 2007

    If you can use the community edition, you should give Delphi MVC a try. Otherwise, I will go with @Lars Fosdal suggestion.
  19. Mohammed Nasman

    is FGX native still around?

    It seems it will be released soon, new web site has been established, but it's in Russian only http://www.fgx-native.com
  20. Mohammed Nasman

    Book: Introducing Delphi ORM using TMS Aurelius

    Could you please list the TOC?
  21. Mohammed Nasman

    Book: Introducing Delphi ORM using TMS Aurelius

    Great job, I'm very interested in the Book. Documentations for Delphi's ORM keep me away of them.
  22. Mohammed Nasman

    Injecting Pascal into PHP?

    I read before that Intraweb 17 will support wordpress, I'm not sure how they will do the integration and if it will allow the pascal code to be executed within PHP You can give brief idea from their roadmap. https://www.atozed.com/intraweb/roadmaps/v17/
  23. Mohammed Nasman

    IDE Fix pack for Rio

    Last andy tweet:
  24. Finally ControlType of TEdit will arrive to Android apps, it will solve a lot of problems with text, specially with RTL languages. http://delphi.org/2018/11/android-z-order-native-controls-and-10-3-rio/
  25. Mohammed Nasman

    Android Z-Order, Native Controls, and 10.3 Rio

    I think they failed to add RTL to FMX, so they bypass it to mobile's OS to do the work.
×