SSTab problem 
Author Message
 SSTab problem

Hi....I was having a problem with the SSTab control in VB4.0 Pro.  I would
create the control and put some other control ontop of the tab, but if I
moved the tab control the other control (text control) would stay still.
Or if I switched tabs, the control (text control) would stay visible.

I heard that there was new version of the tabctrl32.ocx, so I got it and
extracted it over top the old one.  I am having the same problem!

Is there something else I need to do to upgrade it, or am I doing something
wrong?

Thanks in advance....

Ken



Tue, 27 Apr 1999 03:00:00 GMT  
 SSTab problem

 > Hi....I was having a problem with the SSTab control in VB4.0 Pro.  I
 > would
 > create the control and put some other control ontop of the tab, but
 > if I
 > moved the tab control the other control (text control) would stay
 > still.
 > Or if I switched tabs, the control (text control) would stay
 > visible.
 >
 > I heard that there was new version of the tabctrl32.ocx, so I got it
 > and
 > extracted it over top the old one.  I am having the same problem!
 >
 > Is there something else I need to do to upgrade it, or am I doing
 > something
 > wrong?

I would guess your double clicking the controls you want to add to the tab
control.

Try just single clicking the disired control then drawing the control on the
tab control.  To draw the  object on the tab control just click and hold then
drag and let go.

Kevin



Wed, 28 Apr 1999 03:00:00 GMT  
 SSTab problem

Quote:

>Hi....I was having a problem with the SSTab control in VB4.0 Pro.  I would
>create the control and put some other control ontop of the tab, but if I
>moved the tab control the other control (text control) would stay still.
>Or if I switched tabs, the control (text control) would stay visible.

Ken,

I had the same problem.  Spent ages trying to fix it.  I ended up
using the Tab OCX that comes with VB4.  Works almost identically
(except supports a win95 look as well)

Javy Llora  (:                | Golden 3 Technology          



Fri, 30 Apr 1999 03:00:00 GMT  
 SSTab problem



Quote:
> I had the same problem.  Spent ages trying to fix it.  I ended up
> using the Tab OCX that comes with VB4.  Works almost identically
> (except supports a win95 look as well)

Is the tabstrip control?  I didn't see any others.  If it is the tabstrip
control, I thought that it involved a lot more work than the sstab control
because of having to swap controls programatically.

Ken



Fri, 30 Apr 1999 03:00:00 GMT  
 SSTab problem



Quote:
> You probably didn't place the control on the tab container properly.
> An easy way to check this is the try moving the control off the
> container.  If the control isn't cut off at the boundary of the
> container, then you did it wrong.

> To place it on the tab control, you must first select the tab control.
> Single click the tab control, then place the new control on it.  The
> new control is then "owned" by the tab control.

I tried that and got the same problem.  I clicked on the sstab control and
it was in focus, then I selected the other control and moved it into the
sstab control.  Moving the sstab control, moved it without moving the other
controls.  Also switching tabs didn't work either.

Thanks...

Ken



Fri, 30 Apr 1999 03:00:00 GMT  
 SSTab problem

Another way of getting the control into the tab, assuming you have spent
some time customising it and don't want to do it again, is to select the
item you want to place into another container, cut it to the clipboard,
and then select the container before doing a paste.  It will now be
inside the container at the top left corner.  Move it where you want it.

This is also a useful technique for creating arrays of controls, and can
be used to create several arrays at once.

To qualify what Kevin said: when you double-click, the new control is
placed on the form itself.  If you want it inside a container, you have
to draw it inside the container.

Quote:

>  > Hi....I was having a problem with the SSTab control in VB4.0 Pro.  I
>  > would
>  > create the control and put some other control ontop of the tab, but
>  > if I
>  > moved the tab control the other control (text control) would stay
>  > still.
>  > Or if I switched tabs, the control (text control) would stay
>  > visible.

[snip]

> I would guess you're double-clicking the controls you want to add to the tab
> control.

> Try just single clicking the disired control then drawing the control on the
> tab control.  To draw the  object on the tab control just click and hold then
> drag and let go.

> Kevin



Fri, 30 Apr 1999 03:00:00 GMT  
 SSTab problem



Quote:
> Another way of getting the control into the tab, assuming you have spent
> some time customising it and don't want to do it again, is to select the
> item you want to place into another container, cut it to the clipboard,
> and then select the container before doing a paste.  It will now be
> inside the container at the top left corner.  Move it where you want it.

Thanks for the help...I finally got it working.

I appreciate the help that people have provided.

Ken



Fri, 30 Apr 1999 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. SStab Problem - Dragover event

2. SSTab Problem

3. SStab Problem - Drag and Drop

4. SSTAB problem

5. SSTAB:Problem with creating tabs at runtime

6. Horrendous SStab problems

7. SSTab problems

8. SSTab problem

9. SSTab Problem/Queston.

10. SStab Problem

11. SSTab problem

12. SSTab problem

 

 
Powered by phpBB® Forum Software