Hello:

a) The info-dialog basically uses the same method as edits. It will
auto-link urls but you cannot add custom link tags and thereby
changing the caption. You could check for a redirect service to create
a short URL which is easier incorporated into the text-flow.

b) The detectUrls attribute is available and was added in release 5.8.
You should set detectUrls to false in your code and then assign your
text to the value attribute. It seems like the attribute is not
honored when it is set in the designer/XML:

   edit1.detectUrls = false;
   edit1.value = "text with www.example.com url in text";

Best regards,
Benjamin

On Jan 20, 1:29 pm, darky <[email protected]> wrote:
> Hello,
> I have two problems with links:
>
> First one:
> I have stored the text for the info-dialog in the strings.xml.
> How can I store a link with a different caption???
>
> Second one:
> I tried to disable the link-detection in an edit-object.
> There is a possiblitly in the SDK(Google Desktop Gadget Designer)
> which is called "detectUrls".
> But it has no effect. Looking in the API-reference told me that the
> option does not exist.
> What is right?
> How can I desible link-detection in an edit-object?
>
> Thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to