Jump to content

limelect

Members
  • Content Count

    924
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. 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
  2. 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
  3. 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 !!!
  4. 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
  5. limelect

    Highlight a specific popup menu item?

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

    Highlight a specific popup menu item?

    To help you I added STYLE it did the trick. Window style did not do it.
  7. 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.
  8. 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
  9. limelect

    Highlight a specific popup menu item?

    And yes I want it to make coffee
  10. limelect

    Highlight a specific popup menu item?

    Blue color on the dropdown. It does not, just show the numbers. No blue color !
  11. 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...
  12. 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.
  13. limelect

    TTimer equivalent with smaller interval

    @dummzeuchFound on my backup sending you by mail sent acknowledge receipt
  14. 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.
  15. 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?
  16. 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.
  17. 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
  18. limelect

    webbrowser Google map script error

    Ok guys final conclusion Mad 2 projects. did NOT copy directory but put dpr ONLY dfm and pas file in another directory. Compile and on the new program script error. Both programs are the same. Any idea? Both programs started with DPR only.
  19. limelect

    Detect user location from ip address

    I found this one to https://community.idera.com/developer-tools/b/blog/posts/what-is-my-ip-address
  20. limelect

    Detect user location from ip address

    Use that https://github.com/antoniojmsjr/IPGeoLocation
  21. I did it see If you need my sources for HEBREW (right to left) just send me your mail
  22. limelect

    paste into watch list

    10.2.3 dragging dose not work
  23. limelect

    paste into watch list

    OK i thought dragging will work ,since a drag icon is shown, but copping works. Nice.
  24. limelect

    paste into watch list

    @Attila Kovacs I did try. I took a few lines of code and moved them to watch list. Nothing. May be a special kind of lines?
  25. limelect

    paste into watch list

    @Attila Kovacs Using 10.2.3 and before i never remember that "you can paste code " in to watch list. what Dmitriy say is the only way. So if you have that possibility it is an experts. So can you elaborate on the expert?
×