Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic V-Scrollbar in Tables? (Read 5121 times)
Henry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Feb 11th, 2008
V-Scrollbar in Tables?
Feb 12th, 2008 at 12:09pm
Print Post  
Hi,


is that possible when not all rows are displayed in the Table?

Greetings
Henry
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: V-Scrollbar in Tables?
Reply #1 - Feb 12th, 2008 at 12:26pm
Print Post  
Hi,

Set Table.Scrollable = true. It isn't exactly a scrollbar, but that's the closest you can get at this time.

Stoyan
  
Back to top
 
IP Logged
 
Henry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Feb 11th, 2008
Re: V-Scrollbar in Tables?
Reply #2 - Feb 12th, 2008 at 12:29pm
Print Post  
Hi,

that the 2 Buttons on the Header or?
for a "real" Scroll-Bar i must create my own object?

bye
Henry
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: V-Scrollbar in Tables?
Reply #3 - Feb 12th, 2008 at 12:34pm
Print Post  
You could try a group where a bsAxControl box containing a real scrollbar is attached to the table. Handle the scrollbar events to change the table's CurrScrollRow.

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


I love YaBB 1G - SP1!

Posts: 18
Joined: Feb 11th, 2008
Re: V-Scrollbar in Tables?
Reply #4 - Feb 12th, 2008 at 3:20pm
Print Post  
hi,

when i try this example from the help, i can't assign the fcx-object to the container. "Invalid object use" The flowchart class dosnt support this in VB6.


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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: V-Scrollbar in Tables?
Reply #5 - Feb 12th, 2008 at 4:05pm
Print Post  
Hi,

Which example are you trying to run?

Stoyan
  
Back to top
 
IP Logged
 
Henry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Feb 11th, 2008
Re: V-Scrollbar in Tables?
Reply #6 - Feb 13th, 2008 at 7:19am
Print Post  
hi,


the example from the topic "BindToControl method" in help.

  load scroll(1)
  Set VScroll1(1).Container = fc ' <== here is the error
  VScroll1(1).visible = True
  abox.Style = bsAxControl
  abox.BindToControl VScroll1(1), 0

scroll is a controlarray, fc is my fcx, i can't set the container to my fcx object.


bye
Henry
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: V-Scrollbar in Tables?
Reply #7 - Feb 13th, 2008 at 8:02am
Print Post  
  
Back to top
 
IP Logged
 
Henry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Feb 11th, 2008
Re: V-Scrollbar in Tables?
Reply #8 - Feb 13th, 2008 at 8:20am
Print Post  
oh,

ok that was it, after i change the registy value i can assign the fcx as container.

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