Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChartX 4.1.2 released! (Read 3179 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 689
Joined: Apr 6th, 2003
FlowChartX 4.1.2 released!
Jan 16th, 2007 at 11:36am
Print Post  
Version 4.1.2 adds many customer-requested features; the most useful of them are listed below:

~ OpenPreviewWindow provides control over the preview window
~ CellFont allows using distinct fonts for cells' text
~ ResizeToFitText resizes a table so that cells fit their text
~ GetTableAt looks for a table lying at a specified point
~ More precise hit-testing for multiple-selection
~ SaveToString and LoadFromString now use base64 encoding
~ RotateText specifies if text should rotate when a box rotates
~ Coordinate transformation methods added to ScriptHelper
~ MeasureString measures the space needed to display a string
~ SelectionMoved event occurs when selected items are moved
~ Support for XML serialization of the Tag and UserData properties

The trial version is now available for download here:
https://mindfusion.eu/FCXdemo.zip
https://mindfusion.eu/FCXdemoPro.zip

Registered customers will receive their upgrades shortly.

Happy coding!
  
Back to top
WWW  
IP Logged
 
Stanislaw
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jan 17th, 2007
Re: FlowChartX 4.1.2 released!
Reply #1 - Jan 17th, 2007 at 5:26am
Print Post  
Just downloaded and installed the new version. Especially the new table method ResizeToFitText comes handy for an application I am developping right now. But, when I use it it appears to everytime cut off the last character of the longest string. Doesn't matter wether its a normal cell or the caption. Besides this the program,  developed under VB6 hangs on the execution of this method every second time I run it (in debug mode).

As a relativly new user of your software this doesn't make me ethousiastic about the quality of your releases.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartX 4.1.2 released!
Reply #2 - Jan 17th, 2007 at 6:56am
Print Post  
We rely on the GetTextExtentPoint32 Windows API function to measure the string width, so it might have returned a slightly smaller width for the string than the actual result when drawing it. We have now tested running FitSize in a loop and haven't noticed it hanging - could you email me a diagram file with a table that you have problems with so we can test this here.

Thanks,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint