Hi! I created an .HxS compiled help file with HelpStudio Lite,included in Visual Studio 2005 SDK. I used Help Integration Wizard to create a merge module containing my help file. In the Wizard I added a filter for my help, but when shown in Document Explorer, I can see the filter but when selected no topics are shown in the treeview. I think there's some mistake in assigning filters. Suppose my help file is called MyHelp.HxS. In HIW I assigned the following namespace: myhelp.mymathlibrary.mymath then I defined the following Collection ID and Collection Title: ID: MyMathCollectionDef Title: Help To MyMathLibrary I added the following query string for creating a filter: "DocSet"="MyMathCollectionDef" but it doesn't work. Where am I going wrong, please? Many thanks, Alessandro
Hello Progalex I don't use these tools but here are some tips for filters. Each HTML file needs to be marked with the correct attributes to make filters work. Have a read of these docs and see also the example project http://helpware.net/mshelp2/h2tutorial.htm http://helpware.net/mshelp2/attribs.htm -- Rob Chandler MS Help MVP http://helpware.net/FAR/ http://mshelpwiki.com/ "Progalex" wrote in message news:C3F8E6D3-4EA5-48A7-BC11-70597405EF3D@microsoft.com... > Hi! > > I created an .HxS compiled help file with HelpStudio Lite,included in > Visual > Studio 2005 SDK. > > I used Help Integration Wizard to create a merge module containing my help > file. > > In the Wizard I added a filter for my help, but when shown in Document > Explorer, I can see the filter but when selected no topics are shown in > the > treeview. > > I think there's some mistake in assigning filters. > > Suppose my help file is called MyHelp.HxS. > > In HIW I assigned the following namespace: myhelp.mymathlibrary.mymath > > then I defined the following Collection ID and Collection Title: > > ID: MyMathCollectionDef Title: Help To MyMathLibrary > > I added the following query string for creating a filter: > > "DocSet"="MyMathCollectionDef" but it doesn't work. > > Where am I going wrong, please? > > Many thanks, > > Alessandro >