Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic No method like SetCellFont? (Read 2667 times)
rcruzmar
YaBB Newbies
*
Offline



Posts: 25
Location: FL
Joined: Sep 19th, 2007
No method like SetCellFont?
Oct 6th, 2007 at 12:58am
Print Post  
Hi,

Just looking for a confirmation on this or have you point me in the right direction. Wink Is it correct that there is no method available to set or change the font for a given Table Cell? If there is it is not quite obvious to me. Undecided

If there is not such method, could you please add it as a suggestion for the next release of the FlowChartX? Grin

Thanks.

Rolando
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: No method like SetCellFont?
Reply #1 - Oct 6th, 2007 at 9:48am
Print Post  
Hi,

I can see a CellFont indexed property in the control's IDL, and there are

OleFont TableItem::GetCellFont(long col, long row);
void TableItem::SetCellFont(long col, long row, LPDISPATCH newValue);

methods in the TableItem.h wrapper class definition. The CellFont property was introduced in FlowChartX 4.1.2, in case you are using an older version.

Stoyan
  
Back to top
 
IP Logged
 
rcruzmar
YaBB Newbies
*
Offline



Posts: 25
Location: FL
Joined: Sep 19th, 2007
Re: No method like SetCellFont?
Reply #2 - Oct 6th, 2007 at 12:37pm
Print Post  
You are right, I have an older version of the FlowChartX so I purchased the upgrade. 8)

Thanks.

Rolando
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: No method like SetCellFont?
Reply #3 - Oct 6th, 2007 at 12:58pm
Print Post  
Thanks 8) I have just emailed you the download link.

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