Search found 1885 matches: background

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: 0
Views: 32

Re: Brush

Good morning! I'm going to post here the two codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the second, the image occupies the entire screen ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 200

Brush

... if it is possible to define the size of the Brush on a dialog? I saw examples here with DrawImage. However, I need to place other images over the background image. I did a test by placing a background with DrawImage and other images on top, but the images are solid and not transparent on the background. ...
by oliveiros junior
Thu Apr 18, 2024 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 200

Re: Another for Btnbmp

... with border noround and the color of border must be RGB( 195, 195, 185 ) 2. the color of dialog must be CLR_BLACK, RGB( 245,245,235) no with background image https://i.postimg.cc/SQtdWJWq/hhhh.gif ¿Ves que después de presionar se forma un borde interno negro? Do you see that ...
by Silvio.Falconi
Thu Mar 21, 2024 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Re: TITLE CLASS BUG with oDLg TRansparent

... This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want to display ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

Re: TITLE CLASS BUG with oDLg TRansparent

... This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want to display ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

Re: Window transition event

... window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE There are some examples in these forums showing ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Problemas con comportamiento de XBrowse.

... OF oDlg ; SIZE 640,AltoBrw2 PIXEL ; JUSTIFY .f.,.f.,.t.,.t.,,.t.,.t.,,.t.,.t.,.f. ; ALIAS cAlias FOOTERS LINES CELL NOBORDER ; BACKGROUND aQueGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 oBrw:nRowDividerStyle := 2 // color gris y fino la ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 393

Window transition event

Hi,

Is it possible to intercept the window transition event to the background/foreground ?
by Natter
Fri Mar 15, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: A picture on top of the text

1) Text Bottom aligned and image top aligned?
or
2) Paint text in foreground over image as background?
or
3) Text as background and transparent image as foreground?
by nageswaragunupudi
Tue Mar 05, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A picture on top of the text
Replies: 5
Views: 284

Re: GROUPBOX

... now it is displaying as I wished...wonderful :-) may I check if I got TRANSPARENT right please ... is it overwriting the | <nClrBack> | The background color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitted and the background-color of the ...
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: GROUPBOX

Try removing TRANSPARENT. That is allowing the background to be seen in the control. REDEFINE GROUP [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

GROUPBOX

... to style a group-box and did this: REDEFINE GROUP oGroup ID 4021 OF oDlg COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT but it seems to not change the background-color of the group-box. please can you help me once again. also ... may I ask about the meaning of TRANSPARENT. Again kind regards :-) Ruth ...
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: Google Graph extra graphic ? (Navaro)

... My controls of FW are froozen or the html code is keeping buzy because I can't click or even select the program. I run it from samples folder, so background etc should work. the Eval(Java) code.... Can you show it here ? data is in xbrowse. When running it would make a good sample for the samples ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

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: 2864
Next

Return to advanced search