Jump to content

direktor05

Members
  • Content Count

    29
  • Joined

  • Last visited

Community Reputation

2 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. direktor05

    Thread Status Window

    This maybe the solution although not programatically but it ok:
  2. direktor05

    Thread Status Window

    Does anyone know how to remove the thread status window in Delphi IDE? (11.3)
  3. direktor05

    DLL access error

    and you too!
  4. direktor05

    DLL access error

    Heff you are a genious!
  5. direktor05

    DLL access error

    how about this: http://www.pe-explorer.com/
  6. direktor05

    DLL access error

    right with not much info. the is the CPU window with a lot of assembler code to dig through
  7. direktor05

    DLL access error

    Yes I have, same thing - access error is still there. not knowing where it came from no matter what you debug.
  8. direktor05

    DLL access error

    Hello, Im calling a DLL written in Delphi, when exiting form I get Access Error. How to deal with debugging of this kind of errors when you don't know exactly what is wrong but only get memory location access error? I think there is a problem with memory management, loading and unloading, creating and destroying components. But where....? Are there any tools to better analyze this? I'm using Delphi 11.3 Help is very welcome.
  9. direktor05

    TTreeview to JSON VCL?

    DAMN, I just discovered there is also TJsonTreeView component. Delphi 10.4. A nono, its a component I installed. Made by some Polish guy at Embarcadero.
  10. direktor05

    TTreeview to JSON VCL?

    thanks
  11. direktor05

    TTreeview to JSON VCL?

    No I want to make a tool to create HTML menus. So I want a treeview that will be just like a website menu then export to json and read with javascript. The menu must not only have name, but also link url, onclick event description and parent/child id, stored in tTreeview1.items.data pointer.
  12. direktor05

    TTreeview to JSON VCL?

    Or give me some code snippet to parse TTreeView, then will make json manually
  13. direktor05

    TTreeview to JSON VCL?

    Hello, Is there a TTreeview component that can export items to JSON? Probably not or is very simple, because I also need to export data associated with a node which is in Pointer to Json. Any suggestion welcome.
  14. direktor05

    TTreeview to JSON VCL?

    Hello, Is there a TTreeview component that can export items to JSON? Probably not or is very simple, because I also need to export data associated with a node which is in Pointer to Json. Any suggestion welcome.
  15. direktor05

    Parse Json again, complicated

    Full Json: {"result": [{ "animals": [{ "id":1, "name":"pig", } ] } ] }
×