blob: bb18457b3682060a2bb22279e28672edb623b760 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="StarOffice 7 (Win32)">
<META NAME="AUTHOR" CONTENT="Ingo Schmidt">
<META NAME="CREATED" CONTENT="20020419;13085671">
<META NAME="CHANGED" CONTENT="20040205;15055633">
</head>
<body LANG="de-DE" DIR="LTR">
<P ALIGN=LEFT STYLE="font-weight: medium"><FONT FACE="Verdana, sans-serif"><FONT SIZE=6>Definition
of a FolderItem</FONT></FONT></P>
<P><BR><BR>
</P>
<P><FONT FACE="Verdana, sans-serif">The keyword for a FolderItem
definition is <B>FolderItem</B>. A global ID of a <FONT FACE="Verdana, sans-serif">FolderItem
should</FONT> begin with <B>gid_Folderitem. </B><FONT FACE="Verdana, sans-serif">FolderItems</FONT>
contain the information about the assigned module in their definition
block. <FONT FACE="Verdana, sans-serif">FolderItems </FONT>represent
entries into <A HREF="scpitem_folder.html">Folders</A>, which exist
in the Windows system, for example the Windows start menu folder. A
typical definition of a <FONT FACE="Verdana, sans-serif">FolderItem
</FONT>in the scp projects looks like:</FONT></P>
<P STYLE="font-weight: medium"><FONT FACE="Verdana, sans-serif">FolderItem
gid_Folderitem_Staroffice_Setup<BR>ModuleID = gid_Module_Abc<BR>Name
= &quot;setup&quot;;<BR>FolderID = gid_Folder_Staroffice;<BR>FileID =
gid_File_Bin_Setup;<BR>IconFile = gid_File_Bin_Setup;<BR>IconID =
15;<BR>Parameter = &quot;.uno:NewDoc&quot;;<BR>End</FONT></P>
<P STYLE="font-weight: medium"><FONT FACE="Verdana, sans-serif">The
definition of a FolderItem cotains some different entries. The
FolderItem needs a name, which is after the installation visible in
the Windows start menu folder. Therefore this name often has to be
localized. Of course a FolderItem has to know, to which Folder it
belongs. Every FolderItem is a link to a file, therefore the FileID
has to be defined. In this case this is the setup file.</FONT></P>
<P STYLE="font-weight: medium"><FONT FACE="Verdana, sans-serif">The
FolderItem is realized as link to the file assigned to the FileID in
the directory, that is specified as FolderID.</FONT></P>
<P><BR><BR>
</P>
</body>
</HTML>