Search found 55 matches: pickcolor

Return to advanced search

Re: Unknown PickColor()

Try It please



Code: Select all  Expand view
Function PickColor(nColor,oControl)
local oPick

oPick:= TPickerColor():New(nColor,oControl)
oPick:Dialog()

IF  oPick:Activate()
    IF oPick:oDlgPickColor:nresult == IDOK
      return oPick:nClrReturn
   endif
Endif

RETURN NIL
by Silvio.Falconi
Wed Sep 06, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Unknown PickColor()

hi Natter,
Natter wrote:Yes, I see. It just appears in the example as a public function, which is why I asked :?

it "seems" me that Function PickColor() is not used any more (old Sample)
now we have CLASS Class TPickerColor() as Silvio say
by Jimmy
Mon Aug 28, 2023 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Unknown PickColor()

Go go the class
by Silvio.Falconi
Mon Aug 28, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Unknown PickColor()

Yes, I see. It just appears in the example as a public function, which is why I asked :?
Code: Select all  Expand view
@ 30,10 BTNCLR oBtnColor SIZE 45,25 of oDlg PIXEL COLORSEL nColor ;
             ACTION  (oBtnColor:nColorSel:= PickColor( nColor, oBtnColor),;
                      oBtnColor:refresh())
by Natter
Mon Aug 28, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Unknown PickColor()

hi,
Natter wrote:unknown PickColor() function.

it seems not in LIB, but it is under c:\fwh\source\function\pickcolor.prg
by Jimmy
Mon Aug 28, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Unknown PickColor()

It Is no function
It Is a class inside tbtnclr class
The call for the tpickcolor Is explain on the tbtnclr source code.
by Silvio.Falconi
Sun Aug 27, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Unknown PickColor()

Hi,

I tried to compile the testbtnclr.prg example, however, I received a message about the presence of an unknown PickColor() function. Why?

FWH 23.07
by Natter
Sun Aug 27, 2023 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 380

Re: Bug in TBtnClr

Dear Enrico,

tbtnclr.prg modified as:

static Function PickColor(nColor,oControl)

many thanks for your feedback
by Antonio Linares
Fri May 19, 2023 6:52 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnClr
Replies: 2
Views: 11340

Bug in TBtnClr

In tbtnclr.prg there is a public function called PickColor that is already defined in pickcolor.prg.
by Enrico Maria Giordano
Tue May 16, 2023 2:13 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnClr
Replies: 2
Views: 11340

Re: BtnClr new class

... include it in FWH ! many thanks for sharing it Antonio, I tried to modify the header file ( ch) but give me allways an error Newlook ( Now with Pickcolor) https://i.postimg.cc/mD923DWB/newlook.png
by Silvio.Falconi
Thu Nov 24, 2022 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnClr new class
Replies: 3
Views: 352

Re: (APORTE) PickColor con Fuentes para sus Sistemas

Espectacular. Muchas gracias. Saludos.
by karinha
Wed Dec 18, 2019 1:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: (APORTE) PickColor con Fuentes para sus Sistemas
Replies: 15
Views: 3661

Re: (APORTE) PickColor con Fuentes para sus Sistemas

Hola
Me quede con los ojitos cuadrados se ve super bonito :shock:

ya lo baje esta super :D


saluditos... :wink:
by AIDA
Thu Dec 05, 2019 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: (APORTE) PickColor con Fuentes para sus Sistemas
Replies: 15
Views: 3661

Re: To Marc -> A xBrowse-image colorpicker

... I do above. Finaly i have to choose that I put a HEX code as color's or a file. The HEX is still the problem. If I however create a dbf with your Pickcolor program, then I call your dbf also, and pass the HEX code to my files. Or as you suggest, Your Color Picker/Manager will make color swap tables ...
by Silvio.Falconi
Mon Dec 04, 2017 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7945

Re: To Marc -> A xBrowse-image colorpicker

... I do above. Finaly i have to choose that I put a HEX code as color's or a file. The HEX is still the problem. If I however create a dbf with your Pickcolor program, then I call your dbf also, and pass the HEX code to my files. Or as you suggest, Your Color Picker/Manager will make color swap tables ...
by Marc Venken
Sat Nov 11, 2017 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7945

Re: ( CONTRIBUTION ) PickColor with sources for your Systems

Daniel,

Have a look at :

viewtopic.php?f=3&t=31155&p=180185#p180185

maybe it is useful for You, adding these functions to Your main-app.
added functions < AUTOCLOSE > and < BRING ON TOP > for the color-picker.

best regards
Uwe :D
by ukoenig
Sat Aug 01, 2015 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ( CONTRIBUTION ) PickColor with sources for your Systems
Replies: 10
Views: 2556
Next

Return to advanced search