Search found 553 matches: cancel

Return to advanced search

Re: WebView resize

Dear Antonio,
Here is my test:

https://mybergland.com/fwforum/wv_samples.zip

If you resize the dialog and then press cancel it errors out.


Best regards,
Otto
by Otto
Fri Mar 08, 2024 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

WebView resize

Dear Antonio, When I use h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. Here's the relevant code ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Parpadeo de un SAY

... ID Ma_Aceptar OF oDlgMa FILENAME "ACEPTAR.BMP" ACTION Eval(Graba) REDEFINE BTNBMP oCancelar ID Ma_Cancelar OF oDlgMa FILENAME "CANCELA.BMP" CANCEL ACTION oDlgMa:End() oAceptar:lTransparent = .t. oCancelar:lTransparent = .t. ACTIVATE DIALOG oDlgMa CENTERED if lSave if agrega ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 590

Re: Switching my setup program to webview2

... Master Data", "Number of Rooms", "Number of Beds". At the bottom, there are two buttons: "OK" and "Cancel". 2. Please create an HTML dialog from this text. The window is opened on the "General" tab, containing input fields for basic ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: ButtonBmp TABSTOP

... line: REDEFINE BUTTONBMP botaonfs ID 4031 of Folder1:aDialogs[2] Bitmap "DIGNOTAS" TRANSPARENT TOOLTIP "Informar Nfe(s)"; cancel action CadNfs() Folder1:aDialogs[2]:bInit := { || botaonfs:WinStyle( WS_TABSTOP, .F. ) } // This is correct? If Yes dont work.
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2788

Re: ButtonBmp TABSTOP

... Thank you! REDEFINE BUTTONBMP botaonfs ID 4031 of Folder1:aDialogs[2] Bitmap "DIGNOTAS" TRANSPARENT TOOLTIP "Informar Nfe(s)" cancel action CadNfs() botaonfs:nStyle:= nOR(WS_CHILD, WS_VISIBLE)
by wartiaga
Fri Jan 05, 2024 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2788

Re: PlaceHolder HARBOUR

... SIZE 60, 10  // "@D"   @ 3,    7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION oDlg:End()   @ 3,   16 BUTTON "&Cancel" SIZE 30, 12 OF oDlg ACTION oDlg:End() CANCEL      // TGet():SetColorFocus( nRGB( 200, 120, 120 ) )   ACTIVATE DIALOG oDlg CENTEREDreturn ...
by JoseAlvarez
Tue Oct 03, 2023 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PlaceHolder HARBOUR
Replies: 8
Views: 496

Re: xHarbour.org updated!

... COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION Averba() @ 3, 16 BUTTON "&Cancel" SIZE 30, 12 OF oDlg ACTION oDlg:End() CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil Static Function Averba() LOCAL oUrl, oCli LOCAL hQUery ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37533

Re: xHarbour.org updated!

... COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION Averba() @ 3, 16 BUTTON "&Cancel" SIZE 30, 12 OF oDlg ACTION oDlg:End() CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil Static Function Averba() LOCAL oUrl, oCli LOCAL hQUery ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37533

Re: xHarbour.org updated!

... PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION WebPageSource() @ 3, 16 BUTTON "&Cancel" SIZE 30, 12 OF oDlg ACTION oDlg:End() CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil FUNCTION WebPageSource(cUrl) local oIE,cTXT,cHTML,cMemo:="" ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37533

error TXBROWSE:CARGOS

... 57615 ) + " Volver " font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel oCan:lCancel := .t. redefine BTNBMP oCanc 2007 prompt HB_UTF8CHR( 57615 ) + " Dar por terminada " font oSegoe ID 4001 OF princfac ACTION ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

Dificultad con METERS

... @oMensaje,@cMensaje),oDlgMed:end()) REDEFINE BTNBMP oBtnCanc ID Med_Cancelar OF oDlgMed FILENAME "CANCELA.BMP" CANCEL ACTION oDlgMed:End() ACTIVATE DIALOG oDlgMed CENTERED endif dbcloseall() return NIL *-----------------------------------------------------------------------------------* ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 255

Re: Mark field as required

... to enter something when they don't have that information, then they just put in anything so they can save the record. Or, they just select the Cancel button and thus all the other data is lost too. Quote from "About Face": This means that the software should keep track of who, what, ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Lentitud al abrir una dbf en red

... BUTTON ID 190 OF oDlg ACTION DelPaci( oLbx, oPaci ) REDEFINE BUTTON ID 200 OF oDlg ACTION BuscaPaci( oLbx, oPaci ) REDEFINE BUTTON ID 240 OF oDlg CANCEL ACTION oDlg:End() ACTIVATE DIALOG oDlg CENTERED oPaci:End() return nil //----------------------------------------------------------------------------// ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1554

Re: Lentitud al abrir una dbf en red

... BUTTON ID 190 OF oDlg ACTION DelPaci( oLbx, oPaci ) REDEFINE BUTTON ID 200 OF oDlg ACTION BuscaPaci( oLbx, oPaci ) REDEFINE BUTTON ID 240 OF oDlg CANCEL ACTION oDlg:End() ACTIVATE DIALOG oDlg CENTERED oPaci:End() return nil //----------------------------------------------------------------------------// ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1554
Next

Return to advanced search