Jump to content

Search the Community

Showing results for tags 'Web Link'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Peter Smit

    Link Click

    Unigui is grate. I am trying to create a simple application with records of webpage addresses, I can do this I want to have a text link or button click from the UniDBedit to open a new page in the web browser. What am i doing wrong: This is what i did: OnMouseEnter ----> GetHTMLClickMouseEnter: Code Var GetHTML:String; begin GetHTML:= '<a href="' + HTMLUniDBEdit.Text + '/" target="new">Visit</a>'; <-----Copy the Address to GetHTMLClick GetHTMLClick.Hint:= HTMLUniDBEdit.Text; <----mouse over displays the web-address GetHTMLClick.Caption:= GetHTML; end; It is only working with some sites, is there a simple way that works The Unigui static example tested OK
  2. Peter Smit

    Link Click

    Unigui is grate. I am trying to create a simple application with records of webpage addresses, I can do this I want to have a text link or button click from the UniDBedit to open a new page in the web browser. What am i doing wrong: This is what i did: OnMouseEnter ----> GetHTMLClickMouseEnter: Code Var GetHTML:String; begin GetHTML:= '<a href="' + HTMLUniDBEdit.Text + '/" target="new">Visit</a>'; <-----Copy the Address to GetHTMLClick GetHTMLClick.Hint:= HTMLUniDBEdit.Text; <----mouse over displays the web-address GetHTMLClick.Caption:= GetHTML; end; It is only working with some sites, is there a simple way that works The Unigui static example tested OK
×
×
  • Create New...