Jump to content

limelect

Members
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    Android Service

    Ok I understand.But lets tackel it diffrently. To see if "ServiceUnit" works how do I send/trigger the main form from the service? How do I send a string or what ever to the main form?
  2. limelect

    Android Service

    @Rollo62 Thanks but 1. well putting a BreakPoint did not break in ServiceUnit which means the program does not use the ServiceUnit. 2. 10.3 or 10.4 has nothing to do with my problem 3. emulator should be ok too.
  3. limelect

    remove part of string and compare

    I wonder. I used test speed.rar. Under D10.2.3 IDE the numbers are 17xx But executing the exe the numbers are 28xx almost twice as much. How come?
  4. limelect

    language change for edit box

    AS far as I recall you have to change the keboard (API) to the language you need. Your computer has to have this feature in the keyboard for multi-language. Search Google for "Delphi change keyboard language"
  5. limelect

    Where to put component libraries.

    What I have is a directory with the name DCU. Once the components compiled all dcu goes to that directory so I have ONLY ONE GLOBAL DIRECTORY LINK. (in the tools>options) Rarely do I need any source.
  6. In my case, it compiles with D10.2.3 with some modification from D10.3 to D10.2.3 See also https://github.com/corneliusdavid/AutoGetIt/issues/6 Use https://github.com/TurboPack/DOSCommand
  7. During my professional work, I made a huge amount of projects. I wonder if some free/opensource are there that scan the disk and find all the projects and print them. The project is not elaborate but I want very extensive analysis of what I have. So before I start I need to know if there is a free program to analyze (I have not given yet too much thought yet) the projects by their use/names and maybe more. The amount of projects is really big since Delphi 1 !!!! P.S find the main and which components are used and the uses and more
  8. limelect

    Scanning and printing projects.

    @Fr0sT.Brutal It seems to be my next project Well, I am always looking for something very interesting. After all, many of us work for the same things for years. Is it not time to change a little?
  9. limelect

    Scanning and printing projects.

    @FPiette Definitely NOT. Finding DPR is too simple. What I want is after hundreds of projects I wonder if I can deduce from the project files what the project is about. After more than 30 years I do not remember ALL that I have done. My way of thinking is far more complex than just finding DPR. It is about analyzing a project and deducing its use. Or coming close to the above by knowing what the components may be? Maybe some of the names I am using will give a clue? Yes, I know it is crazy. Looking at my back up I am (some time) amazed at what I find there.
  10. limelect

    GetIt

    I am using D10.2.3 GetIt does not work and shows this window. However, on my backup, I have D10.2 and GetIt works. Can someone help by telling me which FILES involve with GetIt so I will check/Replace those files. I hope I am correct with my way of thinking. Or anything else is the coalpits.
  11. limelect

    Transforming Data (Pivot ?)

    Well good luck. But thinking out of the box mite help
  12. limelect

    Transforming Data (Pivot ?)

    So? still dataset 1 as before.Dataset2 same.No? are there more? different data? sims to be very symmetric Change your way of viewing the data. MORE DATASET??
  13. limelect

    Transforming Data (Pivot ?)

    Are there only 4 rows per Instance? If so do not put it in 1 database. Put in 4 databases and you do not need to use SQL. Read in sequence. Once from each other since all 4 are the same size
  14. Yes and send you. got it?
  15. Found it send me your mail P.S I remember that the info was in the registry so you can scan it
  16. Definitely, if I find the full source on my disk. I will let you know here
  17. @KodeZwerg I do not know if it will help you but a few years ago I was asking a question about how to put an icon on the taskbar. I got no real answer. However, there is an application "FastCopy" https://fastcopy.jp/en/ which has a source. While working the program puts its icon on the toolbar (left to the clock) and turns. I wanted to do something similar with Delphi. The source in c ,for that, is in the file "forceTray.cpp and mainwin.cpp" if you can decipher its behavior (which I did not) it might help.
  18. @emailx45 are you sure about Android Studio? if so how? No export that does it
  19. limelect

    50 Years of Pascal

    @David Schwartz This was the calculator company (Mathatronics) I was part of it, as a head engineer as a young engineer, to develop a chip calculator. https://www.oldcalculatormuseum.com/a-math3.html The machine you see in the picture was wired with transistors and my function was to change it to a chip. I was using all the companies at a time to develop the chip for us. We installed the calculator in a building! for the people to use with the little box you can also see in the picture. P.S this is what it knew to do https://www.oldcalculatormuseum.com/a-mathpkb.html All with wired transistors
  20. limelect

    50 Years of Pascal

    @FPiette You reminded me of my Motorola days. Some of my business was SDK with 6800. (later 68000). I played with 8080 (2 power supplies) but never liked Intel. Later however 8085 and 8051 with c for weighing which is my business up to today. http://www.limelect.com Those were the days of the beginning of Microprocessors and I am proud to be one of those days. (young will not understand). Unfortunately, did not have the chance to use 4040 (before 8080).
  21. limelect

    50 Years of Pascal

    @FPiette It seems you quote my resume
  22. limelect

    kuLibrary

    @kuzduk Well, I think you do not understand. Putting software in a language (text) many of us do not understand make them useless. Many of the people using Delphi use it in English. Making software with non-English text in it makes life difficult since one has to translate all text. As for your site, I could not translate. So 2 advice, if you want some to use your components Site in English, text in components in English. Otherwise, maybe Puttin can use it.
  23. limelect

    kuLibrary

    1. If you want anyone to use, use English. At the list, your site should be translated. It cannot. So in my case, i am not going to evaluate. 2. Make a zip of all your components for downloading comfortably.
  24. I have been using for years dktraned . with good results. For free
×