Jump to content

limelect

Members
  • Content Count

    781
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    3 explorer running

    @David Heffernan I never said just one there can be many explorer. But my software chooses the first in list. The problem debugging such problematic software that comes and go make me wonder if I am on the right track for solving the hidden explorer that comes and disappears at will. I might be missing something in my software. Maybe you should download my software and see what it dose. There are a lot of people using it and it is quite useful for us. Just unzip and use. No installation. you can always delete.
  2. limelect

    3 explorer running

    @timfrost No, because process ID does not mean you know to which process name it belongs. If you have a program.exe it has a name and process ID. But a hidden process does not have any name just a number. Or does it, if so what is the name behind explorer. Just an ID does not mean much since you do not know to which program it belongs, very often. especially when the program for some reason is hidden. Do not forget Dispatch := ShellWindows.Item(i); is nil does not give back any known to me information To sum it up I have a program you can download http://limelect.com/downloads/screen-capture/ That cath anything with ID a different kind of screen-capture.
  3. limelect

    3 explorer running

    What is so crazy about that problem that I came back to check an idea about my software the HIDDEN explorer VANISHED without a computer reset. Now I am back with explorer OK.=1. I have to wait until the problem will reappear. I do not know if fulling around with a process program did it??? crazy Thanks in any case guys.
  4. limelect

    3 explorer running

    @David Heffernan You are correct but... When you open an explorer it will be first in the list (ShellWindows =0) I made sure I am correct. Now if you open another explorer it will be second (ShellWindows =1) and so on. However in my case, if (ShellWindows =0) is hidden I am in trouble but I fixe it with a message and some process. It will be nice if I could delete (ShellWindows =0) and I hop (ShellWindows =1) will be (ShellWindows =0).
  5. limelect

    3 explorer running

    @Fr0sT.Brutal Let me elaborate. Once in awhile Explorer closes. It happened while I develop. I do not know how it happens since it is not a problem affecting computer work. Then, with reopened explorer, I go to a directory as needed. Now you have 2 Explorers. One with the directory needed ANOTHER HIDDEN. How do I know? Since with ShellWindows I count 2. I want to be able to delete the hidden explorer. Looking for process did help. As you understand this is not a common problem and there's NO documentation about such a problem. Before asking for help I tried a huge amount of API variations and programs. However all really on ShellWindows. I could not find any different way to see explorer full information in memory. As for that, I need help.
  6. limelect

    3 explorer running

    Well, it seems that we need a professional group. If you think that I will put a trivial question? Well, it is also very hard to debug under normal computer work. Most of you cannot even make hidden explorer under normal condition or not noticed it. But any suggestion that will bypass ShellWindows will be appreciated. One simple solution is to give the user a message telling him to restart his computer. P.S I do not even know why my computer does it, but it happens during Delphi development especially during this project. (API breakpoint)?
  7. limelect

    FMX- Cross platform embed resources

    Also of not long ago no 32bits any more. ONLY 64bits. Which means D10.3
  8. limelect

    FMX- Cross platform embed resources

    Android Apple the same. See your Delphi publishing to the market. You can compile for the market. When you compile for Android under configuration there is "Application store". On D10.2.3 See Delphi help
  9. limelect

    FMX- Cross platform embed resources

    This will work. However, I do not know what will happen on the market if it is signed and published
  10. limelect

    FMX- Cross platform embed resources

    Some clarifications "I go to bin directory on my windows machine and edit that txt document inside of an .apk file and upload again" without any compilations? Edit inside of an .apk? how? you disassemble? Do you know where your resource is in the Apk file? APK is really a ZIP file. Your whole procedure is unclear
  11. limelect

    Highlight a specific popup menu item?

    D3 ? you are joking i guess. But that OK. At list download the FREE new Delphi. D10.3 Or if you have a license could get D7 for free !!!
  12. limelect

    Highlight a specific popup menu item?

    Any style will do except window. You do not need a screenshot to understand Do you work with older version Delphi? Like D7? Maybe this is why you ask the above
  13. limelect

    Highlight a specific popup menu item?

    D10.2.3 project>options>appearance>Custom Styles
  14. limelect

    Highlight a specific popup menu item?

    To help you I added STYLE it did the trick. Window style did not do it.
  15. limelect

    Highlight a specific popup menu item?

    Well, it does show some bluish color but so faint that it is almost not there. Maybe this helps you.
  16. limelect

    Highlight a specific popup menu item?

    No, it does not. It seems you think I am a novice. See my About http://limelect.com/about-us/ And here you have a lot of goodies for free Some are very popular http://limelect.com/free-programs/ And finally good luck
  17. limelect

    Highlight a specific popup menu item?

    And yes I want it to make coffee
  18. limelect

    Highlight a specific popup menu item?

    Blue color on the dropdown. It does not, just show the numbers. No blue color !
  19. limelect

    Highlight a specific popup menu item?

    Let it be known that out of curiosity I compiled your project 3 with D10.2.3 and it does nothing except showing 01234...
  20. limelect

    FMX and https

    I have an FMX project that uses TIdHTTP. With the above i do IdHTTP1.Get(URL,FILE); The URL is https. Executing the above URL in window i have no problem. Executing the above under Android emulator no problem. Executing the above under REAL phone Android S6 i have an error Error “Could not load SSL library” I am trying to avoid ssl librey. Or can i not avoid it.
  21. limelect

    TTimer equivalent with smaller interval

    @dummzeuchFound on my backup sending you by mail sent acknowledge receipt
  22. limelect

    TTimer equivalent with smaller interval

    @dummzeuch A long long time ago I recall a program/component, I don't remember which, had a much lower time that ttimer. With all the information on Delphi that i have, it is some ware on my old old old computer. @dummzeuch Try searching for it may come up.
  23. limelect

    webbrowser Google map script error

    I got a program , with main form , where webbrowser showing google map is working OK. NO java errors. Now make a new form , as the main !! , with a button showing the above form. frmMain.ShowModal; The webbrowser Map has a script error. On the net, there are a huge amount of solutions. Nonwork. Making wbrMaps.Silent := True; is not an option since it changes the behavior of the map because of the java errors. What I wonder is why the same form with google map on webbrouser when running as the MAIN form , no java errors, then run the form as a second form has java errors?. Can it be a compiler bug? The source has not changed on the form. A new comment it seems that the problem is different. On one application no errors. On another with webbroser on main script errors. For now i keep investigating. crazy as it sounds i duplicated the good application. Each time i added a component and i got a script error. I got to a point that i duplicated a good program with no errors and still i got an error. I would like to say that the good program dose nothing to the webbroser except load the url. I even duplicated the uses. So, for now, i keep looking for something i mise altogh i do not think so. Finally. I am amazed. I have the same 2 projects. I compared the dfm and the pas files. I deleted all unnecessary files, left only DPR. made sure both are the same. And found that exe both are6,374K both are debug. To conclude one gives me script error the other is OK. ANY idea what next? did i say crazy?
  24. limelect

    webbrowser Google map script error

    @Attila Kovacs I know about the switch in reg.di dnot try it yet. However so far i have tried chromiume which needs huge amount of DLL and the most promising is Delphi embedded WB. With it there is no error but running it with this link https://www.google.com/maps/search/?api=1&query=32.0782,34.8486 does not give the expected result. Map does not show properly. My other way is to open webbrowser with navOpenInNewWindow But my main problem is to understand why changing !!! DPR name, that is, one application works with no error the other has errors. It is crazy. I work with Delphi since #1 i never encounter such a thing.
  25. limelect

    webbrowser Google map script error

    I got to a point where i only change the DPR name and Delphi compile same size EXE different HEX content. Lastly, i check the behavior of my computer on 2 suppose to be the same programs
×