Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » adding link
Re: adding link [message #16835 is a reply to message #16833] Wed, 16 July 2008 10:58 Go to previous messageGo to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Hi,
There are many way to add a link in your app.
You can use RichTextCtrl:
rtc.SetQTF("Made with [^ultimatepp.org^ Ultimate\1++\1]");

you can also use a button:
btn.WhenAction = callback1(LaunchWebBrowser, "http://ultimatepp.org");

it's up to your imagination what you can do with. You may use a widget which support qtf and format your hyper-link in qtf or use LaunchWebBrowser(url) directly.

Edit: btw, i don't know why qtf hyper-link doesn't work with Label, it appear formated like a hyper-link but clicking on it doesn't open the browser.


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Wed, 16 July 2008 11:08]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: print screen
Next Topic: creating path
Goto Forum:
  


Current Time: Fri May 10 00:00:36 CEST 2024

Total time taken to generate the page: 0.02298 seconds