Coldzer0
Coldzer0
Hello guys I was doing some testes with `TVirtualStringTree` and I found out that when I scroll fast this stuttering happen. At first I thought that it's from my code...
i was testing the console.dir with "console.dir(Shell);" i get "Exception object is not ia valid class." i got it from here https://hg.mozilla.org/chatzilla/file/59b46c0bf716/js/lib/utils.js#l173 and i make some modification to work as...
Hello @BeRo1985 I was trying to recreate this test with your code base but I can't get it to work I tried a lot but can't produce the same result...
ImGui Binding for FreePascal / Delphi with the latest version & docking.
Hello @synopse I was testing some code, and I needed to use `NOEXCEPTIONINTERCEPT`, but when I did, the Lazarus package couldn't compile. Because of this line https://github.com/synopse/mORMot2/blob/282cd74bf0c3d32509c8d529daa849a0a8fead2e/src/core/mormot.core.test.pas#L1355 ``` mormot.core.test.pas(1355,38) Error:...
This work is still in progress. I'm converting the code based on the examples ^_^ So, all structs and APIs converted are the ones that are needed for the examples...
Hello @synopse I pulled the latest updates from mormot2, and I was testing this code. ```pascal function GetJSONListTest(): utf8string; var JS, Item: IDocDict; I: integer; begin JS := DocDict(); JS.I['VER']...
Hello @synopse I'd like to know if there are any plans to support HTTP server file upload. I have a client code that does a `THttpMultiPartStream` and sends the stream...
I would recommend using the https://github.com/JAM-Software/Virtual-TreeView As the primary source of the VirtualTree components, it's still up to date and has many essential fixes, etc. Thanks for your fantastic work....