Search found 177 matches: obtn1

Return to advanced search

Re: Uwe we need your help :-)

... display and changed from : //REDEFINE IMAGE oImage1 ID 110 OF oDlg RESOURCE "Light" //oImage1:lTransparent := .T. To : REDEFINE BTNBMP oBtn1 OF oDlg ; ID 110 PIXEL ; NOBORDER ; RESOURCE "Light" ; CENTER oBtn1:lTransparent := .t. oBtn1:cToolTip = { "Resource" + CRLF ...
by ukoenig
Sun Jan 04, 2015 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uwe we need your help :-)
Replies: 33
Views: 6667

Re: Font de color blanco SOLUCIONADO

Hola, gracias.

No funcionó de esa forma, pero lo hace asi oBtn1:bClrText:= {|| CLR_WHITE }

Muchas gracias.

Saludos.
by D.Fernandez
Mon Dec 08, 2014 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Font de color blanco
Replies: 2
Views: 382

Re: TFolderX, button, PNG possible?

... cResName1, cResName2, cBmpFile1, cBmpFile2,; cResName3, cBmpFile3, cResName4, cBmpFile4 ) Loads Exit1.png as visible from file ( 3. position ) oBtn1:LoadBitmaps( , , ".\bitmaps\Exit1.png" ) @ 100, 100 BTNBMP oBtn1 OF oFld:aDialogs[ 1 ] ;SIZE 100, 50 PIXEL 2007 ;ROUND NOBORDER ...
by ukoenig
Thu Aug 28, 2014 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderX, button, PNG possible?
Replies: 5
Views: 1040

Re: Greek Fonts in dialogs

... *! *! *!***************************************************************************** FUNCTION main() *---------------------- LOCAL odbf,oget,odlg,obtn1,obtn2,obtn3,obtn4,; obrw,midos,; ret_val := .F.,; oget1,oget2 LOCAL oClient1 LOCAL oMenu23, oBrushM1 LOCAL company:="MAKRIS" HB_LangSelect( ...
by jorjio
Sun Jun 15, 2014 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Greek Fonts in dialogs
Replies: 6
Views: 998

Re: Abrir combobox con tecla Enter

... ; ALIAS "Empresa" ; ITEMFIELD "Codigo_Fem" ; LISTFIELD "Nombre_Fem" ; ON CHANGE Select_Emp(cDesc_Emp, oDesc_Emp, oBtn1); VALID Get_Emp(cDesc_Emp, oDesc_Emp)
by checo176
Mon Apr 07, 2014 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir combobox con tecla Enter
Replies: 7
Views: 810

Re: Change BtnBmp Image at runtime

Adolfo, the sample : oBtn1:SetFile( ..\bitmaps\Info.Bmp", ..\bitmaps\Info.Bmp" ) // can be different oBtn2:SetFile( ..\bitmaps\Info.Bmp", ..\bitmaps\Info.Bmp" ) Original Bmp's changed to Info.bmp Button 1 changes ...
by ukoenig
Tue Mar 25, 2014 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change BtnBmp Image at runtime
Replies: 6
Views: 1154

Re: BTNBMP

Marco,

do You mean a GRADIENT painted horizontal or vertical ?

oBtn1:bClrGrad = { | lMouseOver | If( ! lMouseOver,;
{ { 0.50, 11513775, 16777215 }, ;
{ 0.50, 16777215, 11513775 } }, ;
{ { 0.50, 16761992, 16777215 }, ;
{ 0.50, 16777215, 16761992 } } ) }


best regards
Uwe :?:
by ukoenig
Thu Mar 13, 2014 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP
Replies: 8
Views: 1559

Re: TLayout Error

... #include "ribbon.ch" static ownd, owndlayout /***************************************/ function Main() /* */ local oGrupo, oBtn1, oRibbon local oBtn2, oBtn3, oBtn4 SetBalloon( .T. ) DEFINE WINDOW oWnd FROM 1, 1 To 22, 75 ; TITLE "This is a MDI enviroment" MDI DEFINE ...
by MGA
Thu Oct 03, 2013 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TLayout Error
Replies: 9
Views: 2840

Waitrun con Ventana minimizada se puede

... en una ventana minimizada de DOS Este codigo abre putty.exe pero despues necesito que se miniminize la ventana DOS en la que se abre. @ 0,7 BUTTON oBtn1 PROMPT "CONECTAR" OF oDlg SIZE 50, 12 ACTION winexec("putty misitio.com -load ramsesiden -l root -pw mipsww -ssh",1) Saludos ...
by Vladimir Zorrilla
Mon Sep 23, 2013 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Waitrun con Ventana minimizada se puede
Replies: 1
Views: 392

Salir de una edición de gets?

... valid {||validaDatos(cDato2)} @ 3,2 say 'Dato 3' of oDlg @ 3,20 get cDato3 picture '@!' valid {||validaDatos(cDato3)} @ nAncho,nCentro-nJ BUTTON oBtn1 PROMPT ' &Aceptar' OF oDlg SIZE 38, 14 ; ACTION AfectaDbf(.t.) @ nAncho,nCentro+8 BUTTON oBtn2 PROMPT ' &Cancelar' OF oDlg SIZE 38, 14 ...
by noe aburto
Thu Sep 05, 2013 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salir de una edición de gets?
Replies: 1
Views: 430

Salir de una edición de gets?

... valid {||validaDatos(cDato2)} @ 3,2 say 'Dato 3' of oDlg @ 3,20 get cDato3 picture '@!' valid {||validaDatos(cDato3)} @ nAncho,nCentro-nJ BUTTON oBtn1 PROMPT ' &Aceptar' OF oDlg SIZE 38, 14 ; ACTION AfectaDbf(.t.) @ nAncho,nCentro+8 BUTTON oBtn2 PROMPT ' &Cancelar' OF oDlg SIZE 38, 14 ...
by noe aburto
Thu Sep 05, 2013 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salir de una edición de gets?
Replies: 3
Views: 573

Re: FiveWeb Error en los botones

... @ 66, 315 GET oGetName VAR cUserName SIZE 300, 40 OF oDlg @ 124, 315 GET oGetPass VAR cPassword SIZE 300, 40 OF oDlg PASSWORD @ 265, 189 BUTTON oBtn1 PROMPT "Ok" SIZE 110, 40 OF oDlg ; ACTION document.location = "login.exe?MYFUNC:" + ; document.getElementById( "oGetName" ...
by jnavas
Tue Jun 18, 2013 7:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb Error en los botones
Replies: 6
Views: 1304

Re: compilando tutor03 de FiveWeb

Antonio

El comando BUTTON Requiere esta definición

@ 265, 189 BUTTON oBtn1 PROMPT "Ok"
by jnavas
Tue Jun 18, 2013 6:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilando tutor03 de FiveWeb
Replies: 1
Views: 473

Re: FiveWeb Error en los botones

... el comando button requiere @ x,y BUTTON oBtn PROMPT "Texto" #include "FiveWeb.ch" function Main() local oDlg, oImg, oBtn1,oBtn2 local oGetName, cUserName := Space( 30 ) local oGetPass, cPassword := "" DEFINE DIALOG oDlg TITLE "FiveWeb Login" SIZE ...
by jnavas
Tue Jun 18, 2013 4:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb Error en los botones
Replies: 6
Views: 1304

Incremental xBrowse-ARRAY-search from GET ?

... GET_KEYS(ALLTRIM(cGet1)), oSay[4]:Refresh() ), NIL ) } oGet1:bGotFocus := {|| cGet1 := SPACE(10), aTable := {}, oGet1:Refresh() } @ 30, 300 BTNBMP oBtn1 OF oFld:aDialogs[ 2 ] ; SIZE 28, 40 PIXEL; NOBORDER ; PROMPT "&Show" ; ACTION ( nKey1 := GET_KEYS(ALLTRIM(cGet1)), oSay[4]:Refresh() ...
by ukoenig
Fri Jun 14, 2013 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental xBrowse-ARRAY-search from GET ?
Replies: 3
Views: 1515
PreviousNext

Return to advanced search