Search found 13 matches: osay4

Return to advanced search

Re: say sin transparencia en folder...

Intenta asi:
local oSay1,oSay2,oSay3,oSay4
REDEFINE FOLDER oFld1 ID 210 OF oDlg ;
PROMPT "Empresa"

REDEFINE SAY oSay1 ID 500 OF oFld1
REDEFINE SAY oSay2 ID 501 OF oFld1
REDEFINE SAY oSay3 ID 502 OF oFld1
REDEFINE SAY oSay4 ID 503 OF oFld1
by FranciscoA
Tue Feb 25, 2014 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: say sin transparencia en folder...
Replies: 7
Views: 867

How to adj. a Image (Res.) using <Loadimage> SOLVED !

... NIL ; ID 110 PIXEL BORDER oIMG1:cTooltip := "Image 1l" oIMG1:bPainted := { |hDC| ( cSize1 := DRAW_IMG(oIMG1, hDC, cImage0, ; oSay2, oSay4, cSize1, cSize2 ), oSay1:Refresh(), oSay2:Refresh() ) } FUNCTION DRAW_IMG( oImage, hDC, cImage, oSay2, oSay4, cSize1 ) LOCAL oImg, aRect[4], nFactor1, ...
by ukoenig
Tue Jan 22, 2013 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to adj. a Image (Res.) using <Loadimage> SOLVED !
Replies: 1
Views: 662

Re: xBrowse => oBrw:SelectCol(nPos) doesn't work ?

... 50%" ; FONT oTxtfont ; ACTION ( nCPos := INT(nSGet[3] * 0.5), oBrw2:SelectCol( Min( nCPos, Len( oBrw2:aCols ) ), .t. ), ; oBrw2:Refresh(), oSay4:Refresh(), nObject := 0, oSay6:Refresh() ) oBtn[15]:cTooltip := "Jump to Col ( 50% )" oBtn[15]:SetColor( 128 ) Forward : http://www.pflegeplus.com/pictures/xbrwpos3.jpg ...
by ukoenig
Mon Jul 30, 2012 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse => oBrw:SelectCol(nPos) doesn't work ?
Replies: 2
Views: 716

xBrowse => oBrw:SelectCol(nPos) doesn't work ?

... 32, 11 OF oDlg1 PIXEL 2007 ROUND ; PROMPT "C 50%" ; FONT oTxtfont ; ACTION ( nCPos := INT(nSGet[3] * 0.5), oBrw2:SelectCol(nCPos) , ; oSay4:Refresh(), oBrw2:Refresh() ) oBtn[15]:cTooltip := "Jump to Col ( 50% ) oBtn[15]:SetColor( 128 ) Jumping to a defined Row works fine oBrw:nArrayAt ...
by ukoenig
Mon Jul 30, 2012 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse => oBrw:SelectCol(nPos) doesn't work ?
Replies: 2
Views: 716

y aqui el codigo fuente MEMVAR PATRES Function her020() local oSay, oSay1, oSay2, oSay3, oSay4, oSay5, oSay6, oSay7, oSay8 local oSay9, oSay10, oSay11 local oGet1, oGet2, oGet3, oGet4, oGet5, oGet6, oGet7, oGet8, oGet9, oGet LOCAL oFont9, oBtm, oBtm2, oFont10 LOCAL ...
by JOSEMAR
Fri Jul 04, 2008 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ANONIO A QUE SE DEBE ESTE ERROR
Replies: 7
Views: 1944

The real Hight-Information of a selected Font ?

... aTYPE4[1] := oFont13:cFacename, ; aTYPE4[2] := oFont13:nHeight, ; aTYPE4[3] := oFont13:lBold, ; aTYPE4[4] := oFont13:lItalic, ; oSay4:SetFont( oFont13 ), oSAY4:Refresh() ) REDEFINE SAY oSAY4 VAR e_FTYPE4 ID 830 FONT oFont13 OF oDlg5 the values aTYPE4[1] ..... aTYPE4[4], I write ...
by ukoenig
Sat Feb 23, 2008 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The real Hight-Information of a selected Font ?
Replies: 2
Views: 737

Show different fonts on Infobar

... := TFont():New( aTYPE4[1], , aTYPE4[2], .f., ; aTYPE4[3], , , ,aTYPE4[4] ) // Set the 1 InfoBar Font // ----------------------------- REDEFINE SAY oSAY4 VAR e_FTYP4 ID 800 OF oDlg5 REDEFINE BUTTON oBtn7 ID 805 OF oDlg5 ; ACTION ( oSAY4:GetFont(), oSAY4:SelFont(), ; aTYPE4[1] := oSAY4:oFont:cFaceName, ...
by ukoenig
Fri Feb 22, 2008 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a FONT with a saved String ?
Replies: 3
Views: 987

Possible to define a FONT with a saved String ?

... is saved in a INI-File Normaly i must do : DEFINE FONT oFont NAME "Arial" SIZE 21, 0 BOLD ITALIC The Action creates the Fontstring : ACTION ( oSAY4:GetFont(), oSAY4:SelFont(), ; e_FTYP4 := " NAME " + '"' + oSAY4:oFont:cFaceName + '"'+ ; " SIZE " + ALLTRIM(STR( oSAY4:oFont:nHeight ) ) + ; ", ...
by ukoenig
Fri Feb 22, 2008 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a FONT with a saved String ?
Replies: 3
Views: 987

PROBLEMA CON LISTBOX

... SE LO AGRADECERIA MUCHO. DE ANTEMANO MIL GRACIAS. AHI LES DEJO EL CODIGO FUENTE: memvar patres Function AVI000() local oSay, oSay1, oSay2, oSay3, oSay4, oSay5, oSay6, oSay7, oSay8 local oSay9, oSay10, oSay11, osay12, oSay13, oSay14, oSay15, oSay16 local oGet1, oGet2, oGet3, oGet4, oGet5, oGet6, ...
by JOSEMAR
Mon Jan 21, 2008 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON LISTBOX
Replies: 0
Views: 718

... te dejo mi fuente haber se lehayas , me da error de compilacion en el arreglo MEMVAR PATRES Function AVI000() local oSay, oSay1, oSay2, oSay3, oSay4, oSay5, oSay6, oSay7, oSay8 local oSay9, oSay10, oSay11, osay12, oSay13, oSay14, oSay15, oSay16, oSay17 local oGet1, oGet2, oGet3, oGet4, oGet5, ...
by ACC69
Thu Dec 27, 2007 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS DBCOMBO FWH 24
Replies: 6
Views: 1790

... te dejo mi fuente haber se lehayas , me da error de compilacion en el arreglo MEMVAR PATRES Function AVI000() local oSay, oSay1, oSay2, oSay3, oSay4, oSay5, oSay6, oSay7, oSay8 local oSay9, oSay10, oSay11, osay12, oSay13, oSay14, oSay15, oSay16, oSay17 local oGet1, oGet2, oGet3, oGet4, oGet5, ...
by JOSEMAR
Thu Dec 27, 2007 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS DBCOMBO FWH 24
Replies: 6
Views: 1790

PROBLEMA CON FONT

... STATIC oWnd //Ventana Principal STATIC oMenu //Menu de oWnd STATIC oDlg //Caja 1 STATIC oBar //Barra STATIC oFont // STATIC oSay1,oSay2,oSay3,oSay4,oSay5,oSay6,oSay7,oSay8,; oSay9,oSay10 FUNCTION MAIN() SET DATE TO BRITISH SET CENTURY ON SET EXCLUSIVE OFF IF !FILE("TARIFA.DBF") CREARDBF() ...
by Celes
Thu Dec 06, 2007 8:43 pm
 
Forum: FiveWin para CA-Clipper
Topic: PROBLEMA CON FONT
Replies: 5
Views: 1556

... "Password:" SIZE largo_say, ancho PIXEL OF oWnd @ oSay3:nTop, oSay3:nRight+1 GET pass SIZE largo_get,ancho PIXEL OF oWnd * ARCHIVO LOCAL: #DEFINE oSay4 oWnd:aControls[7] @ oSay3:nTop+separacion_entre_lineas, margen_derecho SAY "Archivo local:" SIZE largo_say, ancho PIXEL OF oWnd @ oSay4:nTop, ...
by Elias Torres
Fri Nov 17, 2006 1:15 pm
 
Forum: FiveWin para Pocket PC
Topic: Como conectar y transferir archivos por wifi
Replies: 16
Views: 4798

Return to advanced search