Search found 1886 matches: background

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

a Quick update I tried .... Not working (but I have to read into the Webview information) Trying to make the background transparent <div id="chart_div" style="width: 400px; height: 120px;"><background-color="transparent;"></div> ...
by Marc Venken
Tue Feb 20, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3237

Re: SAPI : change Voice

... and determine when it finishes. The hidden SpeakCompleteEvent method is similar to WaitUntilDone, except that it returns an event handle for the background speaking process, and does not block application execution.
by Danielmaximiliano
Wed Feb 14, 2024 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 4817

Re: PepPol European Invoicing standard

... cTabel = cTabel + '<tr>' for i = 1 to 13 nMaat = 36 + i cTabel = cTabel + '<th scope="col" style="text-align: center; background-color: rgb(255, 0, 0);"><strong><span style="color:#FFFFFF;">'+str(nMaat,2)+'</span></strong></th>' ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 1045

Parameterization of xReport

... is applied to the <thead> element of the table to give it a unique look. The .custom-thead class is defined as follows: .custom-thead { background-color: #007bff; /* Blue */ color: white; } This definition causes the background of the table head to appear in a bright blue (#007bff), ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 583

WebView2 Essentials: Guides, Tips & Resources

... CSS, and JavaScript) into native applications. When an application uses WebView2, it essentially opens a series of Edge browser processes in the background. Each process serves a different purpose: Browser Process: The main process that manages the user interface, handles navigation, and coordinates ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 507

Re: Imprimir grafico insertado en tRichEdit5

It is possible to print normal text (not RichText) transparently over a background image using clause COLOR nClrText, NIL or COLOR nClrText, nAlphaColor Eg: @ nRow, nCol PRINT TO prn TEXT cTextRTF SIZE nWidth,nHeight MM FONT oFont COLOR CLR_BLACK, NIL// or COLOR ...
by nageswaragunupudi
Wed Jan 10, 2024 3:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir grafico insertado en tRichEdit5
Replies: 4
Views: 449

Re: Classe TGif

... following fields: logical screen width, logical screen height, global color table flag, color resolution, sort flag, size of global color table, background color index, and pixel aspect ratio It should have a global color table that contains the colors used in the image. The global color table ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1785

Re: colorize a xbrowse with a brush

For setting background color of empty cells, we need not use brush XBROWSER aData SETUP ;   oBrw:bClrStds := { |b,o| { CLR_BLACK, If( o != nil .and. Empty( o:Value ), ;      CLR_BLUE, CLR_WHITE ) } ...
by Silvio.Falconi
Wed Nov 08, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 366

Re: colorize a xbrowse with a brush

For setting background color of empty cells, we need not use brush XBROWSER aData SETUP ;   oBrw:bClrStds := { |b,o| { CLR_BLACK, If( o != nil .and. Empty( o:Value ), ;      CLR_BLUE, ...
by nageswaragunupudi
Tue Nov 07, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 366

Search in RichEdit 5

Hi,

Search in RichEdit5. I need to find in it all the positions of underlined characters on a white background.
Is it possible to do this ?
by Natter
Fri Oct 27, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 259

WooCommerce

... file then I can import the articles into woocoomerce ok but I wanted to do it automatically from a fwh program i.e. the procedure must work in the background i.e. it must save the articles on the website which I pass to it the parameters web address \ consumer key \ consumer secret Is there anyone ...
by Silvio.Falconi
Fri Oct 20, 2023 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 304

Woocommerce

... csv poi posso importare in woocoomerce gli articoli ok ma io volevo farlo automaticamente da un programma fwh cioè la procedura deve funzionare in background cioè deve salvare gli articoli sul sito web che io gli passo i parametri indirizzo web \ consumer key \ consumer secret qualche aiuto grazie
by Silvio.Falconi
Fri Oct 20, 2023 7:08 am
 
Forum: All products support
Topic: Woocommerce
Replies: 0
Views: 4226

Include exe file as a resource (solved)

... "myapp.exe." The program "myapp.exe" calls a utility, "pdftopng.exe," which is open-source and occupies 1MB, in the background. I would like to distribute my program as a single file, "myapp.exe." Is it possible to include "pdftopng.exe" within ...
by alvaro533
Thu Oct 19, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 269

Re: xBrowser click

... SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Whatever background ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 1130

xBrowser click

... SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Thank you in ...
by oliveiros junior
Wed Oct 11, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 1130
PreviousNext

Return to advanced search