Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSTAB Blank at runtime

Status
Not open for further replies.

drwunz

Programmer
Dec 17, 2001
34
US
I have an SSTab control with a frame on each tab. At design time (in the IDE) clicking on the various tabs displays the appropriate frames...at runtime, all the tabs work except the tab that was 'current' when I clicked on RUN...that tab is blank. Same thing happens if I compile and run the executable...the active tab at the time of compile is blank when I go to that tab at runtime.
I've placed a breakpoint in the code and checked the .Left property of all the appropriate elements...they look correct. Anyone got any ideas?
 
I'm not familar with this control but you might check and see if you can set wich tab is open when the form loads. this might force it to show.
Todd Norris
Hope this helps !
 
Hi drwunz.

I tried to replicate your problem, but all the frames
on my sstab showed up ok at runtime.

My only suggestion is to delete your sstab and
put in a new one.

A pretty lame suggestion, but may as well try it huh?

;-)
 
Check that there are no refreshes on the form, tab or frames. These seem to clear the sstab rather than refresh it. This is a confirmed problem with this control on MSDN.
 
Check that there are no refreshes on the form, tab or frames. These seem to clear the sstab rather than refresh it. This is a confirmed problem with this control on MSDN.
;)
 
Check that there are no refreshes on the form, tab or frames. These seem to clear the sstab rather than refresh it. This is a confirmed problem with this control on MSDN.
;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top