Re: [Gambas-user] yperlink and TextEdit control

2011-09-06 Thread Charlie Reinl
Am Dienstag, den 06.09.2011, 06:00 +0200 schrieb Andrea Bertini: > @Charlie > > thx:-) > > I insert an hyperlink in TextEdit control with the code (test code): > > TextEdit1.RichText = "" & $_Param[1] & > "/a>" > > The problem is to insert an hyperlink in an existing text at the curson > positi

Re: [Gambas-user] yperlink and TextEdit control

2011-09-05 Thread Andrea Bertini
@Charlie thx:-) I insert an hyperlink in TextEdit control with the code (test code): TextEdit1.RichText = "" & $_Param[1] & "/a>" The problem is to insert an hyperlink in an existing text at the curson position Andrea --