Jump to content

Search the Community

Showing results for tags '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 5 results

  1. uniGUI ShareLink API (mobile/desktop) Features Share link with "failsafe" dialog. Works in all browser and devices Open native apps when using browser with SHARE API link Chrome, Safari, Brave and Edge If browser not supports Share API (like Firefox) show "failsafe" dialog for support basic operation. Works in Android (Chrome) and IPhone (Safari) Trigger native share dialog when browser support is available. Mobile compatibility and no need for HTTPS. Very light-weight and easy to adapt/change. No hidden costs or fees, no 3rd party components either. Yes, we offer advice on adapting of any these examples to your projects. Demo Video Desktop Native (Chrome or Edge) FailSafe Desktop Mobile IPhone Mobile Android Click over to watch video See more at uniGUI Express
  2. Hi, to define a link the user can use the action available on the dbhtmleditor toolbar; if the dataset connected to the dbhtml control is in editing state you can define a url for a link. Once the action has been confirmed (always in editing status) I want to know which is the url already defined in order to modify it but the component doesn't show me the url already set (how can I do it?); it allows me to view it only if I put the dataset in browsing state (this is not a practical approach for the user compared to commercial html editors). I use: Embarcadero® Delphi 10.3 Version 26.0.33219.4899 uniGUI Professional Edition v1.90.0.1564
  3. Hello, I have a UniGUI application with a loginform with username/password credentials. Now, I would like to make it possible as with most webapplications, when you click on a button 'Forgot password' you can enter your emailaddress, you get an email with a link and once you click on that link you can set a new password. Does anyone have an idea how I could do this. I guess I have to generate a unique identifier as link and mail this to the user. This should be no problem, but how do I send this unique identifier back to the UniGUI-application to check that it is OK to set the new password ? With parameters ? Is this the way or is there a better way ?
  4. Hello!! Example: I have a "System A" that generates a report. This report is sent to the client in PDF format. I want to change the way the report is sent. Instead of sending the PDF, I want to send a link so that the final client can access the report at any time. In "System A" I generate a link (example, http://169.111.22.222:8082+codeof verification). I have another 'System B' that reads this link and opens the report. How to read this link and its parameters? Thank you. ------------------------------------------------------------- Olá!! Exemplo: Eu tenho um "Sistema A" que gera um relatório. Este relatório é enviado ao cliente em formato PDF. Eu quero mudar a forma de envio do relatório. Ao invés de mandar o PDF, quero mandar um link, para que o cliente final, possa acessar o relatório o qualquer momento. No "Sistema A" eu gero um link (exemplo, http://169.111.22.222:8082+codigode verificacao). Tenho outro 'Sistema B" que faz a leitura deste link e abre o relatório. Como ler este link e seus parâmetros? Obrigado.
  5. Hi all, I'm using a UniURLFrame in a TabSheet and want to add another TabSheet to the PageControl when clicking a link in the HTML-document. How can this be done? The link can call a javascript function (onclick="parent.addTabSheet('new Tabsheet')"), but I found no way to implement this function somewhere. Is this possibel at all? Thanks a lot for help. Stephen
×
×
  • Create New...