Search found 23 matches: sky

Return to advanced search

BMP background

Sure. DEFINE BRUSH oBrush RESOURCE "SKY" DEFINE DIALOG oDlg RESOURCE "RES001" BRUSH oBrush TRANSPARENT OF oWnd FONT oWnd:oFont RES001 is the dialog resource stored in your .rc file SKY is the BMP resource also stored in your .rc file You can ...
by TimStone
Tue Nov 13, 2007 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Colors
Replies: 5
Views: 1019

... 005 dark purple 0, 128, 128, 0, // 006 dark teal 192, 192, 192, 0, // 007 light gray 192, 220, 192, 0, // 008 pale green 166, 202, 240, 0, // 009 sky blue 4, 4, 4, 4, // 010 dark gray ramp 8, 8, 8, 4, // 011 12, 12, 12, 4, // 012 17, 17, 17, 4, // 013 22, 22, 22, 4, // 014 28, 28, 28, 4, // 015 ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4275

... comes at a time notorious for severe weather in West Michigan. The National Weather Service will be shutting down one of its largest eyes on the sky for five days; five days with little to no radar. http://www.geek.com/news/geeknews/2006Apr/gee20060417035851.htm This is intresting, for I know ...
by modicr
Tue Apr 18, 2006 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New EMF printer class and Windows 95
Replies: 13
Views: 5284

Un Brc32.exe más actualizado no sé donde buscarlo y he intentado usar el poRC.exe de Pelles C con mi RC con la siguiente estructura: sky BITMAP ".\BMP\BackGrnd.bmp" ..... Y me da los siguientes mensajes: PORC: C:\xDomi\RcPant\RCBMP.rc(16): error: El nombre de archivo, directorio o etiqueta ...
by jmartial
Tue Mar 21, 2006 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Bitmaps y RC
Replies: 13
Views: 3418

Another issue ...

... for the dialog will display the bitmap, but not the folders. Here is the code: // Create the dialog box for editing DEFINE BRUSH oBrush RESOURCE "SKY" DEFINE DIALOG oWdlg1 RESOURCE "PRO1000" BRUSH oBrush transparent OF oWnd FONT oWnd:oFont ; TITLE cTitle // Define the folder REDEFINE FOLDER oFld ...
by TimStone
Sun Feb 12, 2006 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on Dialog
Replies: 9
Views: 2083

Brush on Dialog

... but I'm having a problem with using the brush on the dialog. First, the sample builds fine. However, from the ppo file: oBrush := TBrush():New(,,,"Sky" ) DEFINE DIALOG oDiw RESOURCE "PRO2100" BRUSH oBrush TRANSPARENT and xHarbour gives me the error Parse error at DIALOG. If I comment from BRUSH ...
by TimStone
Fri Feb 10, 2006 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on Dialog
Replies: 9
Views: 2083

... fondos de tus cajas de diálogos y los controles parecerán transparentes sobre ellos. Su uso es tan simple como: DEFINE BRUSH oBrush RESCOURCE "Sky" // nombre del bitmap en los recursos DEFINE DIALOG oDlg RESOURCE "Test" BRUSH oBrush transparent ... Revisa el ejemplo samples\TestFldB.prg para ...
by Antonio Linares
Wed Feb 08, 2006 11:26 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new February 2006 build / nuevo build de Febrero 2006
Replies: 5
Views: 5370

FTDN new February 2006 build / nuevo build de Febrero 2006

... the background of your dialogboxes and the controls will look transparent over it. To use it is as simple as this: DEFINE BRUSH oBrush RESCOURCE "Sky" // name of a bitmap from resources DEFINE DIALOG oDlg RESOURCE "Test" BRUSH oBrush transparent ... You may review samples\TestFldB.prg for a working ...
by Antonio Linares
Wed Feb 08, 2006 9:08 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new February 2006 build / nuevo build de Febrero 2006
Replies: 5
Views: 5370
Previous

Return to advanced search

cron