Search found 25 matches: obtn5

Return to advanced search

Re: disable/enable button

... ADD GROUP oGr1 RIBBON oRBar TO OPTION 1 PROMPT "Font" WIDTH 205 @ 10, 05 ADD BUTTON oBtn5 GROUP oGr1 BITMAP "..\bitmaps\bold16.bmp" GROUPBUTTON FIRST SIZE 25, 20 ROUND ; ACTION( oBtn5:lSelected := !oBtn5:lSelected ) oBtn5:Disable() ...
by ukoenig
Fri Jul 12, 2019 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 741

ejemplo RBDESIGN.PRG( SOLUCIONADO )

Estimados estoy usando esta utilidad para crear los ribonbar pero al generar el PRG no salen los bitmap en el prg los omite en fwh15.02 queda asi el prg @ 3, 357 ADD BUTTON oBtn5_1_1 PROMPT "Movimiento Curso" GROUP oGr1_1 ACTION MsgInfo( "click" ) SIZE 123, 26 MOSTLEFT BORDER @ 3...
by Patricio Avalos Aguirre
Tue Apr 14, 2015 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo RBDESIGN.PRG( SOLUCIONADO )
Replies: 1
Views: 489

Re: TestTitl.prg Sample MDI

... ) lets see what happens. Maybe something with DEFINE IMGBITMAP OF oImageList NAME "new" COLOR nRGB( 255, 0, 255 ) @ 15, 900 BTNBMP oBtn5 OF oToolBar ; SIZE 100, 55 PIXEL ; // Width, Hight NOBORDER ; PROMPT " &Exit" ; FILENAME ".\bitmaps\Exit.bmp" ; ACTION ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11768

Refrescar datos en Folder - SOLUCIONADO

... oFont1:end() SELECT(cAlias) DBGOTO(nRec) RETURN NIL FUNCTION CatchCta( oCuenta, cCTABCO ) * LOCAL oDlg, oBrw, oBtn1, oBtn2, oBtn3, oBtn4, oBtn5 LOCAL nRec, lOk := .F. LOCAL cAlias := ALIAS() * ---Initialize database file. SELECT Cta DBGOTOP() * * ---Main execution loop. DEFINE DIALOG oDlg ...
by Armando Picon
Mon Feb 28, 2011 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar datos en Folder - SOLUCIONADO
Replies: 9
Views: 1616

Re: Coloring a line Solved. Now coloring an individual cell

...      //150                                    // 130          ,oBtn1:move(arect[3] -aRect[1]- 89,11  ,,,.t.);   //14  *          ,oBtn5:move(arect[3] -aRect[1]- 89,197 ,,,.t.);   //106          ,oBtn7:move(arect[3] -aRect[1]- 89,380 ,,,.t.);   //16          ,oBtn2:move(arect[3] ...
by hag
Fri Jan 14, 2011 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 4363

Re: Display problems transparency

... IF !FILE( c_path + "\System\textedit.bmp" ) MsgAlert( "BMP not found !", "Attention" ) ENDIF REDEFINE BTNBMP oBtn5 ID 40 OF oDlg9 2007 ; FILENAME c_path + "\System\textedit.bmp" ; LEFT ; PROMPT " &Save" + CRLF + " to INI" ; ...
by ukoenig
Tue Nov 30, 2010 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display problems transparency
Replies: 9
Views: 1827

Ayuda con socket - Solucionado

... ****************************************************************************************** function Socket1() local oBtn1, oBtn2, oBtn3, oBtn4 ,oBtn5 DEFINE WINDOW oWnd2 TITLE "Client socket" @ 1, 2 BUTTON oBtn1 PROMPT "Connect" ; ACTION Client( oBtn1, oBtn2, oBtn3, oBtn4, ...
by russimicro
Sun Oct 31, 2010 4:28 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda con socket - Solucionado
Replies: 0
Views: 646

Re: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

... #include "fivewin.ch" function main DEFINE DIALOG oDlg5 FROM 10,10 to 300,500 TITLE "TEST" PIXEL @ 110, 190 BTNBMP oBtn5 size 50, 30 of oDlg5 2007 pixel action test1(odlg5,obtn5) activate dialog odlg5 centered return nil function test1(odlg5,obtn5) * coord. from ...
by WilliamAdami
Mon Aug 09, 2010 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5652

Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

... TO nDlgWidth, nDlgHeight TITLE "Background-Tests" ICON oIco PIXEL // Button-Position not related to Dialogsize : @ 220, 250 BTNBMP oBtn5 SIZE 70, 40 OF oDlg5 2007 PIXEL ; http://www.pflegeplus.com/pictures/relation1.jpg Best Regards Uwe :lol:
by ukoenig
Sat Aug 07, 2010 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5652

Re: How to create a multiline button?

... the Tools ( Button and ButtonBMP of the ButtonSkin -part ). Is it possible, to use it for Resources to ? I don't get it working. REDEFINE BUTTON oBtn5 PROMPT TRIM(aBTNTEXT[5][1]) + CHR( 13 ) + "Multiline-Test" ID 210 OF oDlg70 oBtn5:oFont := oTextFont oBtn5:nStyle = NOR( oBtn5:nStyle, ...
by ukoenig
Sun Jan 10, 2010 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a multiline button?
Replies: 13
Views: 2110

Re: Juan Planelles Lazaga

... aTypes, bColrLoad, bFntLoad //local oRBar // local oWnd, oMenu local oGr, oGr1, oGr2, oGr3, oGr4, oMenu local oBtn, oBtn1, oBtn2, oBtn3, oBtn4, oBtn5 local oBtn6, oBtn7, oBtn8, oBtn9, oBtn10 local oBtn11, oBtn12, oBtn13, oBtn14, oBtn15 local oBtn16, oBtn17, oBtn18, oBtn19, oBtn20 local oBtn21, ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6740

Re: How to create a <special> Buttonbar (9.04 / code included)

... Bar, und changed the 2. oDlg in oDlg1 ( double define ) Static FUNC _utilmenu( oDlg, oBtn_1 ) LOCAL oWndChild, oDlg1 , oBtn1, oBTN2, oBTN3, oBTN4, oBTN5, oBTN6 ... ... DEFINE DIALOG oDlg1 RESOURCE "UTILMENU" ; // OF oWndChild ; TITLE "Utility Menu" The bar now fits exactly the ...
by ukoenig
Sat May 23, 2009 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a <spec.> Buttonbar 9.04 ( Symbols included )
Replies: 24
Views: 6429

A way, to calculate a same Button-Size for Source/Resource ?

... W_BUTTONH * 2, W_BUTTONV * 2, .T. ), ; oBtn3:SetSize( W_BUTTONH * 2, W_BUTTONV * 2, .T. ), ; oBtn4:SetSize( W_BUTTONH * 2, W_BUTTONV * 2, .T. ), ; oBtn5:SetSize( W_BUTTONH * 2, W_BUTTONV * 2, .T. ), ; oBtn6:SetSize( W_BUTTONH * 2, W_BUTTONV * 2, .T. ) ) The Original-Button-Size 65 x 40 http://www.pflegeplus.com/pictures/Butresize1.jpg ...
by ukoenig
Mon May 11, 2009 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A way, to calculate a same Button-Size for Source/Resource ?
Replies: 0
Views: 291

Re: Actualizar Index Abierto en Listbox

... 'Status' ,; 'Usuario Actual:' ,; ' ' ; on change ( xRecno := (PRESUPU)->(RECNO()) ,; If((PRESUPU)->PRE_NRO<>0,; (oBTN2:DISABLE(),oBTN5:ENABLE() ) ,; (oBTN2:ENABLE() ,oBTN5:DISABLE())) ,; oLbxPRESU:nClrPane:={||If((PRESUPU)->URGENCI==1,; CLR_HCYAN,; CLR_HGRAY ) } ) ; FIELDSIZES ...
by Willi Quintana
Tue Mar 31, 2009 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar Index Abierto en Listbox
Replies: 2
Views: 586

Re: SetFocus to element in array

Hi Marceo I have tried // This works DEFINE BUTTON oBtn5 of oBar RESOURCE "FIND" ; FLAT ; PROMPT 'Find' ; ACTION(oLbx:skip(20),oLbx:Refresh()) ; TOOLTIP('Find Value') // This Does Not Work DEFINE BUTTON oBtn5 of oBar RESOURCE "FIND" ...
by Colin Haig
Sat Feb 28, 2009 12:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus to element in array
Replies: 13
Views: 1910
Next

Return to advanced search