Search found 11 matches: obru

Return to advanced search

Re: Cut out an area of the screen

Sorry, it's hard to choose from the context. here is such window procedure Plg_Dlg local oBrh private oPlg DEFINE BRUSH oBru DEFINE DIALOG oPlg PIXEL STYLE nOR(WS_POPUP) BRUSH oBru TRANSPARENT ACTIVATE DIALOG oPlg return I draw on it oPlg:Line() oPlg:PolyPolygon(GetDc(oPlg:hWnd),..) ...
by Natter
Sat Apr 20, 2019 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut out an area of the screen
Replies: 15
Views: 1932

Re: bug en Fivewin Abril 2015.2

... anteriores #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oBru, oDlg, oBtn DEFINE BRUSH oBru FILENAME "../bitmaps/Backgrnd/beach.bmp" DEFINE DIALOG oDlg SIZE 400, 200 BRUSH oBru TRANSPARENT @ 2, 2 ...
by russimicro
Tue May 12, 2015 3:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug en Fivewin Abril 2015.2
Replies: 23
Views: 2529

Re: Calculadora Calculator

... SIZE 0,-16 BOLD // Establece los sets de la forma de trabajo. set DATE ITALIAN set EPOCH TO 2000 set SCOREBOARD OFF set WRAP ON DEFINE BRUSH oBru COLOR rgb(0,0,135) //Fondo de color DEFINE WINDOW oWnd TITLE 'Calculadora' BRUSH oBru MENU MenuPpal() //ICON oIco set MESSAGE OF oWnd TO 'Calculadora: ...
by Verhoven
Tue Jan 11, 2011 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculadora Calculator
Replies: 60
Views: 17430

... Static MainWnd //----------------------------------------------------------------------------// Function MAIN() Local oBar LOCAL oCursorMano LOCAL oBru SetHandleCount(225) SET DATE TO ITALIAN SET RESOURCES TO 'GeroGest.DLL' REQUEST HB_Lang_ES HB_LANGSELECT ('ES') DEFINE ICON oIco RESOURCE "PEOPLE" ...
by landaga
Tue Sep 23, 2008 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Barra de menu
Replies: 10
Views: 2098

TestSmtp

... := yLOGIN cSAY2 := "You now have a choice to Add yourself as a" cSAY3 := "Project Manager or enter the program Read Only?" nOK := 0 DEFINE BRUSH oBru FILENAME ( cDEFA+"\PMO.BMP" ) DEFINE DIALOG oDLG1 ; TITLE "WELCOME" ; SIZE 700, 400 BRUSH oBRU TRANSPARENT @ 0, 2 SAY cWELCOME OF oDlg1 COLOR "W+/W" ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1617

Hi mmercado : I have problem about ver6.2 . if I define some Button Disable , Other Button will ALWAYS FRESH . Is it BUG ? please Try SOURCE , oBtm2 always fresh: LOCAL lWHEN:=.F. REDEFINE SBUTTON oBTM1 ID 32 OF oDlg ; WHEN lWHEN ; BRUSH oBRU_COLOR[T_COLOR_WOOD] ; LOOK W97 ; TEXT POSITION ON_RIGHT ;...
by kokookao2007
Tue Apr 29, 2008 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton bug fix V.6.2
Replies: 6
Views: 1422

Wilson,

Estás haciendo el degradado usando un brush ? Hazlo con un brush

DEFINE BRUSH oBru FILENAME "degradado.bmp"

DEFINE DIALOG oDlg SIZE 400, 200 BRUSH oBru TRANSPARENT
by Antonio Linares
Wed Aug 15, 2007 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: dialogos transparentes con degrado
Replies: 4
Views: 864

... te lo comento quizas tenga una solucion... Si se usa asi funcionan muy bien la transparencia:: #include "FiveWin.ch" function Main() local oBru, oDlg, oBtn DEFINE BRUSH oBru FILENAME "Brush\MiBrush2.bmp" DEFINE DIALOG oDlg RESOURCE 2 BRUSH oBru TRANSPARENT @ 70, 80 BTNBMP oBtn FILENAME ...
by A&C
Sat Jul 07, 2007 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TENGO EL SIGUIENTE PROBLEMA COLEGAS
Replies: 11
Views: 2184

... hago asi: Static _Amnp,_Asmn *********************************************************** Function Main If Check_clav() Get_opc_men() Define Brush oBru Style Bricks Define Font oFon Name 'Arial' Weight -8 Define Window oWind Title 'Sistema De Planillas' ; Brush oBru Menu Menu1(oWind) Set Message ...
by jacgsoft
Wed Mar 28, 2007 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menues Configurables
Replies: 14
Views: 6314

Para Sebastián Almirón

... muchas gracias. Saludos, Miguel El archivo BMP, se llama FONDO.BMP Defino de esta forma: DEFINE WINDOW oWnd TITLE 'Sistema Inmobiliaria' BRUSH oBru Menu Menu() MDI ICON oIco ; COLOR Rgb( 130, 130, 130 ), Rgb( 130, 130, 130 ) :: :: :: oWnd:bResized := {|| Inilogo() } ACTIVATE WINDOW oWnd MAXIMIZED; ...
by Miguel Rivera
Sat Feb 17, 2007 3:27 am
 
Forum: FiveWin para CA-Clipper
Topic: Para Sebastián Almirón
Replies: 2
Views: 1572

otra de menu para Jose Murugosa y Silvio en Italia

... * FUNCTION main * ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ * LOCAL obru define brush obru style bricks define window ownd TITLE "tutor01_00" brush obru MENU g_menu() SET MESSAGE of ownd TO "tutorial" clock DATE KEYBOARD ...
by sildata
Tue Dec 26, 2006 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: otra de menu para Jose Murugosa y Silvio en Italia
Replies: 2
Views: 1394

Return to advanced search

cron