Search found 117 matches: bstart

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Pantalla de carga personalizada msgrun - Resuelto

... se como hacer para que se active una función que ejecute la acción y a su vez, muestre mi pantalla de carga. Si hago como esta en msgrun con oDlg:bStart, la pantalla queda en blanco, ya he intentado varias cosas, e inclusive multi-thread pero no logro que se cumpla el objetivo. Si a la función ...
by nlerdafehn
Tue May 23, 2023 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla de carga personalizada msgrun - Resuelto
Replies: 5
Views: 500

Help for xbrowse report bSetUp

... it does not accept the line that I put in bold how can I fix it? bSetUp := < |oRep, Brw, n | bImage := {|oRep| oRep:SayBitmap(0.5, 7, cLogo)} bStart := {|oRep| oRep:bStartPage := bImage} bInit := {|| oBrw:oDbf:GoTop()} bSkip := {|| (IF(!oBrw:oDbf:Eof(),oBrw:oDbf:Skip(),nil),IF(oRep:nCounter ...
by Silvio.Falconi
Sat Mar 18, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for xbrowse report bSetUp
Replies: 3
Views: 377

xbrowse report setup

... ? how I can do ? I tried with (but not run ) bSetUp := < |oRep, Brw, n | bImage := {|oRep| oRep:SayBitmap(0.5, 7, "NEW_REC")} bStart := {|oRep| oRep:bStartPage := bImage} if n == 2 oRep:CellView() return nil endif return 2 >
by Silvio.Falconi
Thu Mar 02, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report setup
Replies: 0
Views: 194

Re: MDI child window appearance

Hey Vilian, I have not tried that, you can try it by yourself if you are using ribbonbar. the skin code is one single line: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ) } where the odlg can be dialog or window and the blue_skin is the folder that contains the skin. try ...
by vilian
Wed Jan 04, 2023 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4091

Re: MDI child window appearance

Hey Vilian, I have not tried that, you can try it by yourself if you are using ribbonbar. the skin code is one single line: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ) } where the odlg can be dialog or window and the blue_skin is the folder that contains the skin. try ...
by Lailton
Fri Dec 30, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4091

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

Estimado Victor, Es que las páginas del folder se van construyendo una a una y es normal que se evaluen los bLostFocus En cambio desde bStart como muy bien has comprobado, el problema queda resuelto Se que es engorroso pero no creo que haya otra solución Gracias Antonio por tu respuesta, ...
by VictorCasajuana
Tue Oct 25, 2022 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

Estimado Victor,

Es que las páginas del folder se van construyendo una a una y es normal que se evaluen los bLostFocus

En cambio desde bStart como muy bien has comprobado, el problema queda resuelto

Se que es engorroso pero no creo que haya otra solución
by Antonio Linares
Tue Oct 25, 2022 9:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

Estimado Victor, Has probado a asignar los bLostFocus desde la claúsula ON INIT del diálogo principal ? Hola Antonio. He probado en el INIT y con bStart. El resultado del INIT con este código: #include 'fivewin.ch'static clogfile := 'log.txt'Function Main()    Local oDlg  := Nil    Local ...
by VictorCasajuana
Tue Oct 25, 2022 7:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Progress with error

... Bars" @ 1, 1 PROGRESS oProg1 SIZE 80, 12 @ 1, 20 PROGRESS oProg2 SIZE 12, 50 VERTICAL @ 3, 9 BUTTON "Ok" ACTION oDlg:End() oDlg:bStart = { || Increase( oProg1, oProg2 ) } ACTIVATE DIALOG oDlg CENTER ; ON INIT ( oProg1:SetRange( 0, 168 ), oProg1:SetStep( 1 ),; oProg2:SetRange( ...
by marca
Wed Jun 08, 2022 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress with error
Replies: 13
Views: 708

Re: Different style of window

... I not Know how put ski on Mdichild sample I have TLotto class is a MdiChild on METHOD Activar(oItem,oBtnB) CLASS TLotto I insert ::oWinlotto:bStart := {|| oSkin := Skin( ::oWinlotto, "Blue_skin" )} but this make error CLASS TLotto   DATA oWinlotto   DATA oBar   DATA olotto   DATA ...
by Silvio.Falconi
Fri May 20, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 803

Re: Different style of window

Dear Silvio, Please try this: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil } or oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil ...
by Silvio.Falconi
Wed May 18, 2022 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 803

Re: Different style of window

Dear Silvio, Please try this: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil } or oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil ...
by Silvio.Falconi
Wed May 18, 2022 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 803

Re: Different style of window

Dear Silvio,

Please try this:

oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil }

or

oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil } }
by Antonio Linares
Wed May 18, 2022 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 803
Next

Return to advanced search

cron