[maxmsp] jsui + pattr = strangeness...
Jeremy Bernstein
jeremy at bootsquad.com
Fri Jun 1 03:04:17 MDT 2007
- Previous message: [maxmsp] Re: Autonaming objects
- Next message: [maxmsp] Pitch collection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jsui_roundedlabel.js doesn't have getvalueof() or setvalueof() methods (check out the pattr sdk in the general Max SDK for more info). You are trying to send an arbitrary message to the object, in any case, so why not use pattrforward. That's what it's for: #P window setfont "Sans Serif" 9.; #P window linecount 1; #N vpatcher 531 409 1131 809; #P window setfont "Sans Serif" 9.; #P message 250 58 46 196617 text foo; #P message 194 59 47 196617 text bar; #P newex 197 88 142 196617 pattrforward parent::lblTitle; #P objectname u296000001; #P connect 2 0 0 0; #P connect 1 0 0 0; #P pop 1; #P newobj 291 167 66 196617 p inside_here; #P objectname inside_here; #P user jsui 147 116 358 27 1 0 0 jsui_roundedlabel.js foo; #P objectname lblTitle; #P window clipboard copycount 2; Am 01.06.2007 um 01:52 schrieb Anthony Palomba: > I have a simple patcher example that binds a jsui label to > a pattr and then tries to set its text. I see no bind error messages. > But for some reason it will not do it. Can someone explain what > might be the problem...
- Previous message: [maxmsp] Re: Autonaming objects
- Next message: [maxmsp] Pitch collection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
