Jump to content

dados

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by dados


  1. On 4/7/2023 at 8:44 AM, Mustafa ֍zgun said:

    external store accessed via a URI https://github.com/emozgun/delphi-android-SAF

    I've been testing this project and selecting a single file works and displaying the metadata works fine.

    But selecting a directory (ACTION_OPEN_DOCUMENT_TREE) throws an exception and I cannot find a solution.

    First chance exception at $0000006C85F59EE8. Exception class EJNIException with message 'java.lang.UnsupportedOperationException: Unsupported Uri content://com.android.externalstorage.documents/tree/primary%3ADCIM'

    My goal is to list all the images with metadata on my phone from the Android MediaLibrary (https://developer.android.com/reference/android/provider/MediaStore.Images.Media)

    Has anyone got a solution?


  2. More on performance.

     

    I loaded a 120 Mb. 3.3million line xml file and that is just blistering.

    Then I loaded a 10 Mb. xml file with no line brakes (single line) and it's extremely slow.

    Is this something that could be optimized? (large single line file)

     

    Compiled and tested in 32 and 64 bit debug and release.


  3. On 2/10/2022 at 3:30 AM, MarkShark said:

    Make sure to test outside of debug mode as that really seems to affect the dwrite stuff.

    I'm sorry, insufficient testing on my part.

    It seems that running SynEdit in debug mode has a huge affect on performance. Running a release is still fast 🙂

    Thank you.

     

    Ps. I'm running a Dell Precision laptop with i7-6820HQ + Intel HD 530 + NVIDIA Quatro M1000M

    • Like 1
    • Thanks 1

  4. Thank you.

    Nice to get more features and development

     

    I just updated from a source since sept.2021 and here is what I did after upgrading:

    New project and a new synedit aligned to client.

    Loaded some text (plsql code), about 5000 lines

    Run project

    And the first thing I do is scroll up and down (page up/down and with mouse dragging vertical scrollbar) ......and the scrolling is lagging/studdering

    I turned off IndentGuides and it's a little bit better but still lags.

    I created the same project using the earlier version I used before and there is no lag

    Noticed also that cpu usage is much higher when scrolling (IndentGuides off) with the new version

     

    This is a major turn off for me and for this reason I will revert to the earlier version.

    SynEdit has always been so fast and smooth and that has been, for me, one of the it's best feature

    I've been using SynEdit, since at least, from 2004 and it's nice it's still being updated but please do not make it slow

     

    Is this something anyone else has experienced?

     

     

×