PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Tyrone Lee on January 24, 2008, 02:00:01 PM

Title: PB Help.
Post by: Tyrone Lee on January 24, 2008, 02:00:01 PM
Where is FireFly looking for the PowerBASIC help file? When I try to access help from FF, it can't find my PB help file. I also don't see a setting or a way to browse and fix this.

Tye
Title: Re: PB Help.
Post by: TechSupport on January 24, 2008, 02:29:41 PM
Hi Tye,

I am not near my source code right now but there was a problem with FireFly (or was it JPro?) picking up the correct PB Help file for Version 7. Could you try downloading and installing the FFengine to see if it fixes your problem? http://www.planetsquires.com/files/FFengine.zip

I will know for sure later tonight once I get at my development computer.

Title: Re: PB Help.
Post by: TechSupport on January 24, 2008, 08:49:15 PM
I just uploaded the FFengine.zip file again to be sure that it is the one with the help path error fixed.
Title: Re: PB Help.
Post by: TechSupport on January 24, 2008, 08:50:51 PM
Quote from: Tyrone Lee on January 24, 2008, 02:00:01 PM
Where is FireFly looking for the PowerBASIC help file?

FireFly looks in the same directory where the compiler resides.

Title: Re: PB Help.
Post by: Donnie Hughes on January 25, 2008, 01:42:46 AM
I think you posted that for me a couple of weeks ago.  It was a problem when you changed to 8.04 help files.  You actually have three ways to access the PB help files.  One using the F1 on the key word and the others through the drop down menu and tool bar.  When you put the fix in, it took care of the F1 key word access but not the other two.  I should have reported that to you then, but didn't want to bother.  I found I could get around it by going to the code and press F1 on a key word.
Donnie
Title: Re: PB Help.
Post by: Tyrone Lee on January 25, 2008, 02:02:39 PM
When I press F1, it says:

Cannot find file F:\PROGRA~1\PBWIN70\Bin\pbwin.chmpbwin.hlp, so obviously there is something wrong with the file/path its looking for.

However renaming my pbwin.hlp to "pbwin.chmpbwin.hlp" works.. lmao

;)
Title: Re: PB Help.
Post by: TechSupport on January 25, 2008, 02:10:34 PM
:D  Yup, that is pretty much exactly the same path error that I fixed for Donnie some time ago. Did you try downloading the new FFengine that I uploaded yesterday? It should have the fix.

Donnie - I will check the toolbar/menu problem you mention to see if it happens to me.

Title: Re: PB Help.
Post by: TechSupport on January 25, 2008, 04:54:17 PM
Donnie is right. Using PB7 and clicking on the Help toolbar icon or using the menu option does not invoke the PowerBASIC Help file. I have corrected this and uploaded the fixed exe to  http://www.planetsquires.com/files/FFengine.zip  You still need to use F1 in order to get context sensitive help... the toolbar icon and menu option always just opens the PB help file.

Title: Re: PB Help.
Post by: Donnie Hughes on January 27, 2008, 01:18:48 PM
Paul,
This latest update fixes the toolbar/menu help options also.
Thanks,
Donnie