Page 1 of 1
Support for Image Absolute Positioning
Posted: Tue Nov 25, 2014 5:59 am
by crisis
May I know if there's support for to position image by absolute positioning?
Since text box have this feature.
Posted: Tue Nov 25, 2014 10:48 am
by crisis
Also does the latest TRichView and ScaleRichView support Delphi 7?
Posted: Tue Nov 25, 2014 12:01 pm
by Sergey Tkachenko
Sorry, no. But you can insert an image in a textbox.
Yes, Delphi 7 is supported.
Posted: Wed Nov 26, 2014 3:44 am
by crisis
Great. Thanks
Feature Request
Posted: Thu Jun 04, 2015 8:55 am
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
Posted: Mon Jul 06, 2015 7:40 am
by Hillebrandt
[[Push]]
Please informate me about the state of the feature.
Our customers still complaining about this.
Greetings from Germany
Hillebrandt
Posted: Tue Jul 07, 2015 8:48 am
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.
Posted: Tue Jul 07, 2015 9:45 am
by Hillebrandt
Sergey Tkachenko wrote:Absolute picture positioning is not planned for near future, sorry. ...
That's realy a great pity
, but thanks for response.
Greetings from Germany
Hillebrandt