dial vs. jsui_360dial.js
Hi. Anyone here know if/how its possible to get the jsui_360dial.js
behave like [dial] where the mouse cursor gets hidden and there is no
stopping because hitting the edge of the screen.
All best,
Jakob
__________________________________
Jakob Riis
jr.abstractions for MaxMSP
http://www.sonicescape.net/maxmsp/
__________________________________
On 7 nov. 07, at 16:46, Jakob Riis wrote:
> Hi. Anyone here know if/how its possible to get the jsui_360dial.js
> behave like [dial] where the mouse cursor gets hidden and there is no
> stopping because hitting the edge of the screen.
It's possible, but you'll have to modify how jsui_360dial.js is
implemented. As an example you can have a look to my ej.numbox, which
shows that behavior (endless, hidden pointer).
HTH,
ej
Here's a quick fix. Altered the ondrag function in the js file and added some business in max land.
best,
Zachary
One small improvement. Now the cursor reappears at the same point as it disappears (like in the dial object)
Thanks Emmanuel and Zachary.
I'll see if I can implement the solution into the javascript.
:-)
J
__________________________________
Jakob Riis
jr.abstractions for MaxMSP
http://www.sonicescape.net/maxmsp/
__________________________________
Thanks to the suggestions by Emmanuel and Zachary i managed to modify
the jsui_360dial.js and give it the endless dial behavior. Zip file attached.
/J
__________________________________
Jakob Riis
jr.abstractions for MaxMSP
http://www.sonicescape.net/maxmsp/
__________________________________
it seems the attachment is missing in my previous post, here it is (again)... :-)
/J
Jakob Riis wrote:
> it seems the attachment is missing in my previous post, here it is (again)... :-)
There's a bug in the forum code that prevents attachments attached to
list posts from making it onto the forum. This bug has been fixed
several times, but keeps re-appearing. I've talked to the FudForum devs
about this, and they're suggesting that we update our forum install.
Since our forum code is heavily customized in some areas (mostly having
to do with the mailing list integration, but also many display tweaks)
this is not as easy it sounds.
In the meantime, as a big a pain as it might seem, it's recommended that
you use the forum to post attachments, as those will both make it to the
forum and the list without issue.
Thanks for your patience and understanding in this matter,
w
Very nice!
Hello.
Sorry to resurrect an old thread, but would someone be able to tell me how to set attributes such as min, max and range for the jsui_360dial? The default is set as 0-1 but I'm not sure how to change it. For instance, how would I change it so the output values would be 0-360?
Many thanks.
scale or zmap are great objects too Otherwise the attached js should do the trick... Not really tested though.
Thanks Emmanuel. Much appreciated.
HI, exist a way to make that the angular behavior will be of 270° instead 360° in the JS?
Thanx
Italo