Search found 69 matches: rating

Searched query: rating

by Antonio Linares
Wed May 15, 2024 11:18 am
Forum: Utilities / Utilidades
Topic: function Attention( queries, keys, values ) --> output
Replies: 1
Views: 1891

Re: function Attention( queries, keys, values ) --> output

... una película
keys := {
{ "Título", "Director", "Género" },
{ "Duración", "Año de estreno", "Presupuesto" },
{ "Actores", "Productora", "Rating" }
}

Values: Información específica sobre una película
values := {
{ "La La Land", "Damien Chazelle", "Romántica" },
{ "128 minutos", "2016 ...
by Silvio.Falconi
Mon Dec 03, 2018 11:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: chronometer
Replies: 20
Views: 5257

Re: chronometer

... on my github page where you can also find other classes created with Antonio Perricone and the late Stephan Haupt

The same thing happened to the Trating class , this class has been cloned by the creators of Minigui in fact in the examples of the language there is a "rating" folder where is inserted ...
by Silvio.Falconi
Sun Feb 19, 2017 11:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: stars on xbrowse
Replies: 16
Views: 7435

Re: stars on xbrowse

... We can create a bitmap from another two bitmaps from GdiPlus library


http://www.iispascalcomiforti.it/wp-content/uploads/2017/02/rating_report.jpg

test.prg
#include "fivewin.ch"#include "report.ch"STATIC oReportFunction Rep01()     Local aSTAR&nbsp ...
by Silvio.Falconi
Thu Feb 16, 2017 6:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: stars on xbrowse
Replies: 16
Views: 7435

Re: stars on xbrowse

... c:\work\fwh\bitmaps\fdem9.bmp" } )
:nWidths := 150
:nRowHeight := 50
* :lAllowSizings := .f.
:bPaintTexts := { |oCol,hDC,cData,aRect| ShowRating( oCol, hDC, cData, aRect, oLarge ) }

:aCols[ 1 ]:bPaintText := nil
:aCols[ 2 ]:bPaintText := nil
:aCols[ 3 ]:bPaintText := nil
:aCols[ 4 ...
by ukoenig
Wed Jan 07, 2015 9:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Silvio,

it is just the < SERVICE-modul > to show how to handle statistics and some paintings
to make it complete and has nothing to do with the < rating-process > shown on the main-dialog.
Values without any statistic-solution, doesn't make sense.
As well I use it as test for < xBrowse-columns >, to ...
by Silvio.Falconi
Wed Jan 07, 2015 8:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Sorry,
I need a control to insert to a my app, I cannot use many and many function...
Perhaps you not uderstood what i need...
I ask your Help to create the class , (viewtopic.php?f=3&t=29903 )
If it is not possible,... I must use only a numeric get !!!
by ukoenig
Wed Jan 07, 2015 1:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

... can have his own dialog-background and symbol.
I Moved the symbol-selection to the config dialog and
added fields < percent >, < total > and < ratings > for statistic-calculation.
These values are counted in the main-dialog.
The < Reset-button > will set all values to 0.
I still have to check the ...
by elvira
Mon Jan 05, 2015 4:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: function to build filters
Replies: 17
Views: 2811

Re: function to build filters

Me too please :D :D .

Or maybe it´s better to post in the forums, as the Rating class.

In my opinion, this class TFilter is more useful and we should help Silvio to debug it!!!!.
by antolin
Sat Jan 03, 2015 8:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

ok Silvio.
by antolin
Sat Jan 03, 2015 8:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Ups. I forgot a lot of changes. These have to run better (sorry):

FUNCTION PolyForms&#40;nX,nY,nWidth,nHeight,nLados,nGiro,nPorC, lHalf&#41; // MODIFIED LOCAL aVert LOCAL nRadV := nHeight/2 LOCAL nRadH := nWidth/2 LOCAL nAngl := &#40;2*PI&#41;/nLados LOCAL nAngu,nOAng LOCAL nCount,nStepLOCAL ...
by Silvio.Falconi
Sat Jan 03, 2015 8:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Antolin,
on first beta class I thinked to use your function
Then I thinked yto use Bmps because the user can insert all bitmaps he wants
If you wish help me go at viewtopic.php?f=3&t=29903
I hope you help me
Regards
by antolin
Sat Jan 03, 2015 8:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Silvio, try one of theses solutions for half stars:
FUNCTION PolyForms&#40;nX,nY,nWidth,nHeight,nLados,nGiro,nPorC, lHalf&#41; // MODIFIED LOCAL aVert LOCAL nRadV := nHeight/2 LOCAL nRadH := nWidth/2 LOCAL nAngl := &#40;2*PI&#41;/nLados LOCAL nAngu,nOAng LOCAL nCount,nStepLOCAL nSides := IF&#40 ...
by ukoenig
Sat Jan 03, 2015 3:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

... Gradient vert
4. Image-brush
5. Selected textcolor

Download ( some new images are included ) :
m

http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Rating3a&#46;jpg

http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Rating3b&#46;jpg

http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Rating3c&#46;jpg

best ...
by Silvio.Falconi
Wed Dec 31, 2014 3:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Antonio,
Can we converte it onto a control ?
by Antonio Linares
Tue Dec 30, 2014 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 22373

Re: New Rating Class

Uwe,

Fantastic! ;-)