Search found 58 matches: odialog

Return to advanced search

Re: FiveWin to HTML

Dear Ari, With latest FWH 22.10 (also available on FWH 22.06) you can do oWindow:Html() or oDialog:Html() and FWH writes the HTML for you :-) Not all controls are available yet, but you can see the way we are implementing it in FWH. Look for Method Html() in each class. ...
by FiveWiDi
Mon Nov 14, 2022 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 510

Re: FiveWin to HTML

Dear Ari,

With latest FWH 22.10 (also available on FWH 22.06) you can do oWindow:Html() or oDialog:Html() and FWH writes the HTML for you :-)

Not all controls are available yet, but you can see the way we are implementing it in FWH. Look for Method Html() in each class.
by Antonio Linares
Thu Nov 10, 2022 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 510

FiveWin to HTML

... At the moment I'm trying to find an initial way to pick up a window in.RC with all the controls and redraw it on page. By examining the oDialog object I can see all the controls and their properties. And I also see the dialogue in appeal that was drawn in Borland. Is there an example ...
by Ari
Thu Nov 10, 2022 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 510

Re: Problem TScrollPanel e TBitmap

Olá, Static Function Editar_Aluno( lAppend ) Local oDialog, aGet[46], aBtn[4], oTitle, oPanel Local cEscola, nIdade, cFotografia, aAlteracao cFotografia := oSistema():cLocal_Sistema + "temp\F" + cTempFile() + ".jpg" DEFINE DIALOG ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1081

Re: buttons and datepick on xbrowse

... aParcelasModalidade[oBrowse:nArrayAt,3] := Calend(aParcelasModalidade[oBrowse:nArrayAt,3], r, c + 150, oDialog),) } oBrowse:aCols[2]:bFooter := {|| 'Total:'} oBrowse:aCols[2]:bEditWhen := {|| !Empty(aParcelasModalidade[oBrowse:nArrayAt,1]) } oBrowse:aCols[2]:lUseBtnWidthEditOfCol ...
by MGA
Wed May 09, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3258

Re: buttons and datepick on xbrowse

... aParcelasModalidade[oBrowse:nArrayAt,3] := Calend(aParcelasModalidade[oBrowse:nArrayAt,3], r, c + 150, oDialog),) } oBrowse:aCols[2]:bFooter := {|| 'Total:'} oBrowse:aCols[2]:bEditWhen := {|| !Empty(aParcelasModalidade[oBrowse:nArrayAt,1]) } oBrowse:aCols[2]:lUseBtnWidthEditOfCol ...
by MGA
Wed May 09, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3258

UrlLink no funciona la clausula Transparent

... no funciona la clausula Transparent Este es mi código. METHOD ResourceLink() CLASS ComboSelector ::oUrlLink := TUrlLink():Redefine( ::idLink, ::oDialog, , , , , ::nColorUrlLink, ::nColorUrlLink, ::nColorUrlLink, .t. ) ::oUrlLink:bAction := {|| ::ActionLink() } RETURN ( Self ) Pero el control ...
by manuelcalerosolis
Wed Apr 11, 2018 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink no funciona la clausula Transparent
Replies: 9
Views: 1453

Re: dialog with CANCEL button

... dialog with a Cancel button, but the hard part is how is the codeblock going to determine when the button is pressed? Perhaps you can use the oDialog:cargo property to hold a flag which defaults to .T. and when the button is pressed, change the flag to .F. and then the codeblock would see ...
by James Bott
Tue Jan 16, 2018 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog with CANCEL button
Replies: 1
Views: 538

Re: access to window via its :hwnd

... := ItemNew( "From a Harbour DLL-billy/don" ) local hItem1 local hItem2 local marray := {} local i, OPRINTER local ownd, OWAITDLG , ODIALOG, WORKTEXT, OSAY, MDLL altd(1) altd() hDLL = LoadLibrary( "DLL-DON2.DLL" ) SET RESOURCES TO DEFINE DIALOG owaitdlg FROM 1, 1 TO 222, ...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1771

Re: access to window via its :hwnd

... a dialog in the calling program( babu.prg ) and added 1 control to it. then, I pass to the .dll ( babudll.prg ) the following. hItem1 := ItemNew( odialog:hwnd ) hItem2 := 'Dialog Handle Passed' HbDLLEntry2( "TEST3", hItem1, hitem2 ) *************** within babudll.prg, the handle is properly ...
by don lowenstein
Fri Jan 05, 2018 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1771

Re: Rowset X cSeek

... dData_Final } ) Browser // Browse *----------------------------------------------------------------------------* @ 100,260 XBROWSE oBrowse OF oDialog:oDlg SIZE ; oDialog:nRight - 280, oDialog:nBottom - 140 PIXEL; DATASOURCE oOcorrencia NOBORDER WITH OBJECT oBrowse :nTop := 80 :nLeft := 260 ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2038

Re: TGif

... Llamada: Executar_Acao( { || oObejto := oAcao:ReQuery() } ) Función: Utilizando el codblock de la clase TGif Function Executar_Acao( bAcao ) Local oDialog, oGif DEFINE DIALOG oDialog NAME "Executar_Acao" TRANSPARENT COLOR CLR_BLACK, CLR_WHITE WITH OBJECT oDialog :bStart := { || Eval( ...
by oliveiros junior
Thu Nov 09, 2017 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3149

Re: TGif

... Chamada: Executar_Acao( { || oObejto := oAcao:ReQuery() } ) Função: Utilizando o codblock do classe TGif Function Executar_Acao( bAcao ) Local oDialog, oGif DEFINE DIALOG oDialog NAME "Executar_Acao" TRANSPARENT COLOR CLR_BLACK, CLR_WHITE WITH OBJECT oDialog :bStart := { || Eval( ...
by oliveiros junior
Thu Nov 09, 2017 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3149

Re: TGif

Olá Cristobal, Obrigado pela resposta. Sim vai funcionar, porém se eu colocar WITH OBJECT oDialog :bStart := { || Eval( oGif:bLClicked, SysRefresh() ) } // Para execução do codblock que coloquei na criação do objeto Gif END Ou WITH OBJECT oDialog :bStart := { || Eval( ...
by cnavarro
Thu Nov 09, 2017 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3149

Re: TGif

Olá Cristobal, Obrigado pela resposta. Sim vai funcionar, porém se eu colocar WITH OBJECT oDialog :bStart := { || Eval( oGif:bLClicked, SysRefresh() ) } // Para execução do codblock que coloquei na criação do objeto Gif END Ou WITH OBJECT oDialog :bStart := { || Eval( ...
by oliveiros junior
Thu Nov 09, 2017 12:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3149
Next

Return to advanced search