Posted 28 May 2018, 8:45 pm EST - Updated 4 October 2022, 2:35 am EST
Disable auto hide C1DockingTabPage
Posted by: eploentham on 28 May 2018, 8:45 pm EST
-
-
Posted 29 May 2018, 3:26 am EST
Hello,
Please set the CanAutoHide property of the C1DockingTab to “False” to avoid auto-hiding.
The evaluation message pop up/nag screen appears only in the following two cases:
- Your system does not have a valid license key for the controls.
- The entries of the licenses.licx file do not match with the controls used in the application.
In your case, it seems that the licenses file either doesn’t exist, contains wrong information, or is not configured correctly.
First, try a full rebuild (Rebuild All from the Visual Studio Build menu). This will usually rebuild the correct licensing resources.The entry for every C1 control used in the application at design time or run time should be present in the licenses.licx file of the project. If you have added controls at runtime, drag and drop the controls on the form to generate their corresponding entries in the licenses.licx file and then you may delete the controls. You can also use the LicxGenerator to generate a licenses.licx file for your application. You can learn more about the same using the below mentioned blog post:
https://www.grapecity.com/en/blogs/licensing-and-licenses-licx-file-licxgenerator-tool/It seems like your project contains multiple samples. If this is correct, please ensure that every project that consists of ComponentOne components should contain a licenses.licx file with valid entries for all the C1 controls used in the project. The sample with C1SpellChecker must not be having its respective entry in the licenses.licx file. You can use this entry in it:
C1.Win.C1SpellChecker.C1SpellChecker, C1.Win.C1SpellChecker.4
For complete list of entries, you may refer the following URL:
http://helpcentral.componentone.com/nethelp/c1studiowinforms/Creating_components_at_run_time.htmlIf this does not solve your problem, we request you to share with us the entries in your licenses.licx file related to the project having C1SpellChecker.
Also, you may refer to the below blog post that would explain you in detail about ComponentOne Licensing:
http://our.componentone.com/2012/01/13/componentone-licensing/Best Regards,
Esha -
Posted 31 May 2018, 10:52 pm EST
thank you
-
Posted 1 June 2018, 12:30 am EST
Hello,
Did you try setting the CanAutoHide property of the C1DockingTab to “False” to avoid auto-hiding? This will make the auto-hide button (pin) to be disabled.
If this is not what you mean, can you please share your requirement in detail so that we can assist you in the correct manner?Thanks,
Esha -
Posted 2 June 2018, 1:43 am EST
Thank you for CanAutoHide
Property CanAutoHide
us Enable or Disable to us Auto hide C1DockingTabfor event form open
C1DockingTab is open
i want to close, when user click C1DockingTab it to showthank you for answer
-
Posted 4 June 2018, 3:20 am EST
Hello,
Thanks for the clarity. It is not possible to hide all the tab pages on form load and display them only when tab is clicked. At least one tab page will be highlighted at first.
Thanks,
Esha