Jump to content

limelect

Members
  • Content Count

    835
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    11.3 and Android tools

    Thanks i will check it
  2. limelect

    Formatter doesn't work in a Unit??

    Be aware that Gexpert is a full-grown program (by now) so I do not think it has a problem with formatting.
  3. limelect

    Formatter doesn't work in a Unit??

    Non lfcr or non printable asci but i looked for you and could not find any but maybe I missed one. some times programs do misbehave with unprintable characters like FF and so on there are many more
  4. limelect

    Formatter doesn't work in a Unit??

    Just a suggestion out of curiosity look with a hex editor if you have a strange character inside Looked with Hex editor sime to be OK
  5. limelect

    Formatter doesn't work in a Unit??

    I cannot help only @dummzeuch can help
  6. limelect

    Formatter doesn't work in a Unit??

    I tried with Gexpert 1.3.11.64 experimental with D10.2.3 and it works OK
  7. limelect

    winkey Just for knoledge

    I have made with AutoHotkey (20 years ago) a script that sends a string to ANY edit It can be a text editor, internet explorer any text area The idea that works by pressing winkey (the 4 squares on the keyboard) and a number Demo winkey+ 1 2 3 Delphi, Android, Android Studio Sorry for the long explanation Now to my knowledge question No memo or edit component works. I have tested almost all text components on my Delphi and instead WinKey works as usual What is the difference between text editor or notpad++ or Notepad and many more? Even the Chrome (and all internet explorer) text area works with my command. It sends text to edit area P.S. If someone wants the script I will give it just send to my mail info. I just checked fmx and it is OK but on VCL it is not<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  8. limelect

    winkey Just for knoledge

    @dummzeuch In my case it is WINKEY big difference. But still, in my case on FMX it works I wonder what the difference (in my case) between VCL and FMX P.S. nice to know that you too work on the same idea.
  9. limelect

    winkey Just for knoledge

    @dummzeuchwell I did not work for 20 years with AutoHotkey so can you clarify if your code works with WinKey on VCL memo where this is the problem. On FMX as I said it works OK. Can you plz clarify what your code does? (I do not remember all the small AutoHotkey detail)
  10. limelect

    winkey Just for knoledge

    @dummzeuch The code will not help since it is an AutoHotkey script. It is compiled by AutoHotkey to execute. it is 10 lines very simple like #1:: Send, Delphi that's it !!! 10 lines like the above One can duplicate the line compile run the exe and see. In my case, it is so usable since if you write the same text over and over again this script is important for me at least. Obviously, debug does not help in this case But why in FMX it works? So it is VCL problem
  11. limelect

    Python over Delphi

    I do not understand why Embarcadero put the time into Delphi>Python. I asked Chat benefit of Python over Delphi Its answer 1. Python is a general-purpose programming language, while Delphi is a specific language for developing Windows applications. 2. Python is open source and free, while Delphi is a commercial product. 3. Python is easier to learn and use than Delphi. 4. Python has a large and active community of developers, while Delphi has a smaller and less active community. 5. Python has a wide range of libraries and frameworks available, while Delphi has fewer options. 6. Python is more versatile and can be used for a variety of tasks, while Delphi is more limited in its scope. 7. Python is more suitable for rapid development, while Delphi is better for large-scale projects. 8. Python is better suited for web development, while Delphi is better for desktop applications the second time I run the same question 1. Python is a general-purpose programming language, while Delphi is a language specifically designed for developing Windows applications. 2. Python is open source and free, while Delphi is a commercial product. 3. Python is easier to learn and use than Delphi, and it has a much larger community of developers and users. 4. Python has a wide range of libraries and frameworks available, while Delphi has a more limited selection. 5. Python is more versatile and can be used for a variety of tasks, while Delphi is more focused on Windows development. 6. Python is more popular and widely used than Delphi, so it is easier to find help and resources for it Do you agree?
  12. limelect

    Python over Delphi

    @David Heffernan Ok here it is the benefit of Delphi over Python Delphi has several advantages over Python: 1. Delphi is a compiled language, which means that it is faster than Python, which is an interpreted language. 2. Delphi has a more robust type system than Python, which makes it easier to catch errors at compile time. 3. Delphi has a more powerful object-oriented programming model than Python, which makes it easier to create complex applications. 4. Delphi has a more comprehensive library of components and tools than Python, which makes it easier to develop applications quickly. 5. Delphi has a more mature development environment than Python, which makes it easier to debug and maintain applications what am I to believe P.S As I recall Basic is the same and slow Python, which is an interpreted language
  13. limelect

    DelphiFMX4Python

    I was trying to install https://github.com/Embarcadero/DelphiFMX4Python/issues/74 It seems that I cannot be helped I used pip install delphifmx but I get a syntax error File "c:\users\limelect\appdata\local\temp\pip-build-b79gbo\delphifmx\setup.py", line 49 pyversionstrshort = f"{sys.version_info.major}{sys.version_info.minor}" ^ SyntaxError: invalid syntax Can anyone help?
  14. limelect

    DelphiFMX4Python

    First, thank you. Second, I am getting old. I missed 3 times the PATH variable where it is written where Anaconda (Python) is. And thanks again.
  15. limelect

    DelphiFMX4Python

    @programmerdelphi2k I saw it already. I want only one instance of Python
  16. limelect

    DelphiFMX4Python

    @David Heffernan although now it is not a Delphi problem 1. I download ver 3.8 for window 7 2. But i keep getting ver 2.7 3, I searched the registry for the link to anaconda27 to change to 38 and could not find i looked at the environment and did not find where is the link to 27 or 2.7 I did use I Hope for the installation including conda activate This is my last problem so can someone help?
  17. limelect

    DelphiFMX4Python

    @David Heffernan OK david you got me thinking I did Open Windows Powershell, and enter the following: python --version and found that Obviously, it is not good So I will see either to delete or update
  18. limelect

    DelphiFMX4Python

    from installation page Supports Win32 x86, Win64 x86, Linux64 x86, Android64, macOS64 and macM1 architectures Python cp3.6, cp3.7, cp3.8, cp3.9, cp3.10 and cp3.11
  19. limelect

    DelphiFMX4Python

    @David HeffernanPython36-32 window 7 Python 3.6.3 *Release date: 2017-10-03* Or what should it be? No place there is a version needed
  20. limelect

    Drawing text with GDI

    @Anders Melander Thanks
  21. limelect

    Drawing text with GDI

    @Anders Melander could not find the demo you show in Graphics32 where is the source from?
  22. limelect

    AliexpressAPI

    chatGPT returned this library by Thomas Mueller https://github.com/to-m/aliexpress-api-delphi where is it now?
  23. limelect

    AliexpressAPI

    @FPiette I was curious if I can get this library. That is all. No information about the API.
  24. limelect

    AliexpressAPI

    @FPiette your suggestion is really basic. Thomas Mueller is one of the members I thought he could help with aliexpress-api-delphi
  25. limelect

    Hex Viewer

    An application of mine for loading 2 binary and comparing
×