T O P I C R E V I E W |
Waty Thierry |
Posted - 11/10/2004 : 11:18:03 This beta version contains - New wheel mouse supportin order to fix the crash with some mouse driver. - No new blank page after the end of the page (Still to be more tested)
Download Attachment: [img]images/icon_paperclip.gif[/img] Preview5.dll 289.2 KB
Don't hesitate to post your remarks
Come and visit : www.immoassist.com www.ppreview.net www.vbdiamond.com www.d2dsources.com www.mandix.com |
14 L A T E S T R E P L I E S (Newest First) |
vincenzo |
Posted - 03/07/2005 : 10:22:32 I have same problem!
The first post for this was 12/17/2004!!!! |
wbgookin |
Posted - 03/04/2005 : 19:15:16 Any news on the prALCenter problem getting fixed? |
Waty Thierry |
Posted - 01/31/2005 : 11:26:38 Thanks, I'll take a look
Come and visit : www.immoassist.com www.ppreview.net www.vbdiamond.com www.d2dsources.com www.mandix.com |
wholeleaf |
Posted - 01/31/2005 : 00:14:41 For Those who would like a workaround, this gets pretty close. It is still just a tad too far to the right, but not noticeable.
g_center = g_center - (preview1.TextWidth(strText) / 2) preview1.AddTextAt strText, g_center, g_top, prALLeft
Note that this only works with prALLeft.
Gleason |
wholeleaf |
Posted - 01/30/2005 : 23:39:04 Here is a piece of code that has the problem for me
g_left = 350 g_right = preview1.PageWidth - 350 g_center = g_left + ((g_right - g_left) / 2)
preview1.AddTextAt strText, g_center, g_top, prALCenter
the 4th parameter seems to not have the same behavior as it did in 5.10. This code worked in 5.10. The second one might have changed to. Not sure.
Gleason |
wholeleaf |
Posted - 01/30/2005 : 23:36:43 Here is a piece of code that has the problem for me
g_left = 350 g_right = SwiftPrint1.PageWidth - 350 g_center = g_left + ((g_right - g_left) / 2)
preview1.AddTextAt strText, g_center, g_top, prALCenter
the 4th parameter seems to not have the same behavior as it did in 5.10. This code worked in 5.10. The second one might have changed to. Not sure.
Gleason |
wholeleaf |
Posted - 01/30/2005 : 23:17:31 Waty,
I am also seeing headings off center. The rest of text is ok.
Gleason |
vincenzo |
Posted - 12/17/2004 : 14:28:08 Are you dead or alive?
the centered problem?
i have installed 5.20.2 but nothing... |
vincenzo |
Posted - 11/15/2004 : 12:10:08 also:
http://www.ppreview.net/forum/topic.asp?TOPIC_ID=204
this have some example. |
vincenzo |
Posted - 11/15/2004 : 12:00:17 See this:
http://www.ppreview.net/forum/topic.asp?TOPIC_ID=196&SearchTerms=center |
Waty Thierry |
Posted - 11/15/2004 : 10:05:00 As it seems it is not solved :(
Vincenzo, could you send me back a small code to reproduce the problem?
Come and visit : www.immoassist.com www.ppreview.net www.vbdiamond.com www.d2dsources.com www.mandix.com |
vincenzo |
Posted - 11/15/2004 : 09:47:13 I'm courious... 
and the center text problem?
|
Waty Thierry |
Posted - 11/14/2004 : 21:09:02 I use packer to reduce size, don't worry about the size
Come and visit : www.immoassist.com www.ppreview.net www.vbdiamond.com www.d2dsources.com www.mandix.com |
vincenzo |
Posted - 11/13/2004 : 13:27:18 Today i have installed the 5.20.2 and i having same problem with centered text.
Why preview 5.20.2 is 280kb and 5.10 was 800kb?
 |