E' possibile ottenere un cambio graduale di luminosità quando il mouse è posizionato su un gruppo della ribbonbar, come avviene in office?
grazie
marzio
E' possibile ottenere un cambio graduale di luminosità quando il mouse è posizionato su un gruppo della ribbonbar, come avviene in office?
grazie
marzio
Marzio,
Could you please provide a screenshot ? thanks
it is necessary a video not a screenshot.
when you move the mouse cursor over a group in fivewin's ribbonbar the group became brightness instantly.
in word 2007 (and other office program) the group became brightness slowly (in half or one second).
METHOD Paint() CLASS TRPanel
local aInfo
local aRect := GetClientRect( ::hWnd )
aInfo := ::DispBegin()
FillRect( ::hDC, GetClientRect( ::hWnd ), ::hBack )
::DispEnd( aInfo )
return NILThere is no such effect in Word 2010.
EMG
neither in Windows 10 Ms Paint RibbonBar
Antonio,
right.
EMG
Secondo me la grafica di office in 2010 e 2013 è molto peggiorata,
microsoft non sa più cosa fare di nuovo. quando le finestre non sono a pieno schermo sono poco distinguibili da quello che c'è dietro.
comunque si in meno di un secondo fa una animazione probabilmente di alcune gradazioni di azzurro di diversa luminosità,
anche quando togli il mouse dal gruppo fa una animazione inversa da chiaro a scuro.
In fact the graphics in office 2010 and 2013 is much worse, microsoft no longer knows what to do new.
When a windows or a dialog are not in full screen are hardly distinguishable from what is behind.
However, in less than a second makes an animation probably some shades of blue vary in brightness.
even when you move away the mouse from the Group, it makes a reverse animation from light to dark.
To implement an animation we should use a timer.
Thinking about it...
or use sleep ?
that would block the application execution