Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtCheckBox on CExtTabPageContainerOneNoteWnd tab pages Collapse All
Subject Author Date
Panagiotis Zarafonitis Jul 21, 2009 - 3:53 AM


<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Word.Document" name="ProgId" />
<meta content="Microsoft Word 11" name="Generator" />
<meta content="Microsoft Word 11" name="Originator" />
<link href="file:///C:\DOCUME~1\Pantelis\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" rel="File-List" />


<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:PunctuationKerning />
<w:ValidateAgainstSchemas />
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:Compatibility>
<w:BreakWrappedTables />
<w:SnapToGridInCell />
<w:WrapTextWithPunct />
<w:UseAsianBreakRules />
<w:DontGrowAutofit />
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" LatentStyleCount="156">
</w:LatentStyles>
</xml><![endif]-->

<style type="text/css">
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin:0cm;
    margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:12.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";}
@page Section1
    {size:595.3pt 841.9pt;
    margin:72.0pt 90.0pt 72.0pt 90.0pt;
    mso-header-margin:35.4pt;
    mso-footer-margin:35.4pt;
    mso-paper-source:0;}
div.Section1
    {page:Section1;}
-->
</style>


<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
</style>
<![endif]-->

I am using CExtTabPageContainerOneNoteWnd to create several tab pages where the user has to fill some data. Is there a way to integrate a CExtCheckBox on each tab (lets say in the icon area) in order to be checked when the user filled each particular page?<o:p></o:p>


 

<o:p> </o:p>


 

Kind regards<o:p></o:p>

Panagiotis Zarafonitis Jul 22, 2009 - 10:43 AM

Thank you for your quick response. Maybe I wasn’t clear at my initial post. The checkboxes must be fully functional and not just drawings of checks (the user must check each tab after he/she finishes the data input). Can you please provide me with some sample source code because I am still a newbie on your library.


 


Kind regards

Technical Support Jul 22, 2009 - 1:07 PM

We are sorry for the delay with this answer. We created a test project for you:

http://www.prof-uis.com/download/forums/OneNoteCheckedTabs.zip

It features a check box inside each one note tab item.

Panagiotis Zarafonitis Jul 23, 2009 - 4:41 AM

Thank you very much. The sample code, with minor modifications, worked fine.

Kind regards

Panagiotis Zarafonitis Jul 22, 2009 - 12:00 AM

Thank you for your quick response. Maybe I wasn’t clear at my initial post. The checkboxes must be fully functional and not just drawings of checks (the user must check each tab after he/she finishes the data input). Can you please provide me with some sample source code beacause I am still a newbie on your library.


Kind regards

Technical Support Jul 21, 2009 - 8:47 AM

The icon part of the tab item should be used for implementing check box. You can simply use the check box like looking icons. If you need both icons and check boxes, then you should use wide 32x16 icons where left 16x16 part is some image and right 16x16 part is icon like looking image or vice versa.

Panagiotis Zarafonitis Jul 21, 2009 - 3:55 AM

I am using CExtTabPageContainerOneNoteWnd to create several tab pages where the user has to fill some data. Is there a way to integrate a CExtCheckBox on each tab (lets say in the icon area) in order to be checked when the user filled each particular page?

Kind regards