[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SCRangeSlider relative origin bug



I have finished porting EZRangeSlider to the new EZ Scheme, only to find
that it has a SCRangeSlider has a relativeOrigin bug :

(
        w = SCWindow.new.front;
        v=SCCompositeView(w,Rect(50,50,300,300)).relativeOrigin_(true);
        a = SCRangeSlider(v, Rect(20, 80, 120, 30))
            .lo_(0.2)
            .range_(0.4)
            .action_({ |slider|
                [\sliderLOW, slider.lo, \sliderHI, slider.hi].postln;
            });
)


I will put it on the bug tracker

I'll commit the new EZRangeSlider once this i fixed


jostM

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/