Search found 62 matches: bind

Return to advanced search

Dynamic Table Filter Control

... (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" ) oWebView:Bind( "SendToFWH" ) sleep( 300 ) oWebView:Run() oWebView:Destroy() return nil function Html() local cHtml TEXT INTO cHtml <!DOCTYPE html> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 34

Re: FWH 24.02 new Class TWebView2

... excelente que ahora ya no se necesitan las dll's Segundo, haciendo pruebas con el ejemplo "\samples\webviewlogin.prg", el metodo "Bind()" no lo tiene definido la clase TWebView2(), por lo que la puse en comentarios y funcionó correctamente, mostrándome el dialogo del Login ...
by csincuir
Wed Mar 13, 2024 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2486

Re: Fine tune Phi2 from Microsoft with your own data

... purusha and the prakriti. Maya can be overcome by knowledge, wisdom, and devotion. - Karma: This is the action, the deed, and the consequence that bind the jiva to the cycle of birth and death, which is also called samsara. Karma is the cause of all bondage, and the obstacle to all liberation. ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1253

Re: WebView2 Essentials: Guides, Tips & Resources

... TWebView This class appears to manage a web view control within a desktop application. Data Members: hWebView: Handle to the web view control. bOnBind: A flag or callback related to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 482

Re: Webview InjectJavascript no entiendo

... al código existente de la página web de manera que desde tu FWH app puedes llamar a la función injectada y obtener el valor resultante (método Bind()) ó realizar la acción deseada (método Eval()). Podrias ejecutar ese código inyectado usando oWebView:Eval( cNombreFuncionJavascripAñadida ) ó ...
by Antonio Linares
Sat Aug 12, 2023 5:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview InjectJavascript no entiendo
Replies: 3
Views: 191

Re: TWebView y Javascript

... function Main() local oWebView := TWebView():New() oWebView:Center() oWebView:bOnBind = { | cJson, cCalls | MsgInfo( cJson, cCalls ),; oWebView:Return( cCalls, 0, "{ 'result': 'Hello from PRG' }" ) } oWebView:Bind( "SendToFWH" ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 442

Webview question

... CreateWebView(oDlg, cUrl) LOCAL oWebView oWebView := TWebView():New() Msginfo("webview new") oWebView:SetParent( oDlg ) oWebView:bOnBind = { | cJson, nCalls | MsgInfo( cJson, nCalls ) } oWebView:Bind( "SendToFWH" ) RETURN oWebView FUNCTION ValidWebView(oWebview) LOCAL cHtml ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2957

Re: Utilizar 2 dbcombo

... FW_NORMAL         ITEMS {'Sub-Option 1', 'Sub-Option 2', 'Sub-Option 3'}      END COMBOBOX   END WINDOW   ACTIVATE WINDOW Form_1   // Bind a handler to the first combobox to update the options in the second combobox   COMBO_1:Change := {|| UpdateCombo2()}   PROCEDURE ...
by Jimmy
Fri Apr 21, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar 2 dbcombo
Replies: 3
Views: 272

Re: FWH MySQL/MariaDB native support docs

Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando En que liberia esta las fuciones que falta --------------------Configuración: MENSAWIN - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) Copyright 1999-2020,...
by PAUL SIMM
Sun Mar 05, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 14109

Re: Mostrar html local usando webview2

Estimado Leandro,

Solo puedes usar una función "bind"
by Antonio Linares
Mon Feb 13, 2023 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 752

Re: Mostrar html local usando webview2

Crea otro bind para la otra function
by cnavarro
Sun Feb 12, 2023 11:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 752

Re: Mostrar html local usando webview2

En tu ejemplo inicial de este hilo, ya usas la function "bind"
Creo que este ejemplo te puede servir
https://fivetechsupport.com/forums/view ... c3#p248110
by cnavarro
Sun Feb 12, 2023 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 752

Re: Mostrar html local usando webview2

Excelente amigo, muchas gracias por la info

Estuve buscando en google las funcionalidades "bind", pero no encuentro documentación, de casualidad podrías montar un ejemplo :oops:, que nos muestre el envió y recepción de variables?

De antemano gracias
by leandro
Sun Feb 12, 2023 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 752

Re: Mostrar html local usando webview2

... en la página web desde la aplicación Fivewin, por supuesto, para eso se inventó el Webview. Un poco de Javascript y las funcionalidades del "bind" y listo. Y al revés: desde un diálogo de Fw, puedes mandar lo que tengas en tus gets a un input de un formulario Html que tengas en el webview
by cnavarro
Fri Feb 10, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 752

Re: TWebView:Destroy method does not close the window.

... I used the WebView_Create function in the New method of my own class. So my class does not added to aWebView array that is used for to run Bind function. I have changed CREATE_WEBVIEW() functions to ::Super:New(....). Sorry for making you unnecessarily busy. This is full working my second ...
by Horizon
Sat Aug 06, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3195
Next

Return to advanced search

cron