Jump to content

Alexander Sviridenkov

Members
  • Content Count

    258
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Alexander Sviridenkov

  1. Alexander Sviridenkov

    ANN HTML Library 4.1 released

    Yes, duplicates will be removed. You can send me sample HTML to support at delphihtmlcomponents.com, I'll send you back processed HTML and code.
  2. Alexander Sviridenkov

    ANN HTML Library 4.1 released

    @Jacek Laskowski, no, only duplicated attributes are removed automatically. Library doesn't know do you need alt="nothing" attribute or not, you should decode this yourself. Duplicated CSS properties can be removed by one line code, but this is not done automatically too, because by default (if there was no style changes) style attribute remains unchanged.
  3. Alexander Sviridenkov

    ANN HTML Library 4.1 released

    Yes, this is possible. Simply iterate DOM after parsing (use Count and Elements or NextElement), remove all unecessary attributes and tags and use Document,OuterHTML to get HTML string.
  4. Alexander Sviridenkov

    Office files viewer

    New compiled demo - Office file viewer http://delphihtmlcomponents.com/filebrowser.zip
  5. Alexander Sviridenkov

    Office files viewer

    Yes
  6. Alexander Sviridenkov

    Office files viewer

    @Salas sorry, this is commercial product.
  7. Alexander Sviridenkov

    Office files viewer

    RTF, DOCX, DOC, XLS, XLSX, PPT, PPTX, SCX
  8. Alexander Sviridenkov

    Office files viewer

    Nothing is used, only Delphi code.
  9. Alexander Sviridenkov

    pre-generic dictionary class

    @dummzeuch written in a unit header - "Free for any use"
  10. Alexander Sviridenkov

    pre-generic dictionary class

    http://guildalfa.ru/alsha/node/32 Article is in russian, but at the bottom there is link to implementation file,
  11. Alexander Sviridenkov

    How to Code SQL IN Statement correctly

    Such queries may be slow, After some number join is faster,
  12. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    @Alberto Fornés Currently you can have any number of THtmlView component inside report bands, each component can have own source and render div, table, etc.
  13. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    @microtronx thank you, this month.
  14. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Report Builder
  15. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Attila, Thank you!
  16. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Thank you!
  17. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Subscription is around 50% of license price + 15% discount increased by 5% every year of continued subscription.
  18. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    You can use SVG images defined via href, standard FR DB fields (as shown in video) which may contains HTML too, or load complete HTML using http or other protocol, but last one requires overriding one component method.
  19. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    1. Yes 2. Preview only
  20. Alexander Sviridenkov

    TImage's SaveToStream vs SaveToFile

    SavetoFile use encoder depending on file extension, SavetoStream writes content unchanged.
  21. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Yes, platform and framework doesn't matter, VCL, FMX, iOS, Linux, etc.
  22. Alexander Sviridenkov

    How to Code SQL IN Statement correctly

    Parameters cannot be used for IN operator. In some cases you can use LIKE instead of IN.
  23. Alexander Sviridenkov

    Dynamic creation of SQL queries

    SQL Framework (part of HTML Library bundle) is designed for creating, parsing and modifying SQL queries based on database schema. You can easily add new field from existing or new table, change order/group parts, convert where conditions to joins, add/remove where conditions and much more. Please check https://delphihtmlcomponents.com/SQLLibrary.pdf
  24. Alexander Sviridenkov

    TLabel-like Component with HTML Tags

    HTML Component Library contains HTML Label for VCL and all FMX platforms. This is the most powerful HTML label because it supports almost all HTML tags and CSS properties while others supports only small subset.
×