Jump to content

limelect

Members
  • Content Count

    924
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    Android does not start

    Those files are not used so back to the basic problem
  2. limelect

    Android does not start

    One thing may be very important For left-right to work on Android, I have this files now I wonder if this is the problem although I doubt I will try NOT to use this files and see what happenes
  3. limelect

    Android does not start

    This a window version for sending msg to WhatsApp the same (with a little change of screen) for Android
  4. limelect

    Android does not start

    1. I did try to install it by moving the APK to a directory on the phone -- the program does not start seeing only the icon as the picture shows 2. On a debug mode the form does not even start >>>> BRP here Application.Initialize; 3. This is a program on S2 that worked perfectly with D10 4. All compilation works without any errors or warnings. 5. I deleted the Android manifest template so it made a new one. 6. I think I did all possible things with my knowledge 7. I expect moving from 10 to 11 and compiling, not so old program, will be without any problems. 8. All Java is there and seen without any problems
  5. limelect

    Android does not start

    And Embarcadero convince me to upgrade to something that does not work
  6. I tried to delete it. already answered by me
  7. limelect

    Android does not start

    A little history. Same software was compiled on D10.2.3 and WORKED !!!! on S2 phone. when i moved to S6 phone the software did not work. So i thought D11.3 will do the job. So i thought but Embarcadero is stronger then me. Never happened with Android studio
  8. limelect

    Android does not start

    It has defently to do with d11.3 compilation
  9. limelect

    Android does not start

    @programmerdelphi2k You miss the point. BRP here Application.Initialize; does not even break. It has nothing to do with my software as mine does not even start
  10. limelect

    11.3 and Android tools

    @programmerdelphi2k I am so used to both programs of EXE. Even in Android Studio Why change? after all, the output is the same for both programs,
  11. limelect

    11.3 and Android tools

    Thanks again i will check
  12. limelect

    11.3 and Android tools

    @programmerdelphi2k 1. I use my phone 2.But i like to have the emulator for small staff 3 SkdManager.bat does nothing that is the problem
  13. limelect

    11.3 and Android tools

    @programmerdelphi2k Ok, you are correct BUT I run the BAT with any error nothing. I expect those 2 windows to make a virtual Android and update. But I get nothing I will try again as I am not near my system Thanks
  14. limelect

    11.3 and Android tools

    I have those folders but NO Avd Manger and.exe SDK manager.exe in them This is why I asked the question
  15. limelect

    11.3 and Android tools

    Thanks i will check it
  16. 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.
  17. 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
  18. 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
  19. limelect

    Formatter doesn't work in a Unit??

    I cannot help only @dummzeuch can help
  20. 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
  21. 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<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  22. 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.
  23. 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)
  24. 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
  25. 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?
×