| Author |
Message |
keithr
Joined: 28 Nov 2005 Posts: 7 Location: Nashua, NH, USA
|
Posted: Wed Mar 14, 2007 4:20 pm Post subject: Feature Request / CHM limitation. |
|
|
How about some filtering by name for the object displays, similiar to the filter in SSMS. Nested even, so you could filter for specific database names and then filter the objects for each database would be really great.
I am testing it out on an application db that has 1200+ views in it. For some reason when doing a CHM for the views by themselves, the CHM project crashes, so I have to manually turn enable/disable each view to see whats causing the problem.
I am assuming at this point it is most likely a limitation on the CHM project because it fails while building the index list (@ 99%) and I have been able to do all the other objects within that db in addition to 7 other databases (into a single file which is very nice)
Any idea on what limits a html help project has on number of files or cross-referenced links? _________________ Keith Rupert
Programmer
603.595.5500 x5111
UniFund, LLC
13 Technology Way
Nashua, NH 03060-3213
www.unifundonline.com |
|
| Back to top |
|
 |
david connell
Joined: 21 Nov 2005 Posts: 205
|
Posted: Thu Mar 15, 2007 7:25 pm Post subject: |
|
|
Hi Keith,
I would try checking out the temporary chm files that are produced.
I think that you may find that in the file SQLDoc.hhp the option Binary TOC is enabled. This does not seem to always work.
eg
| Code: |
[OPTIONS]
Auto Index=Yes
Binary TOC=Yes
Compatibility=1.1 or later
Compiled file=..\New project.chm
Contents file=SQLDoc.hhc
Default Font=,8,65001
Default Window=Default
Default topic=index.html
Display compile progress=Yes
Error log file=output.log
Full-text search=Yes
Index file=SQLDoc.hhk
Language=0x809 English (United Kingdom)
Title=New project
|
remove the line Binary TOC and try running the project file directly with HTML Help Workshop.
Hope that works for you. Let me know either way...
Regards
David |
|
| Back to top |
|
 |
keithr
Joined: 28 Nov 2005 Posts: 7 Location: Nashua, NH, USA
|
Posted: Tue Mar 20, 2007 8:04 pm Post subject: |
|
|
Sorry, for the delay in responding. I checked all the previous build outputs and none had binary turned on. Turning it on doesn't help either. (had to try). I was able to get up around 720 views into a chm file, but it still crashes. I do believe its something to do with the views design, but don't know what that is yet. _________________ Keith Rupert
Programmer
603.595.5500 x5111
UniFund, LLC
13 Technology Way
Nashua, NH 03060-3213
www.unifundonline.com |
|
| Back to top |
|
 |
david connell
Joined: 21 Nov 2005 Posts: 205
|
Posted: Wed Mar 21, 2007 3:03 pm Post subject: |
|
|
Keith & I worked out that there was an incorrect entry in the files section of the SQLDoc.HHP file.
By removing this entry all worked fine.
So the section looked like
[FILES]
index.html
SQLDoc.hhp
....
The line in bold was removed and then all worked correctly.
Thanks Keith.
Regards
David |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group