Print Page | Close Window

TabWorkspace how to hide forms during loading..

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=17916
Printed Date: 20 May 2024 at 11:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TabWorkspace how to hide forms during loading..
Posted By: zabogar
Subject: TabWorkspace how to hide forms during loading..
Date Posted: 18 February 2011 at 6:53am
Hello everyone,

I have a problem with TabWorkSpace

I have about 8 / 10 forms with many items that are loaded into each one after the other and the visual effect is very bad.

Can I use some trick to avoid the problem?


Example:

    'this it how i init the TabWorkSpace
    Set tWorkspace = CommandBars.ShowTabWorkspace(True)
      With tWorkspace
        .flags = xtpWorkspaceHideClose 'xtpWorkspaceHideArrowsAlways +
        .AutoTheme = False
        .AllowReorder = False
        .NewTabPosition = xtpWorkspaceNewTabNextToActive
        With .PaintManager
            .OneNoteColors = True
            .Appearance = xtpTabAppearancePropertyPage2003
            .Position = xtpTabPositionTop
            .HeaderMargin.Top = 10
            .MultiRowFixedSelection = True
        End With
      End With

      'all the forms are MDIchilds.
      form1.show
      form2.show
      form3.show
      form...
      form10.show

(sorry ... my english it's not very good, and it's a little bit hard to explain the problem.. Embarrassed)

thanks !




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net