[Swingosc-devel] ProxyMixer error
Brought to you by:
sciss
From: nescivi <ne...@gm...> - 2010-04-25 05:46:35
|
Hiho, I'm getting an error with ProxyMixer, latest revision; on SwingOSC... I'm guessing the action gets called before the complete GUI is built. The SliderBase calls step_ and performs the action... not sure whether that is the right thing to do... Isn't step a setting rather than a control? sincerely, Marije s.boot; p = ProxySpace.push(s); ProxyMixer.new; ERROR: Message 'visible_' not understood. RECEIVER: nil ARGS: false CALL STACK: DoesNotUnderstandError:reportError B5CEE940 arg this = <instance of DoesNotUnderstandError> Nil:handleError B5CEE6A0 arg this = nil arg error = <instance of DoesNotUnderstandError> Thread:handleError B5CEE580 arg this = <instance of Thread> arg error = <instance of DoesNotUnderstandError> Object:throw B5CEE220 arg this = <instance of DoesNotUnderstandError> Object:doesNotUnderstand B5CED500 arg this = nil arg selector = 'visible_' arg args = [*1] ArrayedCollection:do B5CDF260 arg this = [*2] arg function = <instance of Function> var i = 0 ProxyMixer:checkUpdate 0876DF50 arg this = <instance of ProxyMixer> var newState = <instance of Event> var arNames = nil var prevArNames = nil var fullSize = nil var krNames = nil var prevKrNames = nil var editName = nil var prevEditName = nil EZScroller:doAction B5CDF200 arg this = <instance of EZScroller> EZScroller:valueAction_ B5CDF140 arg this = <instance of EZScroller> arg val = 0 JSCView:doAction B5CDEFE0 arg this = <instance of JSCSlider> JSCView:setPropertyWithAction B5CDEF80 arg this = <instance of JSCSlider> arg symbol = 'step' arg obj = 1 JSCSliderBase:step_ B5CDEF20 arg this = <instance of JSCSlider> arg stepSize = 1 EZScroller:adjust 08769430 arg this = <instance of EZScroller> var slBounds = <instance of Rect> var maxLength = 290 var numTooMany = 1 var fractionToShow = 1 EZScroller:init 087685D0 arg this = <instance of EZScroller> arg w = <instance of JSCCompositeView> arg bounds = <instance of Rect> arg initVal = 0 ProxyMixer:makeArZone B532F260 arg this = <instance of ProxyMixer> var arLayout = <instance of FlowLayout> var dim = <instance of Point> ProxyMixer:makeViews 08738270 arg this = <instance of ProxyMixer> ... |