|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Gui help bug
In the latest Realized build, using on macosx SwingOSC, every time I press apple+shift+D to reach the Help GUI, SC throws an error.
It doesn't happen with Cocoa and it seems to be related to the open method in JSCTextView (in any case, it works). Here's the stack: ERROR: Message 'open' not understood. RECEIVER: Instance of JSCTextView { (0D9D28D0, gc=74, fmt=00, flg=00, set=06) instance variables [43] dataptr : Integer 1071 parent : instance of JSCTopView (11AA5520, size=34, set=6) action : nil background : nil mouseDownAction : nil mouseUpAction : nil mouseOverAction : nil mouseMoveAction : nil keyDownAction : nil keyUpAction : nil keyTyped : nil beginDragAction : nil canReceiveDragHandler : nil receiveDragHandler : nil onClose : nil server : instance of SwingOSC (0D465130, size=20, set=5) properties : instance of IdentityDictionary (117C3360, size=5, set=3) keyResp : instance of OSCpathResponder (117C3900, size=5, set=3) dndResp : nil mouseResp : nil cmpResp : instance of OSCpathResponder (117C3B40, size=5, set=3) hasFocus : false id : Integer 1071 visible : true clpseMouseMove : nil clpseMouseDrag : nil jinsets : instance of Insets (117C3000, size=5, set=3) scBounds : instance of Rect (11846A00, size=4, set=2) jBounds : instance of Rect (118461C0, size=4, set=2) allVisible : nil stringColor : nil font : nil editable : true autohidesScrollers : false hasHorizontalScroller : true hasVerticalScroller : true usesTabToFocusNextView : true enterInterpretsSelection : true txResp : instance of OSCpathResponder (117C2F40, size=5, set=3) string : "" selStart : Integer 0 selStop : Integer 0 cnID : "cn1071" } ARGS: Instance of String { (0D470C10, gc=6C, fmt=07, flg=00, set=03) indexed slots [42] 0 : / 1 : A 2 : p 3 : p 4 : l 5 : i 6 : c 7 : a 8 : t 9 : i 10 : o 11 : n 12 : s 13 : / 14 : S 15 : u 16 : p 17 : e 18 : r 19 : C 20 : o 21 : l 22 : l 23 : i 24 : d 25 : e 26 : r 27 : / 28 : H 29 : e 30 : l 31 : p ... } CALL STACK: DoesNotUnderstandError:reportError 11A11820 arg this = <instance of DoesNotUnderstandError> Nil:handleError 11A11880 arg this = nil arg error = <instance of DoesNotUnderstandError> Thread:handleError 11A13680 arg this = <instance of Thread> arg error = <instance of DoesNotUnderstandError> Object:throw 11A14640 arg this = <instance of DoesNotUnderstandError> Object:doesNotUnderstand 11A15720 arg this = <instance of JSCTextView> arg selector = 'open' arg args = [*1] < FunctionDef in Method Function:defer > (no arguments or variables) Scheduler:seconds_ 11874780 arg this = <instance of Scheduler> arg newSeconds = 23038.979542516 var delta = nil var item = <instance of Function> Meta_AppClock:tick 11A1A640 arg this = class AppClock Process:tick 11A39BE0 arg this = <instance of Main> Best -a- -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> andrea.valle@... -------------------------------------------------- " Think of it as seasoning . noise [salt] is boring . F(blah) [food without salt] can be boring . F(noise, blah) can be really tasty " (Ken Perlin on noise) |
|
|
Re: Gui help bugHiho,
which version of SwingOSC are you using? if you use latest svn SC, you may need latest svn SwingOSC as well, especially since the helpfile preview was built in. I'm not sure whether there has been a release of SwingOSC since. sincerely, Marije On Tuesday 22 July 2008 18:11:59 Andrea Valle wrote: > In the latest Realized build, using on macosx SwingOSC, every time I > press apple+shift+D to reach the Help GUI, SC throws an error. > It doesn't happen with Cocoa and it seems to be related to the open > method in JSCTextView (in any case, it works). > > Here's the stack: > ERROR: Message 'open' not understood. > RECEIVER: > Instance of JSCTextView { (0D9D28D0, gc=74, fmt=00, flg=00, set=06) > instance variables [43] > dataptr : Integer 1071 > parent : instance of JSCTopView (11AA5520, size=34, set=6) > action : nil > background : nil > mouseDownAction : nil > mouseUpAction : nil > mouseOverAction : nil > mouseMoveAction : nil > keyDownAction : nil > keyUpAction : nil > keyTyped : nil > beginDragAction : nil > canReceiveDragHandler : nil > receiveDragHandler : nil > onClose : nil > server : instance of SwingOSC (0D465130, size=20, set=5) > properties : instance of IdentityDictionary (117C3360, size=5, > set=3) > keyResp : instance of OSCpathResponder (117C3900, size=5, set=3) > dndResp : nil > mouseResp : nil > cmpResp : instance of OSCpathResponder (117C3B40, size=5, set=3) > hasFocus : false > id : Integer 1071 > visible : true > clpseMouseMove : nil > clpseMouseDrag : nil > jinsets : instance of Insets (117C3000, size=5, set=3) > scBounds : instance of Rect (11846A00, size=4, set=2) > jBounds : instance of Rect (118461C0, size=4, set=2) > allVisible : nil > stringColor : nil > font : nil > editable : true > autohidesScrollers : false > hasHorizontalScroller : true > hasVerticalScroller : true > usesTabToFocusNextView : true > enterInterpretsSelection : true > txResp : instance of OSCpathResponder (117C2F40, size=5, set=3) > string : "" > selStart : Integer 0 > selStop : Integer 0 > cnID : "cn1071" > } > ARGS: > Instance of String { (0D470C10, gc=6C, fmt=07, flg=00, set=03) > indexed slots [42] > 0 : / > 1 : A > 2 : p > 3 : p > 4 : l > 5 : i > 6 : c > 7 : a > 8 : t > 9 : i > 10 : o > 11 : n > 12 : s > 13 : / > 14 : S > 15 : u > 16 : p > 17 : e > 18 : r > 19 : C > 20 : o > 21 : l > 22 : l > 23 : i > 24 : d > 25 : e > 26 : r > 27 : / > 28 : H > 29 : e > 30 : l > 31 : p > ... > } > CALL STACK: > DoesNotUnderstandError:reportError 11A11820 > arg this = <instance of DoesNotUnderstandError> > Nil:handleError 11A11880 > arg this = nil > arg error = <instance of DoesNotUnderstandError> > Thread:handleError 11A13680 > arg this = <instance of Thread> > arg error = <instance of DoesNotUnderstandError> > Object:throw 11A14640 > arg this = <instance of DoesNotUnderstandError> > Object:doesNotUnderstand 11A15720 > arg this = <instance of JSCTextView> > arg selector = 'open' > arg args = [*1] > < FunctionDef in Method Function:defer > (no arguments or variables) > Scheduler:seconds_ 11874780 > arg this = <instance of Scheduler> > arg newSeconds = 23038.979542516 > var delta = nil > var item = <instance of Function> > Meta_AppClock:tick 11A1A640 > arg this = class AppClock > Process:tick 11A39BE0 > arg this = <instance of Main> > > > > Best > > > -a- _______________________________________________ sc-users mailing list info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880 archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Gui help bugAh, ok. SwingOSC.version 0.59 Best -a- On 23 Jul 2008, at 00:22, nescivi wrote:
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> andrea.valle@... -------------------------------------------------- " Think of it as seasoning . noise [salt] is boring . F(blah) [food without salt] can be boring . F(noise, blah) can be really tasty " (Ken Perlin on noise) |
| Free Forum Powered by Nabble | Forum Help |