473,386 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Helpbook and CHM

How to create a helpbook and display it using python(in Boa). Also,
how to generate CHM files in Boa(Python)???
Any pointers please................

Apr 19 '07 #1
5 1758
Teja wrote:
how to generate CHM files in Boa(Python)???
http://www.rutherfurd.net/software/rst2chm/index.html

TJG
Apr 19 '07 #2
On Apr 19, 3:48 pm, Tim Golden <m...@timgolden.me.ukwrote:
Teja wrote:
how to generate CHM files in Boa(Python)???

http://www.rutherfurd.net/software/rst2chm/index.html

TJG
Can't I do it in Boa constructor ??? I have seen an option in Boa to
create a new helpbook and compile it to CHm and help files, But no
clue how to do it.......

Apr 19 '07 #3
On Apr 19, 3:58 am, Teja <tejovath...@gmail.comwrote:
On Apr 19, 3:48 pm, Tim Golden <m...@timgolden.me.ukwrote:
Teja wrote:
how to generate CHM files in Boa(Python)???
http://www.rutherfurd.net/software/rst2chm/index.html
TJG

Can't I do it in Boa constructor ??? I have seen an option in Boa to
create a new helpbook and compile it to CHm and help files, But no
clue how to do it.......
Not that I know of. Which version are you using? Where in the
application did you find it? Indicate the menu's you navigated to get
to that option.

MS HTML Help Workshop is the standard compiler for CHM files. There
are some other freeware/shareware. The workshop is simple enough
though.

Apr 19 '07 #4
On Apr 19, 4:33 pm, Ravi Teja <webravit...@gmail.comwrote:
On Apr 19, 3:58 am, Teja <tejovath...@gmail.comwrote:
On Apr 19, 3:48 pm, Tim Golden <m...@timgolden.me.ukwrote:
Teja wrote:
how to generate CHM files in Boa(Python)???
http://www.rutherfurd.net/software/rst2chm/index.html
TJG
Can't I do it in Boa constructor ??? I have seen an option in Boa to
create a new helpbook and compile it to CHm and help files, But no
clue how to do it.......

Not that I know of. Which version are you using? Where in the
application did you find it? Indicate the menu's you navigated to get
to that option.

MS HTML Help Workshop is the standard compiler for CHM files. There
are some other freeware/shareware. The workshop is simple enough
though.
If u have Boa constructor 0.4.4, Go to File--->New--->helpbook

Save it. After saving, click File menu option and you will find, "make
HTB" and "make CHM"
But I dont know how to add files and generate a complete CHM file.
Apr 19 '07 #5
Teja wrote:
how to generate CHM files in Boa(Python)???
http://www.rutherfurd.net/software/rst2chm/index.html
TJG
Can't I do it in Boa constructor ??? I have seen an option in Boa to
create a new helpbook and compile it to CHm and help files, But no
clue how to do it.......
Not that I know of. Which version are you using? Where in the
application did you find it? Indicate the menu's you navigated to get
to that option.
MS HTML Help Workshop is the standard compiler for CHM files. There
are some other freeware/shareware. The workshop is simple enough
though.

If u have Boa constructor 0.4.4, Go to File--->New--->helpbook

Save it. After saving, click File menu option and you will find, "make
HTB" and "make CHM"
But I dont know how to add files and generate a complete CHM file.
Right-click the file list view and select "Add files". I didn't see
this Helpbook feature before. However, I could not get it to compile
after that. Unless, Boa Constructor is doing something while building
CHMs that integrates with the app development, I recommend that you
try a specialized tool for the job instead. Boa was an extremely
promising tool when I saw it about 6 yrs ago or so at 0.0.1 (it
already had a streamlined WYSIWYG GUI builder with a code aware editor
back then, something we still don't have elsewhere for Python). But
the development never seemed to gather steam since then. 0.4.4 is not
even listed as a release on the home page and it is almost 2 yrs old.

Apr 19 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Shea Martin | last post by:
I have a String class (I know I am re-inventing the wheel, yes I have heard of boost, and of QString). My copy constructor does a deep (strcpy) of the char *_buffer member. I have a member...
6
by: Alex Pet | last post by:
Hi, Please, consider me your friend. and think about the following. This also apply to all the groups, not only where I post the message. Before you reply to any of the question in the news...
1
by: klaus.roedel | last post by:
Hi @all, I've implement a python application with boa constructor and wx.python. Now I wanted to add a help to my application. I found the helpviewer, where it is very easy to open a helpbook....
5
by: Ajay | last post by:
Hi all, I want to force that compiler take the function INLINE if i declare it inline.I know there is some macro to force the compiler to take the function as inline..but unfortunately i dont know...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.