1<HTML><!-- #BeginTemplate "/Templates/MainTemplate.dwt" --> 2<HEAD> 3<!-- #BeginEditable "doctitle" --> 4<TITLE>RB Manager Tutorial - Creating Groups</TITLE> 5<!-- #EndEditable --> 6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 7<STYLE TYPE="TEXT/CSS"> 8<!-- 9.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} 10.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold} 11.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} 12--> 13</STYLE> 14</HEAD> 15 16<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> 17<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 18 <TR> 19 <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> 20 <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD> 21 </TR> 22 <TR> 23 <TD HEIGHT="60" > 24 <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> 25 </TD> 26 </TR> 27 <TR> 28 29 <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top"> 30 <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> 31 <TR> 32 <TD CLASS="topicHead">General</TD> 33 </TR> 34 <TR> 35 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 36 </TR> 37 <TR> 38 <TD CLASS="topicList"> 39 <UL> 40 <LI><A HREF="../system_requirements.html">System Requirements</A></LI> 41 <LI><A HREF="../faq.html">FAQ</A></LI> 42 <LI><A HREF="../future_features.html">Future Releases</A></LI> 43 <LI CLASS="topicList"><A HREF="../future_features.html">Version 44 History</A></LI> 45 </UL> 46 </TD> 47 </TR> 48 <TR> 49 <TD CLASS="topicHead">RB Manager</TD> 50 </TR> 51 <TR> 52 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 53 </TR> 54 <TR> 55 <TD CLASS="topicList"> 56 <UL> 57 <LI><A HREF="../index.html">Home</A></LI> 58 <LI><A HREF="index.html">Tutorial</A></LI> 59 <LI><A HREF="../views/index.html">Functionality and Views</A></LI> 60 <LI><A HREF="../lookandfeel.html">Look and Feel</A></LI> 61 <LI><A HREF="../menu.html">Menu Items</A></LI> 62 <LI CLASS="topicList"><A HREF="step1.html">Preferences</A></LI> 63 </UL> 64 </TD> 65 </TR> 66 <TR> 67 <TD CLASS="topicHead">RB Reporter</TD> 68 </TR> 69 <TR> 70 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 71 </TR> 72 <TR> 73 <TD CLASS="topicList"> 74 <UL> 75 <LI><A HREF="../RBReporter.html">Home</A></LI> 76 <LI>Report Types</LI> 77 <LI><A HREF="../scanfile.html">Code Scanning</A></LI> 78 </UL> 79 </TD> 80 </TR> 81 </TABLE> 82 83 <P> </P> 84 </TD> 85 86 <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" --> 87 <DIV ALIGN="CENTER"> 88 <H3>Creating Groups within the Bundle</H3> 89 <P ALIGN="LEFT"><B>What is a Group?</B></P> 90 <P ALIGN="LEFT">One of the fundamental problems with managing resource 91 bundles across large projects is that individual resources often got 92 lost in the vast number of translations. By creating groups within resources, 93 RBManager makes it much simpler to manage the daunting number of translations. 94 The resource bundle is like a tree with the files at the upper levels. 95 Beneath the file level is the group level, and beneath that, the individual 96 resources.</P> 97 <P ALIGN="LEFT">The only meta data that groups contain are name and comment. 98 The name is a way of identifying the group from a list of groups, and 99 the comment is a quick description about what the group contains.</P> 100 <P ALIGN="LEFT"><B>Creating a Group</B></P> 101 <P ALIGN="LEFT">Like any other editing that affects the entire resource 102 bundle, the creation of a group can not be done from the individual 103 language file level. Two ways exist to create a group. The first is 104 to select the base class at the top of the resource bundle tree, select 105 the 'Groups' tab, and click the 'Create Group' button. The second way 106 is to go to the 'Options' menu and select 'Add New Group'. The second 107 method can be used no matter what your current view is on the lower 108 right panel.</P> 109 <P ALIGN="LEFT">Once you have followed one of these two methods, the following 110 dialog should appear:</P> 111 <P ALIGN="LEFT"><IMG SRC="../images/screenshots/create_group.gif" WIDTH="408" HEIGHT="109"></P> 112 <P ALIGN="LEFT">Enter a name and comment for the group, and click on 'Create'. 113 Now you have a group. You can add more groups now or at any time. You 114 can also begin to create new resources under the new group as explained 115 in the next step.</P> 116 <P ALIGN="LEFT"><A HREF="step2.html">Back to Step 2</A> -or- <A HREF="step4.html">Forward 117 to Step 4</A></P> 118 </DIV> 119 <!-- #EndEditable --></TD> 120 </TR> 121 <TR> 122 <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200"> 123 <!-- Comment --> 124 </TD> 125 <TD WIDTH="80"> 126 <!-- Comment --> 127 </TD> 128 <TD> 129 <CENTER><SPAN CLASS="Copyright">Copyright 2000-2001 International Business Machines, All Rights Reserved</SPAN></CENTER> 130 </TD> 131 </TR> 132</TABLE> 133 134</BODY> 135<!-- #EndTemplate --></HTML> 136