|
|
|
 |

April 14th, 2004, 07:36 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: CHTML Users?
Or you could just tell me how to make switches and such... I already know how to take in arguments from the command line, I just don't know how to set them up to have stuff like "/if Components.txt" and what not...
|

April 14th, 2004, 07:38 PM
|
 |
Major
|
|
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: CHTML Users?
Sure I(we?) will wait
Thanks Will in advance.
|

April 15th, 2004, 02:27 AM
|
Corporal
|
|
Join Date: Jan 2003
Location: Buenos Aires, Argentina
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: CHTML Users?
Hello
I was "testing" the program a little more...
I could make it function using the stock comps.txt file in the stock Data directory.
It generated the .html files but with no pictures in them (will the program automatically look for the pictures in the correct directory or it is needed to tell it where the pictures are?
The following is taken from the readme file:
Now, it wants to know the size of the images, the folder where they will be or
are located, relative to index.html, and the file format extension. Lets go with
128x128, "images" as the folder name, and png format:
> 128
> ./images/ --> is here where program looks for pics?
> png
Besides, I could not ask the program for any other output directory than /chtml/. And I have to input this parameter starting with "../" when I used "./" (as the readme file indicated)it gave me an error message.
I couldn´t make it work with my "customized.txt" file (may be if I copy it in the stock data directory??)
I hope this will be of some use to you...
By the way, a simple user interface would be a nice addition.
Thanks!!
|

April 15th, 2004, 04:55 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: CHTML Users?
Quote:
It generated the .html files but with no pictures in them (will the program automatically look for the pictures in the correct directory or it is needed to tell it where the pictures are?
|
You have to make the images yourself. It does not look for any images, just adds info to the html for where the images are going to be located relative to the output files.
Quote:
Besides, I could not ask the program for any other output directory than /chtml/. And I have to input this parameter starting with "../" when I used "./" (as the readme file indicated)it gave me an error message.
|
Well you have to create the directory first manually. I do not know how to make it create the directory for you. "./" refers to the current folder you are in. "../" refers to the parent folder of the current folder. So, "../chtml/" when called from the folder "chtml/" refers back to itself. It does the same thing as "./" would in this case.
Quote:
I couldn´t make it work with my "customized.txt" file (may be if I copy it in the stock data directory??)
|
Location of the input file doesn't really matter, as long as you specify the correct path.
Quote:
By the way, a simple user interface would be a nice addition.
|
It does have a simple user interface. You probably want a graphical one though, of which I have no experience making...
|

April 20th, 2004, 03:03 PM
|
Second Lieutenant
|
|
Join Date: Apr 2003
Location: England
Posts: 488
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: CHTML Users?
Wot language you using?
__________________
|

April 20th, 2004, 06:34 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: CHTML Users?
C++
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|