Search found 177 matches: obtn1

Return to advanced search

How to get the values Size/Pos. from Button-Resources ?

... the values of the Buttons < Height and Width > and < Top- / Left-Position > from Resources for TButton, ButtonBMP and BtnBMP. with oBtn1:nWidth and oBtn:nHeight I get a Error. Is it possible ? I want to show Position and Size with a Tooltip. http://www.pflegeplus.com/pictures/position1.jpg ...
by ukoenig
Tue Jan 26, 2010 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the values Size/Pos. from Button-Resources ?
Replies: 1
Views: 327

Re: Juan Planelles Lazaga

... local bIt, FLbxColr, FlbxFont, 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, ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 7134

Impresión con TDosPrn

... ) nLinea := 29 RETURN NIL //---------------------------------------------------------// STATIC FUNCTION ImpEdoCta() local oDlg, oBtn1, oBtn2 SET _3DLOOK ON SetMTxtPreview( .f., 5, 2, .f., .t. ) DEFINE DIALOG oDlg FROM 5, 5 TO 18, 40 ; TITLE "Imprime todos los moviemientos ...
by juan_arroyo_t
Sat Nov 07, 2009 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión con TDosPrn
Replies: 4
Views: 1329

Problema con @nRow,nCol BUTTON ... PIXEL

... un botón ocupe una posición fija pero relativa al tamaño variable del diálogo, por ejemplo, en su esquina inferior derecha. Hago @ 0,0 BUTTON oBtn1 PROMPT "&Aceptar" OF oDlg PIXEL ACTIVATE DIALOG oDlg CENTERED; ON INIT oBtn1:Move(oDlg:nHeight-36,oDlg:nWidth-50,40,24) pero el ...
by César E. Lozada
Thu Nov 05, 2009 3:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con @nRow,nCol BUTTON ... PIXEL
Replies: 2
Views: 379

Re: Desactivar un Boton de la Barra de Tareas (tbar)

Hola, yo lo hago asi : FUNCTION CREABARRA() DEFINE BUTTONBAR oBarTools SIZE 50,50 OF oDlg _3DLOOK 2007 DEFINE BUTTON obtn1 OF oBarTools RESOURCE "BMP_DBADD24" PROMPT "Agrega" WHEN .T. DEFINE BUTTON obtn2 OF oBarTools RESOURCE "BMP_DBDEL24" PROMPT "Elimina" ...
by Ariel
Wed Oct 07, 2009 9:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desactivar un Boton de la Barra de Tareas (tbar)
Replies: 3
Views: 593

BTNBMP ( transparent ) doesn't work on Img.-Background ?

... ? http://www.pflegeplus.com/pictures/Btntransp1.jpg // ----- Transparent NOBORDER on Image-Background --------- @ 22, 4 BTNBMP oBtn1 OF oDlg1 ; SIZE 150, 80 NOBORDER ; FILENAME c_path + "\project\" + D_BUTTON1 ; ACTION MsgAlert( "Button-Click", "Button ...
by ukoenig
Sat Oct 03, 2009 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP ( transparent ) doesn't work on Img.-Background ?
Replies: 0
Views: 238

Re: Bug in buttonbar

... a not defined Button-Font once on Mouse-Caption. http://www.pflegeplus.com/pictures/Buttonb1.jpg That works now : DEFINE BUTTON oBtn1 OF oBar FILE c_path + "\system\format.bmp" MESSAGE "Test" ; ACTION ( oWnd:End() ) ; PROMPT "Test" FONT oBtnFont ...
by ukoenig
Sun Sep 27, 2009 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in buttonbar
Replies: 5
Views: 927

Button-Text not adjusted to BMP (TEXTRIGHT) ?

Hello, I noticed, using : REDEFINE BUTTONBMP oBtn1 ID 110 OF oFld:aDialogs[1] ; ACTION MsgAlert("Test" ) ; BITMAP aPICTURES[1][3] PROMPT aBTNTEXT[1][1] TEXTRIGHT oBtn1:cToolTip = { "TButtonBMP","Test", 1, CLR_BLACK, ...
by ukoenig
Thu Sep 17, 2009 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button-Text not adjusted to BMP (TEXTRIGHT) ?
Replies: 0
Views: 274

How to replace Button-Bmp's in Folder-Pages ( solved )

... in Folder-Page 5 ( Repaint ) with the new BMP's from the BMP-Editor ??? The Array < aPICTURES[1][3] > stores the BMP's REDEFINE BUTTONBMP oBtn1 ID 110 OF oFld:aDialogs[5] ; ACTION MsgAlert("Test" ) ; BITMAP aPICTURES[1][3] PROMPT "1. Btn (16x16)" TEXTRIGHT oBtn1:cToolTip ...
by ukoenig
Mon Sep 14, 2009 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to replace Button-Bmp's in Folder-Pages ( solved )
Replies: 1
Views: 479

Re: Recommend Graphics person

... tests : Download http://www.pflegeplus.com/fw_downloads/bmptest.zip The Buttons are used like : ( Alpha-Blended BMP's are needed ) REDEFINE BTNBMP oBtn1 ID 30 OF oFld:aDialogs[1] 2007 ; FILENAME c_path + "preview.bmp" ; TOP ; PROMPT " &Window " ; FONT oButtFont ; ACTION ...
by ukoenig
Tue Sep 08, 2009 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recommend Graphics person
Replies: 6
Views: 986

different size bitmas in a button bar

... fwh. I've compiled a program and I found that since the bitmaps are of different sizes also the button bar appears across lopsided. DEFINE BUTTON oBtn1 RESOURCE "one" OF oBar PROMPT "Title1" ACTION Action1() NOBORDER DEFINE BUTTON oBtn2 RESOURCE "two" OF oBar PROMPT ...
by MarcoBoschi
Mon Aug 31, 2009 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different size bitmas in a button bar
Replies: 2
Views: 491

Re: Defined Textcolor for VTitles ignored ?

... > the Alpha-Channel is not displayed. Is there a Reason for it ? // replacement of Button 7 // ------------------------------- @ 550, 2 BTNBMP oBtn1 OF oTitle4 2007 ; SIZE 75, 75 ; FILENAME ".\bitmaps\32X32\keys.bmp" ; ACTION MsgAlert( "Button-Click", "Button 1" ...
by ukoenig
Sun Aug 30, 2009 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defined Textcolor for VTitles ignored ?
Replies: 7
Views: 1373

RbBtn doesn't runs under Linux (wine)

... under linux+wine #include "fivewin.ch" #include "ttitle.ch" #include "ribbon.ch" Function main() local oWnd local oBtn1 DEFINE WINDOW oWnd TITLE "TTitle Class Test" @ 0, 210 RBBTN oBtn1 OF oWnd ; SIZE 100, 50 PROMPT "Text " TRANSPARENT MOSTLEFT ...
by Marco Turco
Tue Aug 25, 2009 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RbBtn doesn't runs under Linux (wine)
Replies: 2
Views: 535

Re: New! Kinetic Scrolling support in FWH 9.08 !!! :-)

... 149, 21 ) } } oTitle1:lRound:=.f. oTitle1:lBorder:=.t. @ 18, 50 TITLETEXT OF oTitle1 TEXT "Some texts" color clr_white @ 0, 210 RBBTN oBtn1 OF oTitle1 BITMAP "k:\pigc\image\24exit.bmp"; SIZE 100, 50 PROMPT "Text " TRANSPARENT MOSTLEFT TOOLTIP "Test" @ ...
by Marco Turco
Mon Aug 24, 2009 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New! Kinetic Scrolling support in FWH 9.08 !!! :-)
Replies: 13
Views: 3288

tTitle class: some bugs

... 149, 21 ) } } oTitle1:lRound:=.f. oTitle1:lBorder:=.t. @ 18, 50 TITLETEXT OF oTitle1 TEXT "Some texts" color clr_white @ 0, 210 RBBTN oBtn1 OF oTitle1 BITMAP "k:\pigc\image\24exit.bmp"; SIZE 100, 50 PROMPT "Text " TRANSPARENT MOSTLEFT TOOLTIP "Test" @ ...
by Marco Turco
Wed Aug 12, 2009 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tTitle class: some bugs
Replies: 1
Views: 450
PreviousNext

Return to advanced search