Support for Image Absolute Positioning

General TRichView support forum. Please post your questions here
Post Reply
crisis
Posts: 3
Joined: Tue Nov 25, 2014 4:40 am

Support for Image Absolute Positioning

Post by crisis »

May I know if there's support for to position image by absolute positioning?

Since text box have this feature.
crisis
Posts: 3
Joined: Tue Nov 25, 2014 4:40 am

Post by crisis »

Also does the latest TRichView and ScaleRichView support Delphi 7?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, no. But you can insert an image in a textbox.

Yes, Delphi 7 is supported.
crisis
Posts: 3
Joined: Tue Nov 25, 2014 4:40 am

Post by crisis »

Great. Thanks
Hillebrandt
Posts: 14
Joined: Tue Feb 10, 2015 4:06 pm
Location: Papenburg, Germany

Feature Request

Post by Hillebrandt »

Hi,

is there a plan for supporting the absolute positions for images in future?
Especially for the HTML-Importer it would be very interresting!
Something like ...

Code: Select all

  <body>
    <p>
      <div style='position:absolute;left:19px;top:24px;width:279px;height:177px'>
        <img width=279 height=177 src="imgs/1.png">
      </div>
      Hello. Here is a Text
    </p>

    <table cellpadding=0 cellspacing=0 align=left>
      <tr>
        <td width=127 height=6></td>
      </tr>
      <tr>
        <td>
        </td>
        <td>
          <img width=108 height=182 src="imgs/2.png">
        </td>
      </tr>
    </table>

  </body>
... for overlayed transparent pictures.

Greetings from Germany
Hillebrandt
Hillebrandt
Posts: 14
Joined: Tue Feb 10, 2015 4:06 pm
Location: Papenburg, Germany

Post by Hillebrandt »

[[Push]]

Please informate me about the state of the feature.
Our customers still complaining about this. :-(

Greetings from Germany
Hillebrandt
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Absolute picture positioning is not planned for near future, sorry.

In the current version, pictures in textboxes can be transparent on the screen, but not on printing. We are working on transparent picture printing, it will be available for registered users in this week.
Textbox background can be transparent and (in the current beta) semitransparent.
Hillebrandt
Posts: 14
Joined: Tue Feb 10, 2015 4:06 pm
Location: Papenburg, Germany

Post by Hillebrandt »

Sergey Tkachenko wrote:Absolute picture positioning is not planned for near future, sorry. ...
That's realy a great pity :cry: , but thanks for response.

Greetings from Germany
Hillebrandt
Post Reply