Search found 45 matches: orad

Return to advanced search

Re: STRANGE ERROR ON RADIOMENU

... static oWnd //----------------------------------------------------------------------------// function Main() local nValue := 3, oRad SET _3DLOOK ON SET HELPFILE TO "Test.hlp" DEFINE DIALOG oWnd ; TITLE "Testing a Radio Buttons Menu" COLOR "N/W" @ ...
by Silvio
Thu Apr 21, 2011 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2752

Re: Dialogos NoWait

... description: 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: 825

Re: Bug in TFolderEx

... SAY oSay3 ID 110 PROMPT cTEXTFONT1 OF oFld:aDialogs[1] FONT oTextFont PIXEL oSay3:SetColor( nTColor2, ) oSay3:lTransparent := .T. REDEFINE RADIO oRadio3 VAR nRadio3 OF oFld:aDialogs[1] ID 120, 121 ; ON CHANGE MsgBeep() ; COLOR nTColor2 oRadio3:SetFont( oTextFont ) AEval( oRadio3:aItems, { | oRad ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2951

Re: TDOSPRN y XP WINDOWS - SOLUCIONADO

... el usuario // Ralph //----------------------------------------------------------------------------// METHOD PrintSetup() CLASS TDosPrn local oDlg, oRad, oChk, oSay := array(3) local nModo := 1 local nLinP := ::nLength, lPreview := .f. local nTipo, oP := self local oBtnOk, oBtnCn, oBtnSetup, oBtnAtrib, ...
by Armando Picon
Mon Jan 24, 2011 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOSPRN y XP WINDOWS
Replies: 21
Views: 4784

Re: Disable a radio button

oRad:aItems[5]:Disable()
by sambomb
Mon Dec 13, 2010 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable a radio button
Replies: 5
Views: 861

Disable a radio button

Hi,
is there a way to disable just an element of a radio button ?

Just to be clear, I have
REDEFINE RADIO oRad VAR numero ;
ID 102, 103, 104, 105 OF oDlg2

and I want to disable just the 105 element of the radio.

Thanks in advance
by Marco Turco
Mon Dec 13, 2010 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable a radio button
Replies: 5
Views: 861

Re: Sbutton 7.0

... xHarbour ) Without TRANSPARENT it is OK, but I need it for Folder-Display ( Tab-Area ). Static Function fResources() Local oDlg, oIco, oFont, oRad[ 3 ], nItem[ 3 ], oBrush, ; aItems := { "&First", "&Second", "&Third", "F&ourth" } DEFINE ...
by ukoenig
Fri Aug 06, 2010 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sbutton 7.0
Replies: 11
Views: 3484

Re: A new IDE for Manuel Mercado's SBUTTON

... oBmp[ 6 ] FILENAME c_path + "\System\Key2.bmp" DEFINE BITMAP oBmp[ 8 ] FILENAME c_path + "\System\Key4.bmp" @200, 100 SRADIO oRad[ 12 ] VAR lActive OF oWnd7 ; ITEMS "Enable/Disable all Radio Boxes" SIZE 70, 30 PIXEL ; FONT oFont BITMAPS oBmp[ 5 ], oBmp[ 6 ],, oBmp[ ...
by ukoenig
Sun Jun 20, 2010 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new IDE for Manuel Mercado's SBUTTON
Replies: 12
Views: 4948

Missing Background of a new added Radio-Item ?

... is a missing background of the added Item. http://www.pflegeplus.com/pictures/testrad1.jpg function Main() local nValue := 3, oRad SET _3DLOOK ON SET HELPFILE TO "Test.hlp" DEFINE DIALOG oWnd PIXEL ; TITLE "Testing a Radio Buttons Menu" COLOR "N/W" ...
by ukoenig
Wed Jun 09, 2010 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Background of a new added Radio-Item ?
Replies: 0
Views: 362

problema con database 2

... oMae:Skipper( nRecs ) } oLbx:nLineStyle := 3 oLbx:lAdjlastcol:= .F. oLbx:nClrBackFocus := CLR_CYAN oLbx:nClrForeFocus := CLR_WHITE REDEFINE RADIO oRad VAR nOrden ID 108, 107, 112 OF oDlg; ON CHANGE Orden(nOrden,oLbx,oMae,oMemos,oDomcli,oClitrans) // Al detectar un cambio se ejecutar  la funci¢n ...
by surGom
Fri Mar 26, 2010 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con database 2
Replies: 2
Views: 1166

Re: Form Controls standard on RibbonBar

... ACTION( MsgInfo( "Say Button" ) ) font oFontDATE But I see often the text small and for the radmenu any solution? i TRY WITH AEval( oRadMenu:aItems, { | oRad | oRad:lTransparent := .T. } ) BUT NOT RUN
by Silvio
Sun Jan 24, 2010 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Form Controls standard on RibbonBar
Replies: 1
Views: 475

Re: preview alpha 2

... METHOD PrintPage() CLASS TPreview local hOldRes := GetResources() local hMeta := ::oMeta1:hMeta local oDlg, oRad, oPageIni, oPageFin local nOption := 1, nFirst := 1, nLast := Len( ::oDevice:aMeta ) // DEVICE local oThis := Self if nLast == 1 ::PrintPrv( nil, ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2035

Re: Juan Planelles Lazaga

... DefImage( Bmp ) Return TImage():Define( , Bmp ) static function MenuRadio( cMsg, aOpc, cTit, nValue ) ************************************* local oRad, oWnd2, oBot1, aLista := Array( 3 ) local lValor := .f., n := 0 DEFAULT cMsg := 'Valores: ' DEFAULT aOpc := { 'Si', 'No', 'Ignorar' } DEFAULT cTit ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6783

Re: GetPrintDC()

... static function PrintPage() local hOldRes := GetResources() local hMeta := oMeta1:hMeta local oDlg, oRad, oPageIni, oPageFin local nOption := 1 ,; nFirst := 1 ,; nLast := len(DEVICE:aMeta) if nLast == 1 PrintPrv(nil, nOption, nFirst, nLast) RETU nil ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2715

Re: Radio background

... corrected the Radio- and Checkbox-Lines in the sample above. Font defines also included now ( Radio is different to Checkbox ) : oRADIO:SetFont( oRadioFont ) oCheck:oFont := oRadioFont I still have to look for the Font-Color-defines on Gradient, to make the sample complete. Before I didn't use ...
by ukoenig
Fri Jul 17, 2009 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio background
Replies: 8
Views: 2175
PreviousNext

Return to advanced search