[Gambas-user] BUG: Found several bugs

Peter k-p.richter at ...20...
Thu Aug 19 00:15:15 CEST 2004


Am Mittwoch, 18. August 2004 23:46 schrieb Benoit Minisini:
> On Tuesday 03 August 2004 23:55, Peter wrote:
> > And another:
> >
> > In: FExplorer
> > Where:  SUB GotoLink(...)
> > What:    Internal Link e.g.
> > ..../VisualIntroductionToGambas.html#New_Project) Effect:   Broken Link
> > because of: Exist(sLink) = false (no filename) Solution:  Bevor "IF
> > Exist(sLink) Then"  :
> >     sText = ""
> >     iPos = Instr(sLink, ".html#")
> >     IF iPos > 0 THEN
> >       sText = Mid(sLink, iPos + 5)
> >       sLink = Left(sLink, iPos + 4)
> >     ENDIF
> >
> >   Line after IF .... change to:
> >       txvExplorer.Path = sLink & sText
> >
> > Regards
> >
> > Peter
>
> Hey! I fixed it!
>
> It is never too late... :-)
>
> Regards,

It was too late, in the same time as i this read send Kmail my new Mail ;-) 

I have also make a change in FWelcome, projectpath as parameter (-p path) for 
call from program or desktop. Interested?

Peter





More information about the User mailing list