Search found 111 matches: slider

Return to advanced search

Re: Colors (SOLVED)

Hi.

I haven't touched it yet but that's almost what I need when using the slider but automatically, I think it would be more interesting in my case although I could do something similar and let the user choose the tone they prefer.

Would it be possible to share so you can have a beginning?

Hugs
by ctoas
Thu Jun 17, 2021 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colors (SOLVED)
Replies: 10
Views: 1377

Re: Colors (SOLVED)

... useful for You paint colors from a given DEC or RGB-value or use predefined colors You can save and restore 4 colors adjust the color with the slider or click inside the image as well You get the colornames the ??? buttons will paint the color and shows the values http://www.service-fivewin.de/images/CAdjust1.jpg ...
by ukoenig
Thu Jun 17, 2021 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colors (SOLVED)
Replies: 10
Views: 1377

Re: Colors (SOLVED)

Hello, about the color-adjustment of a given color can be selected with the slider or a imageclick How to get tones above or below, what's the logic? Visual adjustment A gradient created from < white . Your color. black > This tool uses a given value as ...
by ukoenig
Wed Jun 16, 2021 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colors (SOLVED)
Replies: 10
Views: 1377

Re: RADIO Button problem

... In some situations the normal radios are to small For better viewing I created my own buttons like ( the new gradientpainter with a brightness slider color-adjustments ) http://www.service-fivewin.de/images/Radiobut1.jg regards Uwe
by ukoenig
Wed Jun 09, 2021 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO Button problem
Replies: 2
Views: 484

Re: A slider solution to adjust the color brightness ?

Dear Antonio, now I'm using a double-solution for the color-adjustment 1. on image-click 2. optional on slider-position the sliderposition is adjusted to the position on imageclick the clickposition inside the slider must be the same like inside the image :!: the column-position ...
by ukoenig
Fri Jun 04, 2021 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

Re: A slider solution to adjust the color brightness ?

Dear Uwe,

Your function code seems correct, is it working fine ?

Great work!
by Antonio Linares
Fri Jun 04, 2021 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

A slider solution to adjust the color brightness ?

Is there any easy slider-solution :?: I created a function, but a little bit complicated. The rest of the gradientpainter is working Now I can select any background maybe a calculation of the basic-RGB-value possible ? http://www.service-fivewin.de/images/Slider1.jg ...
by ukoenig
Thu Jun 03, 2021 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

Re: galería de imágenes

... like the Plex interface, like in this image. https://i.blogs.es/67d1b0/plex-que-es-y-como-funciona/1366_2000.jpg In Plex, the slider on the top right changes the size of the thumbnails, this is a feature I'd like to achieve. I'll post in this threat any advance in the control. ...
by José Luis Sánchez
Sat Jan 16, 2021 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17036

Re: How make it?

please, #include "Fivewin.ch"#include "Slider.ch"Function Test()Local aget[10]Local oDlgTestLocal oFontLocal oBtn1DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-12 BOLDDEFINE DIALOG oDlgTest FROM 0, 0 TO 180, 200 ...
by Silvio.Falconi
Tue Nov 12, 2019 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1209

Re: How make it?

Silvio, the button open a menu popup and on the menu there are two slider controls in case something is not possible I'm looking for a alternative solution that comes close to the needed result. other times you've already answered with other things that I ...
by ukoenig
Tue Nov 12, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1209

Re: How make it?

... 25 = dlg-title LOCAL nLeft2 := oBtn:nLeft() DEFINE DIALOG oDlg1 FROM 0, 0 TO 180, 200 OF oDlg PIXEL TRUEPIXEL FONT oFont ; STYLE WS_POPUP @ 20, 20 SLIDER oSlider1 VAR nSlidPos1 OF oDlg1 ; HORIZONTAL ; RANGE 0, 10 ; COLORS CLR_RED, CLR_HGRAY, CLR_CYAN ; MARKS 10 ; SIZE 160, 35 PIXEL UPDATE oSlider1:SetFont( ...
by ukoenig
Mon Nov 11, 2019 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1209

How make it?

I saw on another application this
Image

the button open a menu popup and on the menu there are two slider controls , Can make it on Fwh ?
by Silvio.Falconi
Mon Nov 11, 2019 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1209

Re: creation bitmaps

... to be defined with the radio ) with the displayed gradient on the righthandside You can adjust the brightness 2. select the second color with the slider You can adjust the color-position 3. select the image-output-size 4. select save 5. create the next bmp ( filenames will have a running number ...
by ukoenig
Tue Oct 29, 2019 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creation bitmaps
Replies: 9
Views: 1160

Re: METRO with visible taskbar ?

Antonio, no changes needed, just a window adjustment ( NO window maximized ) If the slider is needed, just 1 line has to be changed METHOD Paint() CLASS TMetroPanel oRect:nTop := oRect:nBottom - SCRLB_HEIGHT adjusted to oRect:nTop := oRect:nBottom - SCRLB_HEIGHT ...
by MarioG
Wed Jul 24, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METRO with visible taskbar ?
Replies: 5
Views: 1364

Re: zoom and unzoom

Silvio, I wish insert a slider on bottom of window and zoom and unzoom particular section of wndmain ( and all controls are showed) I tested to zoom sections but NOT in edit-mode only viewing that works on cursorposition the area is defined ...
by ukoenig
Sat May 04, 2019 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: zoom and unzoom
Replies: 5
Views: 1058
PreviousNext

Return to advanced search

cron