Search found 65 matches: osay2

Return to advanced search

Windows to small ?

... i try to place 2 x Control into Window but they do not "fit" #include "fivewin.ch"PROCEDURE Main()LOCAL oWnd, oSay1, oSay2   DEFINE WINDOW oWnd FROM 0, 0 TO 600, 800 PIXEL TITLE "TVIP"       oSay1 := TSay():new(0,000,{ || "Hello" ...
by Jimmy
Wed Jul 27, 2022 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 454

Re: How to change SAY background color on transparent DIALOG

... A little test #include "Fivewin.ch" FUNCTION MAIN() local oWnd, oDlg, oSay1, oSay2, oFont, oBrush1, oBrush2 DEFINE FONT oFont NAME "Arial" SIZE 0,-18 BOLD DEFINE BRUSH oBrush1 FILE "MARBLE.bmp" DEFINE BRUSH ...
by ukoenig
Sun Apr 04, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change SAY background color on transparent DIALOG
Replies: 2
Views: 541

Re: Como Calcular Ancho en Pixeles de una Variable

... te ha pasado por alto. A mi me funciona bien (FWH1709) Esta function ha sido cambiada a: NextData(aoSay, alBorder) llamandola asi: NextData({oSay1,oSay2,oSay3},{.T.,.f.,.f.}) // Array con tantos elementos como oSays requeridos. La .t.indica que se usa BORDER, la .f. indica sin borde. Se agregó ...
by FranciscoA
Sat Jun 13, 2020 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Calcular Ancho en Pixeles de una Variable "FrancicoA"
Replies: 21
Views: 3876

Re: Ayuda Cambiar el Color de un SAY "URGENTE"

Hola Antonio, intenta asi: local oSay1,oSay2,oSay3     @ 053,160 SAY oSay1 Profe->Cod_Pro      SIZE 60,22  PIXEL OF oDlg2    COLOR RGB(0,0,128), CLR_YELLOW   FONT oFont6   BORDER  CENTER  ...
by FranciscoA
Thu Jun 11, 2020 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Cambiar el Color de un SAY "SOLUCIONADO"
Replies: 12
Views: 1654

Re: Import Chinese Characters from XLS

... DEFINE xlVAlignTop -4160 # DEFINE xlVAlignCenter -4108 # DEFINE xlVAlignJustify -4130 REQUEST DBFCDX REQUEST DBFFPT function Main() local oSay , ; oSay2 , ; cSay := "" , ; cSay2 := '' , ; oFont , ; oMenu , ; oIcon IF PCOUNT()<1 cDebug := "" ENDIF // Init... lAds := .F. Pbuild ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 948

Re: AYUDA URGENTE CON COMBOBOX

... ArrTranspose( aProfe )[ 2 ] ID 102 OF oDlg COLORS nRGB(9, 11, 10), nRGB(73, 250, 202); ON CHANGE (Carga_paci(oCod_pro1,aProfe),oPaci:Refresh(),oSay2:Refresh()) //<--- Cambiar aca Static Function Carga_paci(oCod_pro1,aProfe) // <--- Cambiar aca LOCAL cCod_Pro1 := aProfe [1,oCod_pro1:nAt] ...
by remtec
Wed Nov 21, 2018 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA URGENTE CON COMBOBOX
Replies: 24
Views: 3612

Re: Generar texto en movimiento

Hola Sergio: Se me ocurre que pongas 2 say. Cada uno sobre el get correspondiente y lo ocultas... oSay1:Hide() y oSay2:Hide() Cuando toma el foco el get1, mostrarias el say1. oSay1:Show() y asi, igual con el otro. Solo una idea. Tambien podrías verificar que si esta Empty() el ...
by D.Fernandez
Fri Jan 26, 2018 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar texto en movimiento
Replies: 10
Views: 2132

Re: Generar texto en movimiento

... el texto para al final asignar el texto al say, aunque quizás lo complicado sea el pintar/borrar encima del get, pruébalo ( quizás con el oSay2:Move( ...... ) ) #include "fivewin.ch"function main()   local cVal  := Space(40)   local cPas  := Space(20)  ...
by cnavarro
Tue Jan 23, 2018 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar texto en movimiento
Replies: 10
Views: 2132

Re: DEFINE FONT vs TFont()

Mr Karinha

In the sample you posted, the font of oSay2 is changed.
So, in the next button action you should write If( oSay2:oFont:lBold but not If( oSay:oFont:lBold
by nageswaragunupudi
Tue Dec 19, 2017 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3326

Re: Menues despleglables

... @ oSay1:nBottom, Saludos Marcelo Pon unas coordenadas de inicio fijas del pintado del xbrowse sustituyendo esa referencia Hay otra referencia a oSay2 que ya aviso que hay que sustituir Cualquier cosa, por aqui estaré
by cnavarro
Fri Nov 03, 2017 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menues despleglables
Replies: 14
Views: 2450

Re: Possible to run 2 browser synchronously ? ( Test-download )

... := { |brw| brw:nLen } :nRecSelWidth := 50 END DBSELECTAREA( "CUST2" ) DBSETORDER("S_CUST") CUST2->(DBGOTOP()) REDEFINE SAY oSay2 ID 115 PROMPT "CUST2.dbf -> set synchron to CUST1.dbf" OF oDlgMain FONT oMedium oSay2:lTransparent := .T. REDEFINE XBROWSE oBrw2 ...
by ukoenig
Sat Jul 29, 2017 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3000

Re: How to keep a appl. on top of the dialog on resize ?

... := "nRGB( " + ALLTRIM(STR(nRed)) + ", " + ; ALLTRIM(STR(nGreen)) + ", " + ; ALLTRIM(STR(nBlue)) + " )", ; oSay2:Refresh(), oSay3:Refresh() ) oTimer:Activate() oWnd:bKeyDown := {|nKey| IF(nKey = nWKey, SAVE_COLOR(), ) } ACTIVATE WINDOW oWnd CENTER oTimer:DeActivate() ...
by ukoenig
Sat Aug 01, 2015 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2424

Re: DBF to SQL script tool

... => MAIN( 72 ) // Source code... //----------------------------------------------------------------------------// function _SqlScript( oSay, oSay2 ) local lFail := .F. , ; cSkipped := '' , ; oCn , ; cSql , ; cSqlCon := "" , ; aCdmDbf := Directory( "*.DBF" ) , ; nX1 := ...
by cdmmaui
Fri Jun 27, 2014 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13632

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

Re: Transparent Controls using < Fillrect > ?

Uwe,

Try to reassign the brush on the second SAY:

oSay2:SetBrush( oNewBrush )
by Antonio Linares
Mon May 13, 2013 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Controls using < FILLRECT > ?
Replies: 2
Views: 702
Next

Return to advanced search

cron