Search found 53 matches: choosecolor

Return to advanced search

Re: Numeric alignment with oPrn:SayText( )

Dear Tim,

> Also do we have a color selection popup that we can use for the values ?

ChooseColor( [ nInitialRGBColor ] ) --> nRGBColor
by Antonio Linares
Fri May 19, 2023 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 527

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: 273

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: 273

Re: change ChooseColor() Background Color

hi, thx for Answer i have try to use Function which you have upload CHOOSEFONT()C_GETFILE()SELECTFOLDER2()CHOOSECOLOR() but Source crash with lot Error e.g. Line 10 where is #include but no filename behind :shock: --- my Problem are not "Common Dialog" ...
by Jimmy
Wed Apr 05, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 273

Re: change ChooseColor() Background Color

... )         lpResult = lpBuffer;      CoTaskMemFree( pidlBrowse );   }   HB_RETSTR( lpResult ); */   hb_strfree( hTitle );}HB_FUNC( CHOOSECOLOR ){   CHOOSECOLOR cc;   COLORREF crCustClr[ 16 ];   int i;   for( i = 0; i < 16; i++ )      crCustClr[ i ...
by karinha
Wed Apr 05, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 273

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 ...
by Jimmy
Wed Apr 05, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 273

Btnbmp open a dialog

Is it possible with a btnbmp to open choosecolor () using the popup option and inserting as caption a colored space corresponding to the color selected with choosecolor?
by Silvio.Falconi
Wed Oct 19, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp open a dialog
Replies: 0
Views: 179

avoid content of tget controls

... when I disable some get controls the contents of the variables remain in the get and it is ugly to see i use the get to select colors with choosecolor () if the get is disabled, part of the number corresponding to the color appears how could i avoid it?
by Silvio.Falconi
Fri Oct 14, 2022 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: avoid content of tget controls
Replies: 0
Views: 159

BtnBmp.. I not understood this error

... WS_CHILD, WS_BORDER, WS_VISIBLE,WS_POPUP )ACTIVATE DIALOG oDlgSel  CENTERED       RETURN NIL  PickColors is mine function you can use also choosecolor() I need a btnbmp with popup button but the popup must open My function where is a small dialog as this https://i.postimg.cc/YCsD5bSG/hh.png ...
by Silvio.Falconi
Mon Oct 03, 2022 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp.. I not understood this error
Replies: 0
Views: 311

Common dialogs

... las hojas donde los usuarios escriben, pueden seleccionar las fuentes, colores del texto, etc, pero me encuentro con que al llamar por ejemplo a ChooseColor(), en los móviles se ve demasiado pequeño el dialogo y es dificil acertar a seleccionar el color, lo mismo ocurre con otras muchas cosas, ...
by Sebastián Almirón
Fri Jul 02, 2021 3:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Common dialogs
Replies: 2
Views: 474

Re: Xbrowse : Setup configuration file

... ::aCols, nFor ) ) next ENDMENU if ::bkeydown<>nil.and.::nMarqueeStyle==MARQSTYLE_HIGHLCELL MENUITEM "更改字体颜色" ACTION (color1:=ChooseColor(),restorestate2(self,color1,color2)) MENUITEM "更改背景颜色" ACTION (color2:=ChooseColor(),restorestate2(self,color1,color2)) MENUITEM ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1212

Re: Color palette

This is Windows API ChooseColor() made available by FWH through its function ChooseColor().
One can make his own function, but can not easily match its functionality.
by nageswaragunupudi
Sun Feb 07, 2021 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 828

Re: Color palette

...      nRGB( 255, 255, 102 )8       nRGB( 255, 255, 153 )9       nRGB( 255, 255, 204 )  like You can see with this function ChooseColor( nClr ) the colors are not splitted to the same brightness-level I think that is the solution You are looking for :?: http://www.service-fivewin.de/IMAGES/colors2.jpg ...
by ukoenig
Sun Feb 07, 2021 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 828

Re: Color palette

May I know why can't we use Microsoft Windows color picker? This is a standard Windows interface and all Windows users are familiar with its use and functionality.
This is available in fwh function ChooseColor( nClr ) ---> nClr
by nageswaragunupudi
Sun Feb 07, 2021 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 828

Re: chooseFont

... colors,and the effect https://i.postimg.cc/bNBFngr8/choosefont2.png for the color I can resolve I have a my function or I can use choosecolor() but for the effect I not Know how resolve I think choosefont can have another paramter to show only effect, where I can found an help ...
by Silvio.Falconi
Fri Nov 06, 2020 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 551
Next

Return to advanced search

cron