Jump to content

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 Excellent

2 Followers

Recent Profile Visitors

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

  1. HTML Office Library includes full text search engine and document parsers, so may be used to create MCP.
  2. Ah, yes, it is possible to create an MCP based on Search Engine which us used in CodeFinder, but currently it is not implemented.
  3. Alexander Sviridenkov

    What could I use to draw custom graphs ?

    Use Direct2D
  4. Sorry, I don't understand - you meant adding library code to existing MCP server or write a new MCP server?
  5. 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.
  6. Alexander Sviridenkov

    TListView - manually adding items faster at runtime

    Use virtual mode (OwnerData) https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.ComCtrls.TListView.OwnerData
  7. Please use coupon code BF2024. Valid until end of November. https://delphihtmlcomponents.com/order.html
  8. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    New video - 3D in WebUI
  9. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    Currently no, but will be added soon.
  10. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    New video - WebUI Grids: display modes and column types - Markdown, RTF, documents, nested frames
  11. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    New video - Maps in WebUI
  12. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    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.
  13. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    Demo is updated with Postgres client libraries and better error handling.
  14. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

    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.
  15. Alexander Sviridenkov

    ANN: HTMl Library 4.9 released. WebUI and more

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