Jump to content

limelect

Members
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


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

     


  2. I have an application running that uses and depends on explorer  (NOT INTERNET EXPLORER).

    For some reasons once in a while working on my computer explorer

    closes and I have to open a new one.

    While this happens I have an explorer open and another one that is unseen.(Hidden).

     

    The problem:

    For my software to work properly I need ONLY ONE open explorer.

     

    The solution:

    To close the unseen explorer.

     

    What I tried:

     OleCheck(CoCreateInstance(CLASS_ShellWindows, nil, CLSCTX_INPROC_SERVER or CLSCTX_LOCAL_SERVER, IShellWindows, ShellWindows));
      try
        for i := ShellWindows.Count - 1 downto 0 do  < here shall window.count show 3 (for example). 2 unseen. one open ok.
          begin

            Dispatch := ShellWindows.Item(i);
            if Dispatch<> nil then

    Down the software, I can see the directory that the explorer shows the directory.

     

    The problem :

    in the loop down to 1 and 0 Dispatch is nil 

     

    finally, I would like to have all 3 explorer and choose which one to close.

     

    P.S if I restart my computer I have 1 explorer open and everything is OK.

     

    Thanks for your help. Any piece of software can help.

     

    This is the program very useful

    http://limelect.com/downloads/explorer-list/


     


  3. 2 hours ago, PeterPanettone said:

    Can you please show a screenshot while you hover the mouse pointer over a menu-item (and move the mouse a little bit), does that menu-item get highlighted? Thank you!

    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

     


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


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

     


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


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

     

     

     

×