Search found 50 matches: tiles

Return to advanced search

Main Window background

On my main application window, I'm using a bitmap to provide an image in the background. I tried using a brush, but it tiles the image which does not look good. I want it to stretch the image so I use: STATIC FUNCTION WL_IMAGE( hDC, oWnd ) LOCAL oImage LOCAL nWidth := oWnd:nWidth() ...
by TimStone
Sun Oct 11, 2009 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Main Window background
Replies: 13
Views: 3354

Re: Advice needed

... the valid is called, the window IS still open--the window only closes after the valid is executed. You can try using a timer in the valid so it tiles after the window is closed. These issues are why I never use MDI windows. There is way too much effort for the user spent manipulating windows. ...
by James Bott
Thu Jun 25, 2009 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed
Replies: 9
Views: 1360

BMP background

... RES001 is the dialog resource stored in your .rc file SKY is the BMP resource also stored in your .rc file You can use a pattern bitmap, that tiles or you can use a picture converted to a BMP that would fit into the background. I use both. It may not be just like Office 2007, but it does give ...
by TimStone
Tue Nov 13, 2007 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Colors
Replies: 5
Views: 1011

Re: ARRAY over 4096 elements

... := 0 ... The class TARRAY: ***************************************************************************** ********************** Funciones £tiles s¢lo en FiveWin ********************* ********************** 66¦ parte ******************************************** /* A tener en cuenta: -Se ...
by FiveWiDi
Sat Jun 02, 2007 10:33 pm
 
Forum: FiveWin for CA-Clipper
Topic: ARRAY over 4096 elements
Replies: 7
Views: 3842

Thank's Enrico,

but the BMP size must fixed with window size.
when it not fixed the brush makes tiles on window surfaces.


Best Regard
Areang
by areang
Tue Oct 31, 2006 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi Enrico !
Replies: 10
Views: 2448
Previous

Return to advanced search