Page Index Toggle Pages: 1 2 [3]  Send TopicPrint
Very Hot Topic (More than 25 Replies) Tables (Read 26305 times)
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #30 - May 4th, 2008 at 3:59pm
Print Post  
How can I do the following in a table cell:
"cell data *" the star should be in red color

10x
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #31 - May 4th, 2008 at 9:26pm
Print Post  
How can I fill the arrow head with color
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #32 - May 5th, 2008 at 8:37am
Print Post  
Set the Arrow.FillColor property.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #33 - May 5th, 2008 at 10:42am
Print Post  
How can I do the following in a table cell:
"cell data *" the star should be in red color 

10x
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #34 - May 5th, 2008 at 1:11pm
Print Post  
You could use the cell's Picture and PicturePos properties, or otherwise display the * in an additional column.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #35 - May 8th, 2008 at 9:10pm
Print Post  
Is it possible to change the table border color?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #36 - May 9th, 2008 at 9:25am
Print Post  
Set the table's FrameColor property.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #37 - May 26th, 2008 at 8:21pm
Print Post  
Hi,

We have the following problem:
we are using the acriveX version, we use tables and we populate the tables using table.AddRow();
after adding the row we change the table height to display the current row, the problem we have is: when the size of the tables is bigger than the work area scollbar appears but you can not scroll down, only when draging the table a little bit the scroll bars allows you to scroll down to see the whole table, how can we solve it?
we use the following properties:
AutoScroll=true;
AutoSizeDoc = true
FitDocToObjects(0);
the document size is set through this method : SetDocSize
and RestrObjsToDoc  = 2

if you do not understand this I can send you an image of that, just tell me where to sent it.

10X
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #38 - May 27th, 2008 at 4:42am
Print Post  
Hi,

Call FitDocToObjects each time after resizing a table.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #39 - May 27th, 2008 at 9:12am
Print Post  
it works, but the problem is that is shows the vertical scroll bar even if there is no need for it, is there any way to solve it(there is a method to show and hide the scroll bars, but i need it automaically)
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #40 - May 27th, 2008 at 12:08pm
Print Post  
Set FlowChart.DisableNoScroll = false before calling ShowScrollers(). Then the scrollbars hide automatically when they are not needed.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #41 - Jun 2nd, 2008 at 7:02am
Print Post  
this does not work, I stiill see the scroll bars, even if they are not needed
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #42 - Jun 2nd, 2008 at 10:50am
Print Post  
At least, are they disabled?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 
Send TopicPrint