| |
ActiveReports for .NET 3.0 Support
Started by khvobdayoupxda at 07-23-2009 1:37 AM. Topic has 18 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
07-23-2009, 1:37 AM
|
khvobdayoupxda
Joined on 06-16-2009
Posts 19
|
Re: Italic and right-aligned text in textbox appears cut
Attachment: Immagine.JPG
|
|
|
|
|
Hello Prantik, sadly I have again to say that this trick, definetly, doesn't work. I already tried this workaround 2 times before, I gave another last chance, but, maybe due to my local settings, this doesn't work. As you can see from attached image, the little square is visible instead of a space. This happen with every non-printable char from 0 to 32 (ascii). I used your provided solution as you can see. If this works on you pc, maybe we can investigate more configuration and environment.. so I gave it a try on a Vista machine, and.. there it works. I use XP and this could be what it makes difference.
Glass half full: I finally found for what Vista is worth..
|
|
|
|
|
Report
|
|
|
|
07-24-2009, 10:30 AM
|
PrantikS
Joined on 12-11-2008
Posts 758

|
Re: Italic and right-aligned text in textbox appears cut
|
|
|
|
|
Hello,
I tested the sample again with VS 2008 in a Windows XP machine and when I add code such as:-
private void detail_Format(object sender, EventArgs e) { char c = (char)0; this.textBox1.Text=this.textBox1.Text + c.ToString() ;
}
There seems to be proper spacing at the end of the w.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
07-27-2009, 2:02 AM
|
khvobdayoupxda
Joined on 06-16-2009
Posts 19
|
Re: Italic and right-aligned text in textbox appears cut
|
|
|
|
|
It keeps showing the little square.
|
|
|
|
|
Report
|
|
|
|
07-27-2009, 8:35 AM
|
PrantikS
Joined on 12-11-2008
Posts 758

|
Re: Italic and right-aligned text in textbox appears cut
|
|
|
|
|
Hello,
In my testing with VS 2008 and Windows XP machine, the code that I posted was able to insert an empty string at the end of the text of the testbox. But, since your observations are different, it could have to do with the settings of the machine. You could try testing this in a different XP machine.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
|
|
Page 2 of 2 (19 items)
|
< 1 2 |
|
|
|
GrapeCity » Product Support » ActiveReports f... » Italic and right-aligned text in textbox appears cut
|
|
|
|
|