

Alexander Sviridenkov
Members-
Content Count
286 -
Joined
-
Last visited
-
Days Won
29
Alexander Sviridenkov last won the day on September 18
Alexander Sviridenkov had the most liked content!
Community Reputation
369 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ANN: HTML Component Library, HTML Report Library, HTML Editor Library version 5.0 released.
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
HTML Office Library includes full text search engine and document parsers, so may be used to create MCP. -
ANN: HTML Component Library, HTML Report Library, HTML Editor Library version 5.0 released.
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Ah, yes, it is possible to create an MCP based on Search Engine which us used in CodeFinder, but currently it is not implemented. -
Use Direct2D
-
ANN: HTML Component Library, HTML Report Library, HTML Editor Library version 5.0 released.
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Sorry, I don't understand - you meant adding library code to existing MCP server or write a new MCP server? -
ANN: HTML Component Library, HTML Report Library, HTML Editor Library version 5.0 released.
Alexander Sviridenkov posted a topic in Delphi Third-Party
What's new RAD Studio 13 Florence support. Cross-platform TrueType and PostScript font engine - reading, getting metrics, converting glyphs to SVG, paths etc. Support for WOFF, color glyphs, font features, kerning, ligatures, composite glyphs, etc. Do not use OS font libraries. Fast cross-platform text rendering using font engine - included samples for OpenGL (htcanvasOpenGLEx) and GDI+ (htcanvasGDIPEx). Rendering average page of text in OpenGL canvas takes 1-5 ms. To test it please download https://delphihtmlcomponents.com/FileBrowser.zip and select "OpenGL with custom fonts" canvas. Fast and low memory JSON parser. 7x faster and 6x less memory compared to default. Support for JSONPath, objects serialization/deserialization, iterators, dictionaries, lists, templates (convert to HTML) etc. WebUI improvements (now WebUI is availabe for all Bundle users). Improved Markdown conversion - support for task lists, etc. Support for stroke-dashoffset and font-weight in SVG. -
TListView - manually adding items faster at runtime
Alexander Sviridenkov replied to JohnLM's topic in VCL
Use virtual mode (OwnerData) https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.ComCtrls.TListView.OwnerData- 17 replies
-
- delphi xe7
- listview
-
(and 1 more)
Tagged with:
-
HTML Library Black Friday Sale - 25% off all new licenses
Alexander Sviridenkov posted a topic in Delphi Third-Party
Please use coupon code BF2024. Valid until end of November. https://delphihtmlcomponents.com/order.html -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
New video - 3D in WebUI -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Currently no, but will be added soon. -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
New video - WebUI Grids: display modes and column types - Markdown, RTF, documents, nested frames -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
New video - Maps in WebUI -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Document Viewer is added to Demo (Word, Excel, PDF, Powerpoint, etc.). 1. Create UI and start Server 2. Open Documens section 3. Press F2 to switch to design mode 4. Using gear icon above documents table and at view window (right) open designers and change documents folder/mask. -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Demo is updated with Postgres client libraries and better error handling. -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
Currently there is only desktop layout, but since UI is stored in an intermediate representation, there will be no need for modifications when mobile templates will be added. -
ANN: HTMl Library 4.9 released. WebUI and more
Alexander Sviridenkov replied to Alexander Sviridenkov's topic in Delphi Third-Party
You can get first working application with almost zero coding. Simply load demo project, enter your database credentials (or leave sample database) and press button to generate UI. Application is ready. Now start browser, switch do design mode (F2) and use designers to adjust tables, tabs, etc as shown in video. Each designer has help ? button in caption which leads to manual. Typical workflow is described there https://delphihtmlcomponents.com/webui/typical-workflow.html 1. Build UI with default settings. 2. Check created UI and make TWebUIBuilder descendant with overridden rules. 3. Create UI using your TWebUIBuilder descendant and analyze it. 4. Repeat steps 2, 3 until you get an acceptable result. 5. Use WebUI designers for final polishing. Also there are Server and UI sections which itself are samples, you can open any table or action (button) designer and see how it works. More samples and tutorials will definitely be added later.