| View previous topic :: View next topic |
| Author |
Message |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Sun Nov 30, 2003 11:08 pm Post subject: See a more advanced example... |
|
|
In VDS 5 HELP FILES...at bottom of some pages....it states:
See a more advanced example...
I assume it's a link to See a more advanced example...
It's not wking...is there another piece of help file I am suppose to download? I have searched to no avail.
All feedback welcomed and needed. Thanks, nt |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Dec 01, 2003 12:39 am Post subject: |
|
|
It links to the corresponding demo script in your demo folder.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Mon Dec 01, 2003 12:26 pm Post subject: |
|
|
hi noveltech,
i found the same thing...clicking on the links does nothing except to inform me of an error...not sure what the problem is
serge _________________
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Dec 01, 2003 9:11 pm Post subject: |
|
|
Actually its because the current directory doesn't point to:
| Code: | | %drive%\%install_path%\demos\demo.dsc |
It currently points to:
| Code: | | %curdir%\demos\demo.dsc |
_________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Mon Dec 01, 2003 11:32 pm Post subject: directory doesn't point ? How do we point? |
|
|
directory doesn't point ? How do we point?
Thanks, FF, but, how do we (I) redirect the point? nt |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Dec 02, 2003 12:14 am Post subject: |
|
|
Try:
| Code: | | directory change,"%install_path%\demos" |
Where %instal_path% is the path to your VDS installation directory.
You have to run that before opening the help file.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Wed Dec 03, 2003 4:13 am Post subject: Over my Head! I assume this must be simple? |
|
|
Thanks, FF, for all feedback., I've read your feedback over and over attempting to understand what I'm suppose to do... get the vds5 help file to point to the demos. I must be suffering with a learning disability for I do not understand.
1. C:\Program Files\Visual DialogScript 5\VDS.chm
How do I get the VDS.chm (above) to point to the below demos dir?
2. C:\Program Files\Visual DialogScript 5\demos
Or...I have completely missed the "point" message?
Thanks, nt |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Wed Dec 03, 2003 7:10 am Post subject: |
|
|
Hi FF
I don't think that "Directory change" will help the html help macro/javascript to change it's path when html help is launched from the IDE (This is the situation in which the links don't work for me) and they don't work no matter what I do in this situation and I recieve a message like "Unable to start "demos\mousedown.dsp". But I was never bothered by it as I haven't yet taken a look at the Demos. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Dec 03, 2003 7:48 pm Post subject: |
|
|
I suggested the "directory change" method since it worked for me when
I had this same problem with the VDS 4 help file; I didn't think to take note
that the VDS 4 help file was a .HLP file and the VDS 5 one is a .CHM one.
I think the only way to get around this is to just manually look for the demo
with the name corresponding to the the help topic. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|