Search found 122 matches: html5

Return to advanced search

Re: Clase para Graficos Vectoriales

Puedes usar HTML5 SVG y visualizarlo desde tu app usando la Clase TWebView:

https://www.w3schools.com/html/html5_svg.asp

Asi el trabajo que hagas te sirve para desktop y para la web directamente :-)
by Antonio Linares
Thu Sep 15, 2022 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1157

WebView2 embed web code in your native app

... app, or build all the native app within a single WebView2 instance. Thank you for webview2. It worked on the first try and I did some tests with HTML5, bootstrap and various javascript libs. Thank you so much to Antonio and Fivetech. Best regards, Otto Here is a small example. https://mybergland.com/fwforum/webview2.gif
by Otto
Fri Aug 19, 2022 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 399

Re: Web camera

Natter,

You may use the javascript solution here:

https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file

thanks to Charly!
by Antonio Linares
Wed Aug 18, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web camera
Replies: 2
Views: 432

Re: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour

... to create HTML. BTW, what WORD processor do you use? Glad you take part in the discussion. Best regards, Otto Have you discovered HTML now? try HTML5 maybe you will find you can do a report designer https://sourceforge.net/projects/qtrpt/
by Silvio.Falconi
Thu Jun 03, 2021 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour
Replies: 31
Views: 3268

Re: Quiero leer código de barras con un celular

Aida, He encontrado este ejemplo para códigos QR que podriamos usar con mod_harbour https://blog.minhazav.dev/research/html5-qrcode.html A ver si encontramos un ejemplo similar para códigos de barras (basado en html y javascript) editado: mira a ver si este te sirve: https://iemadk.github.io/BarCode-reader/ ...
by Antonio Linares
Thu May 13, 2021 10:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Quiero leer código de barras con un celular
Replies: 3
Views: 414

Re: PROBANDO

... GRID 12 PLACEHOLDER 'Introduzca su Cóntraseña...' LABEL 'Contraseña' TYPE 'password' OF o Los type que s epueden utilizar son los standard html5 -> https://www.w3schools.com/tags/att_input_type.asp y por otro lado al pulsar sobre el Boton no ejecuta lo puesto en <action>. <action> ...
by Carles
Thu Sep 10, 2020 2:30 pm
 
Forum: mod_harbour
Topic: PROBANDO
Replies: 2
Views: 653

ot: curso ModHarbour Mercury MVC

... encarar la programación Web utilizando nuestros amado lenguaje Harbour y utilizar todos los recursos que pone el internet en nuestras manos como HTML5, Bootstrap, Css, JavaScript de la mano de nuestro lenguaje harbour sirviendo como el pegamento que unirá todas estas piezas y conseguir maravillosos ...
by wilsongamboa
Mon Jun 22, 2020 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ot: curso ModHarbour Mercury MVC
Replies: 19
Views: 4003

OT Si No quieres Utilizar el google maps .. miren esto

... antiguo código API. El folleto funciona bien en todas las principales plataformas móviles y de escritorio, y aprovecha las ventajas de JavaScript, HTML5 y CSS3 en los navegadores modernos, a la vez que se puede acceder a ellos en navegadores más antiguos. Permite a los desarrolladores sin un fondo ...
by Busmatic_wpb
Sun Jan 13, 2019 3:58 am
 
Forum: Utilities / Utilidades
Topic: OT Si No quieres Utilizar el google maps .. miren esto
Replies: 2
Views: 1105

OT If you do not want to use google maps .. look at this

... scratch but used parts of the old API code. Leaflet works well across all major desktop and mobile platforms and takes advantage of JavaScript, HTML5, and CSS3 on modern browsers while still being accessible on older browsers. It allows developers without a GIS background to easily display tiled ...
by Busmatic_wpb
Sun Jan 13, 2019 3:55 am
 
Forum: Utilities / Utilidades
Topic: OT If you do not want to use google maps .. look at this
Replies: 6
Views: 1630

Re: Virtual UI

Por lo que he podido ver crea un servidor web que virtualiza las aplicaciones desarrolladas bajo Windows, de modo que se puedan "ejecutar" desde cualquier navegador de internet compatible con HTML5, ¿has visto las 'live demos'?
by AngelSalom
Wed Jul 12, 2017 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Virtual UI
Replies: 6
Views: 1461

Re: version de IE en oActivex:Do(Navigate)

... encontré que efectivamente, cuando se llama a IE desde un activeX, por defecto se carga con IE 7, el cual no soporta muchas características de HTML5 y CSS3. Así que la solución es registrar nuestra aplicación en el registro de Windows. En mi caso se solucionó ingresando en la siguiente clave: ...
by sjingo
Mon Jun 06, 2016 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: version de IE en oActivex:Do(Navigate)
Replies: 6
Views: 1624

Re: Fivewin SlotMachine

... albeiro Dear alberio, Dear avista the slot there is on http://www.cartolinefree.eu/santaslot/index.html is made with construct2 and converte into html5 you can purchase it on activeden.net the slot you can download on my site http://www.eoeo.it ( http://www.eoeo.it/download/7561/ ) ...
by Silvio.Falconi
Sat Dec 19, 2015 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15806

Re: Fivewin SlotMachine

Enrico Maria Giordano wrote:Silvio,

the url

http://www.cartolinefree.eu/santaslot/index.html

works fine here too. :-)

EMG



it made with Construct 2 ->html5
by Silvio.Falconi
Thu Dec 17, 2015 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15806

Re: Download file via html5

Hi Marco I would like to add a button to download a file via html from a remote server. Enrico's code is fine for downloading, you should to provide the link to the file. If you need to surf the website to find the file, there are 2 options: is the webserver using WEBDAV, or just HTTP? WEBDAV is lik...
by Carlos Mora
Tue Dec 15, 2015 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download file via html5
Replies: 9
Views: 1518
Next

Return to advanced search