Search found 1886 matches: background

Return to advanced search

Re: change ChooseColor() Background Color

Opinion ... It seems almost everyone is rushing to AI ... the worlds largest fast food company McDonalds is preparing to lay-off thousands of workers in favor of AI automation .. at what point do Humans become the enslaved and the Machines become the Masters .. We are in the midst of an AI revolutio...
by Rick Lipkin
Thu Apr 06, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 294

Re: change ChooseColor() Background Color

I already asked ChatGpt some questions concerning xHarbour.
None of the answers were free of errors.

Sometimes natural intelligence beats artificial intelligence. :D
by Detlef
Thu Apr 06, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 294

Re: change ChooseColor() Background Color

... it black" that was what i ask ChatPGT and Answer was If you are using the Win32 API to display these dialogs, you may be able to change the background color of the parent window before displaying the dialog box. Here is some sample code: not sure if i understand Answer right as my Sample ...
by Jimmy
Wed Apr 05, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 294

Re: change ChooseColor() Background Color

Maybe: https://github.com/harbour/core/blob/master/contrib/gtwvg/wvgutils.c #pragma BEGINDUMP#define _WIN32_IE 0x0500#ifdef __POCC__#define _WIN32_WINNT 0x0500#else#define _WIN32_WINNT 0x0400#endif#include #include "hbapi.h"#include #include #include #include #include "hba...
by karinha
Wed Apr 05, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 294

change ChooseColor() Background Color

hi, i have ask ChatGPT how to color ChooseColor() If you are using the Win32 API to display these dialogs, you may be able to change the background color of the parent window before displaying the dialog box. Here is some sample code: // create the CHOOSECOLOR structureCHOOSECOLOR cc = { ...
by Jimmy
Wed Apr 05, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 294

Ayuda con un error en xbrowse

... OF oDlg ; SIZE 500,283 PIXEL ; JUSTIFY .T.,.f.,.f.,.t.,.t.,.t.,.t.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr ...
by José Camilo
Tue Mar 28, 2023 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un error en xbrowse
Replies: 2
Views: 320

Re: PostBack Server

... services ( that would apply to the principles of this code ) ? I use hosted web services for websites and know some basics, but don't have a good background in how the servers function. I would like to increase my knowledge Thank you.
by TimStone
Fri Mar 10, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 751

xbrowse report setup

...        return nil      endif      return 2      > If I wish add fonts ? If I wish add aGroupby ? If I wish add a transparent image on background ? how I can do ? I tried with (but not run ) bSetUp := < |oRep, Brw, n | bImage := {|oRep| oRep:SayBitmap(0.5, 7, "NEW_REC")} ...
by Silvio.Falconi
Thu Mar 02, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report setup
Replies: 0
Views: 199

Re: How to capture screen by code

I check if my program is already running : (Maybe put this in a loop and background process)

Code: Select all  Expand view
  IF IsExeRunning( cFileName( HB_ARGV( 0 ) ) )
      msginfo("Program is running")
      QUIT
   ENDIF
 
by Marc Venken
Thu Feb 23, 2023 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 368

how to use WCOLOR.CH Constant with MENU / COLORSELECT ?

... aRetVal := { nRGBRed( nColor ), nRGBGreen( nColor ), nRGBBlue( nColor ) this give me a "light-Blue" Background but not what i expect what is the right Way to use Constant of WCOLOR.CH for COLORSELECT :?:
by Jimmy
Fri Feb 17, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use WCOLOR.CH Constant with MENU / COLORSELECT ?
Replies: 2
Views: 180

FW and mod harbour working together

... For Outlook emails we generate OpenXML code and for mod harbour we provide the data from Fivewin in DBF files. Upload is done automatically in the background with FTP. The guest can then additionally see his personalized offers on the web. Best regards, Otto
by Otto
Tue Feb 14, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and mod harbour working together
Replies: 0
Views: 234

Re: Reitero consulta para actualizar un campo con XBrowse

... OF oDlg ; SIZE 500,283 PIXEL ; JUSTIFY .T.,.f.,.f.,.t.,.t.,.t.,.t.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 550

does Fivewin have a Gradient ComboBox ?

hi,

while i can use Menu with Gradient i like to ask if Fivewin have Combobox with Gradient :?:

i can change Foreground and Background Color into Dark-Mode but Highlight Bar ( COLOR_HIGHLIGHT ) have normal Color

btw. does Fivewin have a "Ownerdraw" Sample :?:
by Jimmy
Sun Feb 12, 2023 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 516

Re: SUB-CLASS TFolderEx()

... help when i want to "override" Nethod, here PaintTB() i like to use "Dark-Mode" so also TAB should have a Callback Slot for Background Color. used Color are METHOD SetDefColors( aGradSel, aGradUnSel, aGradOverUnSel, aGradOver, aGradDis ) CLASS TFolderEx...     DEFAULT ...
by Jimmy
Sat Feb 04, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1383

Re: Change Footer colors (xBrowse)

Thank you for your help !
Of course, I immediately tried the construction of
aCols[cl]:bClrFooter:={||{RGB(...), RGB(...)}}
aCols[cl]:RefreshFooter()
But at the same time, only the font color changes, and the background color does not change :(
by Natter
Sat Jan 28, 2023 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 945
PreviousNext

Return to advanced search