Jump to content

Search the Community

Showing results for tags 'Chrome'.

  • 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

Calendars

  • Community Calendar

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 7 results

  1. Hello people... This is the long-awaited and sought-after example of voice recognition. An important warning: IT ONLY WORKS ON CHROME! It's not that I'm a fan of Google or Chrome but technology is only available in this browser. This application is also on sale with more resources and documentation and without any dependence on the HTML home page using only uniGUI resources. Contact me if you are interested via Telegram: https://t.me/fredmontier or Whatsapp + 55-11-98620-7676 However, the source code is here and you can adapt it according to your needs and goals. Totally functional ! Instruction: 1- Open your page in CHROME. Will work in any other browser. 2- Select you language and/or dialect 3- Say whatever you want to say. It will recognize your voice and convert to text. Also, shows how to import the result to uniGUI memo and ALSO how to have live feed of what is being said in uniGUI memo control. Easy-peasy, lemon squeezy ! You can use these phrases to add punctuation to your text: Period Comma Exclamation point Question mark New line New paragraph Notes: Punctuation works in German, English, Spanish, French, Italian, and Russian. In Spanish, punctuation at the beginning of the sentence, like ¡ or ¿, must be typed. unigui.com.br-speechrecognition.rar
  2. Ejemplo al presionar el botón ok procedure btnOKClick(Sender: TObject); procedure Imprimir; begin UniMainModule.CrearWebFilePath; UniSession.AddJS('window.open('+QuotedStr(UniMainModule.WebFilePath)+',"_blank", "status=no,location=no,resizable=no,dependent=yes,toolbar=no,menubar=no", "false");' ); end; begin UniScreenMask1.AttachedControl := btnOk; UniScreenMask1.TargetControl := Self; Self.MessageDlg('Desea imprimir el contenido?', mtConfirmation, mbYesNo, procedure (Sender: TComponent; Res: Integer) var cerrarModal: boolean; begin cerrarModal := Res = mrNo; if not cerrarModal then Imprimir else CloseModal; end); end; En ese ejemplo no sale nunca el mensaje, y mucho menos se abre la nueva ventana que contendría el archivo pdf a imprimir. La prueba fue hecha sobre Chrome. Porqué puede ser que no dispare el messagedlg?. Tampoco cierra el form porque nunca se ejecuta el callback
  3. When I create a new project and add a menu to the main form, then launch the application, I get a dropdown menu that has up/down arrows instead of showing the menu items when using Chrome. If I select another menu choice, then go back to the one that was not displaying correctly, it now shows the proper sub-menu items. This does not occur in Edge. I have only tried to do this with Chrome and Edge. I am using uniGUI 1.50.0.1480 and creating the application in Delphi 10.2. There was another post in July that may have had the same issue, but no real solution. I have attached two images. One in Edge and one in Chrome.
  4. Hi, I'm trying the URLFrame demo (and in our own application) where trying to fetch (for example) www.google.co.uk results in failure and the following error in the browser console: From what I've read ideally this restriction should be removed at the server end. But what if this is not an option? Is there any way to avoid this problem from the UniGUI side? Thanks in advance, Walter
  5. Hi! Its I know the discover identity of the browser I'm using to access my application? Like ... if the user is using Chrome, Firefox ... Thx all.
  6. Application unigui in google chrome is slower than in Internet Explorer 11? I'm testing the unigui and performed a small application for testing, and realized that in google chrome application is slower than in internet explorer 11. Do you have any relationship or any configuration that can improve the chrome?
  7. Open new Tab in Browser in mode isapi ??? , in google chrome as a browser help?????????????
×
×
  • Create New...