Jump to content

limelect

Members
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


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

     


  2. @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


  3. 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?


  4. @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

    image.png.0b4bd363b2b8fe814a0b01be9f3035cc.png

    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?

     


  5. @PeterBelow  @Anders Melander You did not understand my knowledge problem.

     What I wrote is:

    Skia TAB was empty, the registry was empty from skia name

    Delphi did not load any components  (skia) and STILL, 

    the tab (skia) was on the pallet. and was rewritten to registery !!!!!!!!!

    upon opening the Delphi IDE.

     

    IT HAS NOTHING TO DO WITH THE COMPONENT ITSELF BUT WITH THE IDE

     

    the tab names are taken from another place, not the registry as I thought

     

    I have built some applications from the fact that the TABs name are in the registry


  6. Thank you for your help (too many).

    I used the Skia4Delphi_4.1.0_Setup.exe and things are OK

     

    From this experience, I am left with bad knowledge.

    I thought. that components TABs are written in the registry.

    They are not.

    Does anyone know where are they written? In a DB?

×