Jump to content

Uwe Raabe

Members
  • Content Count

    2556
  • Joined

  • Last visited

  • Days Won

    149

Posts posted by Uwe Raabe


  1. 10 hours ago, luciano_f said:

    I don't understand your explanation because this file "ImageCollectionEditor" doesn't exist

    I didn't say the file exists. When a unit is neither provided as source nor as a compiled DCU, it can still be provided inside a DCP file, which is the case for the unit ImageCollectionEditor. It is contained inside dclwinx.dcp and thus can be used in other design packages. I cannot give a link or attach that file because it is not listed under the Redist folder of Delphi.


  2. 18 minutes ago, dummzeuch said:

    What are your plans for this tool? Are you going to release the source code? Or make it a commercial tool?

    He already mentioned before:

    11 hours ago, Alexander Sviridenkov said:

    This is not a separate control, all UI of this application is just two THtPanel-s. Program generates SVG from units graph and put it into HtPanel, that's all. No direct drawing.
    F.e. this is how looks CSS for main panel:

     

    
    svg {font-size: 8px}
    .node rect {fill: white; stroke: gray; stroke-width: 1px}
    .node:hover rect {fill: lightblue}
    .node.circ rect {fill: #ffdddd}
    .link {stroke: white; fill: white; opacity: 0.1}
    .link.selected {stroke: green; fill:green;opacity: 1}
    .link.imp.selected {stroke: blue; fill:blue}
    .link.selected.circ {stroke:red!important}
    .link ellipse {stroke:none!important}
    .selected rect {fill: #ccfab4}
    .node.main rect {fill: lightblue!important; stroke: #456c87!important}
    .node.selected.circ rect {fill: #ffbbbb}
    .project rect {stroke: black; stroke-width: 2px}
    .project text {font-weight: bold}
    .search text {fill: #b84f04}

     

    As I already own a license for HTML Components there is a good chance that it may be included as an extension to the Unit Dependency Analyzer in MMX.

    • Like 4
    • Thanks 1

  3. 52 minutes ago, luciano_f said:

    Can I create my own styles?

    Of course you can - just write it down. Note, that a style guide is not applied automatically. The developers must adhere to it when they write code.

     

    54 minutes ago, luciano_f said:

    Is it possible to do what I want?

    As we don't know what your are doing in the moment, we cannot say what you need to change to get the desired outcome. Therefore my request above.

×