Search found 177 matches: obtn1

Return to advanced search

Re: change a get with on execution

... lRepaint := .F. REDEFINE GET oGet1 VAR nWColorF ID 120 OF oDlg4 PICTURE "999999999" FONT oBigFont REDEFINE BTNBMP oBtn1 OF oDlg4 ; ID 130 PIXEL 2007 ; NOBORDER ; PROMPT "&1. Color" ; FILENAME c_path1 + "Select.Bmp" ; ACTION ( lRepaint := ...
by ukoenig
Fri Apr 26, 2013 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1090

Re: testMap

... > http://www.pflegeplus.com/pictures/area.bmp http://www.pflegeplus.com/pictures/area1.bmp @ 150, 150 BTNBMP oBtn1 OF oWnd PIXEL ; SIZE 48, 48 ; FILE c_path1 + "area.bmp" ; ACTION MsgInfo("Hello") oBtn1:lTransparent := .T. oBtn1:cTooltip ...
by ukoenig
Tue Mar 26, 2013 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testMap
Replies: 6
Views: 1662

Re: BackGround Painting

... a extra dialog-style using global SetDlgGradient http://www.pflegeplus.com/pictures/dlgstyle1.jpg FUNCTION MAIN() local oDlg1, oBtn1, oBtn2 SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } ) DEFINE DIALOG oDlg1 FROM 50, 50 TO 300, 400 ; TITLE "Dialog ...
by ukoenig
Tue Feb 26, 2013 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 5021

Re: Transparent Logo from Resource on Wnd-main ?

Frances I found a solution, using a big button @ 120, 100 BTNBMP oBtn1 OF oWnd ; SIZE 520, 520 PIXEL ; RESOURCE "Logo" ; ACTION MsgAlert( "Logo-Test" ) ; FONT oFont1 ; TOP NOBORDER oBtn1:lTransparent := .t. oBtn1:cToolTip = { "Company" ...
by ukoenig
Mon Oct 22, 2012 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Logo from Resource on Wnd-main ?
Replies: 2
Views: 651

Missing working Button-Accellerators in TFolderEx ?

... and You have to click on one button to activate the accelerators. http://www.pflegeplus.com/pictures/Tfoldx11.jpg @ 15, 140 BTNBMP oBtn1 FILENAME "..\bitmaps\bartop.bmp" ; SIZE 60, 30 OF oFld:aDialogs[ 2 ] PIXEL BORDER 2007 ; LEFT PROMPT " &1" ACTION oFld:SetLayOut( ...
by ukoenig
Thu Oct 11, 2012 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing working Button-Accellerators in TFolderEx ?
Replies: 0
Views: 487

Re: Wish - Button Bar Accelerators

... to convert and include hight quality Images in Borlands Resource workshop. I can explain, if anybody needs these informations. @ 5, 10 BTNBMP oBtn1[1] OF oGroup1A ; SIZE 75, 60 PIXEL 2007 ; PROMPT "&Inventario " ; RESOURCE "B_Med" ; ACTION ( DLG_TEST() ) ; FONT oFont1 ...
by ukoenig
Wed Oct 03, 2012 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wish - Button Bar Accelerators
Replies: 18
Views: 4387

Re: Border around GET

... nSpace, nPen, 0, nStyle, nShPos ) } oDate:bLostFocus := {|hDC| Draw_Box(oDlg, oDate, nColorL, nSpace, nPen, 0, nStyle, nShPos ) } @ 170, 80 BTNBMP oBtn1 OF oDlg ; SIZE 70, 25 PIXEL 2007 ; NOBORDER ; PROMPT "&Border " ; FILENAME c_path + "\Bitmaps\Select.Bmp" ; ACTION ( oDate:SetFocus(), ...
by ukoenig
Tue Sep 25, 2012 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 14068

Re: Reading from INI-file, DECIMALS are ignored ?

... Function MiGet4Dec( cTitDlg, cTexto, aTitGet, aGet, cBmp,lDecim) local lOK:=.F., oDlg, oBtn1, oBtn2, oBmp, oBmpF, oBrush,cBrush:=".\wall.bmp" local oTitGet1, oTitGet2, oTitGet3, oTitGet4, oTitGet5, oSayText local oGet1, oGet2, ...
by FranciscoA
Sat Jun 09, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading from INI-file, DECIMALS are ignored ?
Replies: 1
Views: 632

Re: MDI-Frame and using oWnd:bResized := {|| ...} ?

... NIL ), ; PAINT_LOGO(oWnd:oWndClient), ; aLogo[1] := ( oWnd:nHeight / 2 ) - 50 - ( 248 / 2 ), ; aLogo[2] := ( oWnd:nWidth / 2 ) - ( 320 / 2 ), ; oBtn1:Move( oWnd:nHeight - 250, oWnd:nWidth - 110, , ,.T. ), ; oBtn2:Move( oWnd:nHeight - 158, oWnd:nWidth - 110, , ,.T. ) ) ON INIT ( painted once ...
by ukoenig
Fri Apr 06, 2012 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI-Frame and using oWnd:bResized := {|| ...} ?
Replies: 3
Views: 814

Re: Btnbmp disabled()

... to create / select a extra Disabled-bmp // 1 = Aktiv // 2 = Pressed // 3 = Disabled // 4 = Mouse-Capt. From Disk or Resource : REDEFINE BTNBMP oBtn1 ID 70 OF oDlg 2007 ; FILENAME c_path + "\Images\aktiv.bmp", ; c_path + "\Images\pressed.bmp", ; c_path + "\Images\disabled.bmp", ...
by ukoenig
Wed Mar 14, 2012 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp disabled()
Replies: 5
Views: 1510

Re: Pushbutton Default FWH 1201

Rick,

In your example you don't have an action for the OK button. It is nil.

Try it with this change:

@ 6,16 BUTTON oBtn1 Prompt "&Ok" ;
SIZE 30,25 of oDLG ;
ACTION MsgBeep()
by Antonio Linares
Sat Feb 04, 2012 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pushbutton Default FWH 1201
Replies: 7
Views: 1389

Problema con el teclado

... 1 ) else oMenu_Horizontal:SelItem( 2 ) endif Return .T. Function fDlg() DEFINE DIALOG oDlg @2,5 say 'PRUEBA PRUEBA' of oDlg @5,2 BUTTON oBtn1 PROMPT 'CANCELAR' ACTION oDlg:End() @5,15 BUTTON oBtn2 PROMPT 'RETORNAR' ACTION oDlg:End() ACTIVATE DIALOG oDlg CENTER Return .T.
by jgayoso
Wed Dec 28, 2011 3:35 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Problema con el teclado
Replies: 3
Views: 992

Re: Error Upgrade From FWH115 To FWH1110

... Your Help The wording in the buttons run with skinbuttons() The prg: #include "FiveWin.ch" static oWnd function Main() local oFont local obtn1 skinbuttons() DEFINE FONT oFont NAME "Arial" SIZE 0, -22 BOLD if !file("tax3.dbf") createfilea() endif DEFINE WINDOW oWnd ...
by acwoo1
Sun Nov 27, 2011 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5410

Error Upgrade From FWH115 To FWH1110

... The prg File: #include "FiveWin.ch" static oWnd function Main() local oFont local obtn1 skinbuttons() DEFINE FONT oFont NAME "Arial" SIZE 0, -22 BOLD if !file("tax3.dbf") createfilea() endif DEFINE WINDOW oWnd ...
by acwoo1
Mon Nov 14, 2011 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5410

Re: Ribbon - Consulta

por postinelli » Jue Jun 09, 2011 2:51 pm respecto a bitmaps, yo los diseño desde disco y luego cambio el codigo para que los lea desde recurso y funciona perfecto hago asi diseñando @ 3, 3 ADD BUTTON oBtn1_1_1 PROMPT "new" BITMAP "C:\FWH1101\bitmaps\16x16\additem.bmp" GROUP oGr1...
by postinelli
Thu Oct 13, 2011 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ribbon - Consulta
Replies: 3
Views: 644
PreviousNext

Return to advanced search