Search found 177 matches: obtn1

Return to advanced search

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

... 24,4,arect[ 4 ]-arect[ 2 ] -16, ; //16          aRect[3]-aRect[1]-175,.t.);       //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] ...
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: 4718

Re: BtnBmp on Main Window

... oWndBtn MDICHILD OF oWndMain FROM 50, 50 TO 350, 220 PIXEL ; BORDER NONE ; NOSYSMENU ; NOICONIZE ; NOCAPTION ; BRUSH oBrush3 @ 10, 10 BTNBMP oBtn1 OF oWndBtn PIXEL ; SIZE 150 , 80 PROMPT "Hide Child" 2007 ; FONT oFont1 ; TOP ; NOBORDER ; FILENAME ".\bitmaps\32x32\Hide.bmp" ...
by ukoenig
Tue Dec 07, 2010 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp on Main Window
Replies: 13
Views: 3267

Re: HELP FOR TEXPLORERBAR CLASS

... @ 35, -20 TITLE oTitle1 SIZE 350, 150 of oPanel2 ; TRANSPARENT NOBORDER // ---- Images ---- // ------------------ @ 10, 0 TITLEIMG oBtn1 OF oTITLE1 BITMAP "..\bitmaps\Alphabmp\A_2.bmp" TRANSPARENT ; ANIMA LEVEL 255 ; ACTION MsgAlert( "Button with Action","Attention" ...
by ukoenig
Sun Nov 21, 2010 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3482

Ayuda con socket - Solucionado

... en el servidor...recuerden que soy nuevo el tema de socket Gracias .. JOHNSON RUSSI TELLO Colombia /********* FUNCTION Transfiere(cModOri) local oBtn1, oBtn2, oBtn3, oBtn4 DEFINE WINDOW oWnd TITLE "Client socket" @ 2, 2 BUTTON oBtn1 PROMPT "Socket Window" ; ACTION Socket1() ...
by russimicro
Sun Oct 31, 2010 4:28 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda con socket - Solucionado
Replies: 0
Views: 649

Possible to toggle Btn-Brush (BTNBMP) on Mousecaption ?

Hello,

is it possible to toggle a defined Button-Brush on Mousecaption like used for Gradient :
oBtn1:bClrGrad = { | lMouseOver | If( ! lMouseOver, ButtonGrad1, ButtonGrad2) }

Image

Best Regards
Uwe :?:
by ukoenig
Tue Sep 07, 2010 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to toggle Btn-Brush (BTNBMP) on Mousecaption ?
Replies: 0
Views: 218

Re: Buttonbmp and image

function FromResources() local oDlg DEFINE DIALOG oDlg RESOURCE "Test" REDEFINE BUTTONBMP oBtn1 ID 10 OF oDlg ; ACTION MsgInfo( "XP themes aware Button Bitmaps" ) oBtn1:LoadBitmap( "Alert" ) // from resource // Button 2 changes on Action BMP ...
by Wanderson
Tue Aug 31, 2010 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbmp and image
Replies: 2
Views: 655

Re: Buttonbmp and image

function FromResources() local oDlg DEFINE DIALOG oDlg RESOURCE "Test" REDEFINE BUTTONBMP oBtn1 ID 10 OF oDlg ; ACTION MsgInfo( "XP themes aware Button Bitmaps" ) oBtn1:LoadBitmap( "Alert" ) // from resource // Button 2 changes on Action BMP ...
by ukoenig
Mon Aug 30, 2010 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbmp and image
Replies: 2
Views: 655

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

... ). The Position : < @ D_HEIGHT - 150, D_WIDTH - 210 > was the same. The Button used with a Window : @ D_HEIGHT - 150, D_WIDTH - 210 BTNBMP oBtn1 SIZE 170, 90 OF oWnd1 2007 ; // ON INIT : oBtn1:move(oWnd1:nHeight - 150, oWnd1:nWidth - 210, , , .F. ), ; The same Button used with a Dialog ...
by ukoenig
Tue Aug 17, 2010 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5916

Re: Ayuda para: codeblock que no se evalúa.

... Error E0047 Code block contains both macro and declared symbol references 'NFUNCION' Esta es la definición en el programa REDEFINE BUTTON oBtn1 ID 991 OF oDlg ; ACTION ( cFuncion := "Funcion" + strzero(nFuncion) + "()",; eval({||&cFuncion}) )
by fernandomoralesdr
Fri Jul 30, 2010 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para: codeblock que no se evalúa.
Replies: 4
Views: 809

Re: Invalid lvalue 'Numeric'

Thanks for your help Here is the prg #include "FiveWin.ch" static oWnd function Main() local oFont Local oBtn1 DEFINE FONT oFont NAME "Arial" SIZE 0, -22 BOLD skinbuttons() DEFINE Dialog oWnd; TITLE "Test" size 800,600 pixel @ 10, 5 BTNBMP oBtn1 OF ...
by acwoo1
Mon Jul 05, 2010 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 965

Invalid lvalue 'Numeric'

Hi, @ 10, 5 BTNBMP oBtn1 OF oWnd ; SIZE 65, 70 ; PROMPT "ABC" + CRLF + "Accounting" FILE "amber1.bmp" 2007 ; FONT oFont TOP ; ACTION ( WinExec( ".\abc\setup.exe" ) ) After I upgraded for fwh9.11 ...
by acwoo1
Mon Jul 05, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 965

Re: Why the JPG is not displayed ?

... + 85 + Border Height : 375 + 20 + Dialog-Title + Border to calculate exact Control-Positions, it works only with these changes : @ 20, 255 BUTTON oBtn1 PROMPT "&Imprimir" SIZE 30,10 OF oDlg PIXEL ; ACTION PrintImage( oBmp1) @ 55, 255 BUTTON oBtn2 PROMPT "&Terminar" ...
by ukoenig
Thu Jun 03, 2010 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why the JPG is not displayed ?
Replies: 6
Views: 2015

Re: line (row) spacing in say/get system using text coordinates

... PIXEL // use Pixel optional @ 30,10 say oSay2 PROMPT "Row two" PIXEL // a Button to change the given SAY-Positions @ 140, 120 BTNBMP oBtn1 OF oDlg 2007 ; SIZE 70 , 40 PROMPT "Move" ; FONT oGetFont ; LEFT ; NOBORDER ; FILENAME "Move.bmp" ; ACTION ( oSay1:nTop := ...
by ukoenig
Thu May 27, 2010 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: line (row) spacing in say/get system using text coordinates
Replies: 3
Views: 1000

Re: Hide controls in a dialog before activating it.

... oSay1:SetFont(oFont2) // oSay1:Hide() // With a Switch-Var, You can Switch from Hide to Show inside the Dialog : lSay1 := .F. REDEFINE BTNBMP oBtn1 ID 30 OF oDlg ; NOBORDER ; FILENAME c_path + "\images\Switch.bmp" ; TOOLTIP "Hide / Show" ; ACTION IIF( lSay1 = .F., ( oSay1:Show(), ...
by ukoenig
Thu May 27, 2010 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3761

Re: Onde encontar exemplo com 2 ou mas files DBF/ntx

... REQUEST DBFCDX //----------------------------------------------------------------------------// Procedure Main() local oWnd, oBtn1, oBtn2, oBtn3, oBmp1 SET DELETED ON SET DATE TO ITALIAN SET CENTURY ON SET EPOCH TO 2000 If IsExeRunning( cFileName( HB_ArgV( 0 ) ) ) MsgInfo( ...
by PeterBaga
Thu Feb 04, 2010 10:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Onde encontar exemplo com 2 ou mas files DBF/ntx
Replies: 4
Views: 1052
PreviousNext

Return to advanced search