Search found 189 matches: backgrounds

Searched query: backgrounds

by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... the button area with a specified color or gradient. |
| `PaintBackGroundAs20072010()` | Paints the background in the 2007/2010 style. |
| `PaintBackGroundStandard()` | Paints the background in the standard style. |
| `PaintBackGroundThemed()` | Paints the background in the themed style ...
by Antonio Linares
Fri Jan 17, 2025 10:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... Type**: Handle
- **Description**: This holds the handle to the brush created from the bitmap. The brush is used for filling shapes or backgrounds in graphical applications.

2. **`hBitmap`**
- **Type**: Handle
- **Description**: This holds the handle to the bitmap created with the ...
by Antonio Linares
Fri Jan 17, 2025 10:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... The `TBrush` class is designed to manage and manipulate brush objects in a Windows-based graphical environment. Brushes are used to fill shapes, backgrounds, and other graphical elements with colors, patterns, or gradients. This class provides a comprehensive set of methods and data members to create ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 4543

New FTDN April 2024 (FWH 24.04)

... nRight, nBottom, ;
nRound1, nRound2, nPenColor, nPenSize, ;
nFillColor, nPenStyle )

* BtnBmp: Alpha Color support
Support for alpha color backgrounds.
- bClrGrad can now have any combination of alpha and solid colors
and thereby making it possible to have translucent backgrounds
- SetColor ...
by James Bott
Sat Feb 03, 2024 7:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 4456

Re: Mark field as required

... record even if some of the "required" data is unknown. You could then flag all the records missing the required data in a browse.

I color the backgrounds of "required" information in the dialog and flag the records missing "required" data with an icon of the same color in a browse. You could also ...
by Rick Lipkin
Fri Jun 03, 2022 1:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 914

Re: gradiants ?

... SetDlgGradient() it becomes the default windows and dialog background.. I have given you several different gradients .. I use different gradient backgrounds throughout my programs ..

Very easy to create your own functions .. sometime back Uwe created Gradient painter .. I have the program but not ...
by ukoenig
Thu Jul 15, 2021 1:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill a xBrowse-cell with a real image-BRUSH ?
Replies: 4
Views: 910

Re: How to fill a xBrowse-cell with a real image-BRUSH ?

Mr. Rao,

thank You very much for the replay
the image shows a splitted selection of image-backgrounds and brushes on the right
The background can be selected from one of the browsers.
I'm thinking about to display the brushimages as a TILED image adjusted to cellsize.
To create a brush for each image ...
by Antonio Linares
Tue Apr 14, 2020 7:18 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

Enhanced version that saves all the photos, and erase duplicated photos

chromebg.prg
// Download images from the ChromeCast backgrounds images log file in Chrome network inspector#define CRLF Chr( 13 ) + Chr( 10 )function Main()   local hInfo := hb_JsonDecode&#40 ...
by Rick Lipkin
Sat Apr 11, 2020 6:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 1338

Re: transparent on a say

Silvo

I use gradient backgrounds and the SetDlgGradient() sets the global transparent variable

This is how I color my dialogue boxes .. I have many different colors I have defined as functions .. here is just a Light Grey gradient .. an added feature of the SetGradient() function is it sets the ...
by Antonio Linares
Mon Apr 06, 2020 7:14 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

After saving the Chrome log file, use this PRG to save the images to local files:

saveimages.prg
#define CRLF Chr( 13 ) + Chr( 10 )function Main() local hInfo := hb_JsonDecode( MemoRead( "c:\Users\anto\Downloads\clients3.google.com.har" ) ) local hEntry ...
by Antonio Linares
Sun Apr 05, 2020 6:54 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

And a great music to listen meanwhile you watch the images :-D

https://journeyscapesradio.blogspot.com/p/radionomy-player.html
by Antonio Linares
Sun Apr 05, 2020 6:28 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

... 93;[ "url" ] + ")" + CRLF      endif    next              hb_MemoWrit( "c:\temp\backgrounds.md", cRSS )return nil

https://github.com/FiveTechSoft/chromecast-backgrounds/blob/master/backgrounds.md
by Antonio Linares
Sun Apr 05, 2020 6:16 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

A modified version to post the images here:

phpbb.prg
#define CRLF Chr( 13 ) + Chr( 10 )function Main()   local hInfo := hb_JsonDecode( MemoRead( "c:\Users\anto\Downloads\clients3.google.com.har" ) )   local hEntry, cRSS := ""  &nbsp ...
by Antonio Linares
Sun Apr 05, 2020 5:49 am
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 7653

Re: Chromecast backgrounds RSS

... xml version="1.0" encoding="utf-8"?>' + CRLF cRSS += '<rss version="2.0">' + CRLF cRSS += '<channel>' + CRLF cRSS += "<title>chromecast-backgrounds</title>" + CRLF cRSS += "<link>https://github.com/FiveTechSoft/chromecast-backgrounds</link>" + CRLF cRSS += "<description>chromecast ...