Search found 186 matches: backgrounds

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... nTop, 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 Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 455

Re: Mark field as required

... 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 ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

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 ...
by Rick Lipkin
Fri Jun 03, 2022 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 581

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. ...
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: 682

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( ...
by Antonio Linares
Tue Apr 14, 2020 7:18 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

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 .. ...
by Rick Lipkin
Sat Apr 11, 2020 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 994

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...
by Antonio Linares
Mon Apr 06, 2020 7:14 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

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:54 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

Re: Chromecast backgrounds RSS

... + 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:28 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

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 := "...
by Antonio Linares
Sun Apr 05, 2020 6:16 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

Re: Chromecast backgrounds RSS

... + 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  ...
by Antonio Linares
Sun Apr 05, 2020 5:49 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

Re: Chromecast backgrounds RSS

... + 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  ...
by Antonio Linares
Sat Apr 04, 2020 9:11 pm
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208

Re: Chromecast backgrounds RSS

Impresionantes fotos.
by hmpaquito
Wed Jul 17, 2019 5:28 pm
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4208
Next

Return to advanced search