|
|||||||
| TX Text Control .NET Please use this forum for TX Text Control .NET support only. If you need support for a different product, please use the appropriate forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Issues with FrameBase rendering
Hello,
I have recently encountered a bug in TX Text Control .NET 15.1 with visualization of TX Images/Frames. Each time when i try to add a transparent component at the location where TX FrameBase object is drawn the TX object visualization is moved to the left side of the screen. Here is some code in c#: Code:
System.Windows.Forms.Label lbl = new System.Windows.Forms.Label(); lbl.BackColor = Color.FromArgb(25,0,0,255); lbl.Size = new Size(Rectangle.Width, Rectangle.Height); lbl.Location = new Point(Rectangle.X, Rectangle.Y); m_textControl.controls.add(lbl); P.S. It works fine for non-transparent components. Kind regards, Igor V Software Developer Last edited by Gunnar Giffey; March 9, 2010 at 09:25:16. Reason: Please use [code][/code] tags when pasting source code |
|
#2
|
||||
|
||||
|
Re: Issues with FrameBase rendering
Hello Igor,
Not sure if this is actually a bug. Could you please provide a working sample projct, so we can run the same code as you? Thanks.
__________________
Regards, Gunnar Giffey, TX Text Control [Forum Administrator] |
|
#3
|
|||
|
|||
|
Re: Issues with FrameBase rendering
Hello Gunnar,
Thank you for the reply. I'm posting 2 printscreens before and after adding transparent label above a framebase object. I've also extended one of the samples so you can reproduce the issue. All you need to do is to open a document containing any framebase object like image or frame and draw a label above it. The code for drawing is also included. Kind regards, Igor V |
|
#4
|
||||
|
||||
|
Re: Issues with FrameBase rendering
Hello Igor,
Thank you for the sample project. I can reproduce your issue with that. I have added a bug for this issue to our bug tracker and if technically possible it should be fixed with the next Service Pack for v15.1 or in version 16.
__________________
Regards, Gunnar Giffey, TX Text Control [Forum Administrator] |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Various features (inspired by implementation issues) | PvZ | TX Text Control Feature Requests | 0 | October 16, 2008 10:03:51 |
| Few issues related to Word Document (< Office 2007) | ruturaaj | TX Text Control ActiveX | 10 | April 28, 2008 16:01:13 |
| Lost data when rendering HTML file??? | ktgerard | TX Text Control .NET | 1 | December 22, 2003 10:51:26 |
| Inconsistent HTML rendering | leerjet | TX Text Control .NET | 0 | February 1, 2003 20:19:45 |
| refresh issues with added controls | btwes45 | TX Text Control .NET | 0 | January 21, 2003 17:40:58 |