[Gambas-user] 1.9.32 little bugs... (help part)
Ron Onstenk
ronstk at ...239...
Thu Jun 15 00:08:19 CEST 2006
On Wednesday 14 June 2006 22:33, Ron Onstenk wrote:
For the help problem
The message print is for Language to
FExplorer.txvExplorer_Link.775: /opt/gb/share/gambas2/help/help/help/lang?en
Note the path
/opt/gb/share/gambas2/help/help/help/lang?en
{/help/help/help/lang?en is the path fragment of the source}
but the files are in
/opt/gb/share/gambas2/help/help/lang?en
{/help/help/lang?en is the path fragment of the installed}
configure with --prefix=/opt/gb
from code
267 sPath = sLink
268 iPos = RInStr(sPath, "#")
269 IF iPos THEN sPath = Left(sPath, iPos - 1)
270 IF Exist(sPath) THEN '<--- here it goes woesssssssh
271 $aBack.Push(Where())
272 txvExplorer.Path = sLink
I hope this is more correct info :)
Ron
More information about the User
mailing list