Search found 98 matches: setoption

Return to advanced search

New FTDN September/Septiembre 2011 (FWH 11.09)

... nTotalNumberOfBytes, nTotalNumberOfFreeBytes } * Enhancement: Class TRibbon now accept a string in: "OPTION" caluse, Method SetOption and "TO OPTION" clause (ADD GROUP) with the Caption of tab to select it
by Antonio Linares
Wed Sep 28, 2011 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

Re: New FWH 11.07

Antonio and Rao Say and groups works correctly . Thanks. Now I have another anomaly with folder when I use oFld:setoption(2) the focus remain in in folder 1 I modify the foldxbrw.prg in samples adding : oBrw1:aCols[ 2 ]:bEditBlock := { || oFld:SetOption(2) } After click on the ...
by Maurizio
Fri Aug 05, 2011 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.07
Replies: 79
Views: 12363

Re: Dialogos NoWait

... Error BASE/1002 No existe el alias: Cliente1 // Asi sí me funciona ACTIVATE DIALOG oDlg CENTER ON INIT (lNew:=.f.,oDlg:aEvalWhen(),oRad:SetOption(2),CliAlta(dCli,lAlt,oBrw), ; IIF((dCli)->(EOF()),EVAL(bCliVer),(oFol:SetOption(1),oFol:aEnable:={.t.,.f.,.f.,.f.,.f.},oBrw:SetFocus()))) ...
by txon
Thu Mar 31, 2011 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos NoWait
Replies: 4
Views: 820

Re: Numeracion consecutiva de codigo (SOLUCIONADO)

... AL xBROWSE PPAL. addnotas(nCodAlu, oDbfNOTAS, oBrwNOTAS, oDatos:lAPPEND) ,; // ADICIONO LAS MATERIAS A dbf NOTAS Y LUEGO CARGO EL array oFldALUM:SetOption(1) ,; jlalumno->( OrdSetFocus(2) ) ,; // COLOCA DE NUEVO INDICE A LOS NOMBRES-EN VALIDACION codigo NO SE REPITA LO PONGO EN EL 1 oBrwALUM:GOTOP(), ...
by joseluisysturiz
Tue Feb 15, 2011 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Numeracion consecutiva de codigo (SOLUCIONADO)
Replies: 14
Views: 3743

Re: Bug in TFolderEx

... DIALOG oWndFld NOWAIT ; ON INIT ( oWndFld:Move( 50, 580, NIL, NIL, .T. ), ; IIF( nOption2 = 2, GRADBRU2(), NIL ), ; // Dialog-Gradient oFld:SetOption( nTabpos ) ) ; ON PAINT F_BACKGRD(oFld) RETURN NIL I didn't use this code, only the sample code I showed above. I informed about a problem ...
by IBTC
Mon Feb 14, 2011 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2911

Re: Bug in TFolderEx

... DIALOG oWndFld NOWAIT ; ON INIT ( oWndFld:Move( 50, 580, NIL, NIL, .T. ), ; IIF( nOption2 = 2, GRADBRU2(), NIL ), ; // Dialog-Gradient oFld:SetOption( nTabpos ) ) ; ON PAINT F_BACKGRD(oFld) RETURN NIL // ---  Folder - Backgrounds ( Color, Gradient, Brush and Image ) ---// FOLDER-vars in ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2911

Error in Class TSelex adding Title ( Resource ) ?

... Called from: testselx.prg => LAUNCHDIALOG(47) Called from: testselx.prg => (b)MAIN(27) Called from: .\source\classes\TSELEX.PRG => TSELEX:SETOPTION(670) Called from: .\source\classes\TSELEX.PRG => TSELEX:LBUTTONDOWN(427) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483) ...
by ukoenig
Thu Dec 16, 2010 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Class TSelex adding Title ( Resource ) ?
Replies: 2
Views: 590

Re: How does Fivetech plan Backstage menu

...               return nil         endif         if ::aEnable[ n ] .and. ::aVisible[ n ]            ::nLastOver := n            ::SetOption( n )         endif//         ::lOver := .t.      endif   endifreturn nil  Method SetOption() also checks now if the oBackStage is ...
by Antonio Linares
Wed Jun 16, 2010 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does Fivetech plan Backstage menu
Replies: 34
Views: 9702

Re: New FTDN April 2010 (10.4)

... la fucnión DTtoEDT(). Gracias a Davide ! * Corrección: Se ha corregido un error en la clase ribbon, no se evaluaba el bloque de código bAction en SetOption. * Nuevo: Nueva clase TCalendar. Por favor revisa el ejemplo samples/testcal.prg. * Nuevo: Nueva clase TTitleText para usar en la clase TTITLE, ...
by Antonio Linares
Thu Apr 29, 2010 1:36 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 3614

New FTDN April 2010 (10.4)

... edit. * Enhancement: Some changes in Class TSmtp function DTtoEDT(), thanks to Davide! * Fix: fixed bug in ribbon, bAction is not evaluated in SetOption * New: Class TCalendar. Please review samples/testcal.prg * New: Class TTitleText to use in class TTITLE, create an object with the properties ...
by Antonio Linares
Thu Apr 29, 2010 6:59 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 3614

Re: RibbonBar en Dialog.... How to ??

... New() BUSCA ESTA LINEA:   ::bPaintAcc     = {| hDC | ::PaintAccTabs( hDC ) } AGREGA DESPUES   ::bAction    = bAction METHOD SetOption() BUSCA ESTA LINEA:      ::Refresh() AGREGA DESPUES      if ! Empty( ::bAction )         Eval( ::bAction, nOption, nOldOption ...
by Daniel Garcia-Gil
Mon Apr 26, 2010 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar en Dialog.... How to ??
Replies: 19
Views: 4830

Re: Ribbon bar set focus on a tab

Solved

oRbar:setoption(1)
by Richard Chidiak
Thu Apr 15, 2010 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon bar set focus on a tab
Replies: 1
Views: 349

Re: Alt+ letter( & ) POSSIBLE BUG ?????????????

... //msginfo(str(nOption1)) do case CASE nKey == VK_RIGHT //modify nOption1 := nOption1 + 1 IF nOption1 > Len( ::aDialogs ) nOption1 := 1 ENDIF ::SetOption( nOption1 ) CASE nKey == VK_LEFT //modify nOption1 := nOption1 - 1 IF nOption1 < 1 nOption1 := Len( ::aDialogs ) ENDIF ::SetOption( nOption1 ...
by Otto
Wed Apr 07, 2010 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alt+ letter( & ) POSSIBLE BUG ?
Replies: 5
Views: 763

Re: duda con Folders

mgsoft,

oFolder:SetOption( 2 )

saludos
by wmormar
Sun Feb 28, 2010 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda con Folders
Replies: 2
Views: 349

Re: USO DE WHEN EN UN BUTTON BAR-SOLUCIONADO

... Alfredo... REDEFINE BTNBMP oBtnFldALU[1] ID 500 OF oFldALUM:aDialogs[2] UPDATE; ACTION ( nSALVAR := 2, oBarALUM:aControls[3]:Enable(), oFldALUM:SetOption(3), oFldALUM:aDialogs[3]:UpDate() ) ...la de Francisco... REDEFINE BTNBMP oBtnFldALU[1] ID 500 OF oFldALUM:aDialogs[2] UPDATE; ACTION ( nSALVAR ...
by joseluisysturiz
Wed Oct 28, 2009 11:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: USO DE WHEN EN UN BUTTON BAR-SOLUCIONADO..GRACIAS
Replies: 4
Views: 886
PreviousNext

Return to advanced search