Skip to main content
This topic has been closed for replies.

4 replies

schroef
Inspiring
April 22, 2023

I get an error now from line 86

Undefined is not an object

UIEelements.prototype is not a function

EDIT
fixed it by add [i] after UIElements

femkeblanco
Legend
April 22, 2023

Just change it to

UIElements[i].prototype.setBg=function(rgb){
Silly-V
Silly-VAuthor
Legend
January 19, 2014

Thank you folks, and please let me know if there are any bugs, etc.  I'm grateful for all the feedback!

Inspiring
January 20, 2014

Wow! That's impressive on so many levels, outstanding work and effort on your part that's really awesome. I love how your drawing the buttons, did you extract the path data to come up with that? Thanks so much for sharing, that's really awesome and full of nuggets of goodness.

Silly-V
Silly-VAuthor
Legend
January 25, 2014

Thank you W_J_T  and here is the place where I got my drawing from:

http://forums.adobe.com/message/5819478#5819478

* I posted the latest update at the bottom on Jan 25 2014.

The principles of this method are to draw by reading the string object and that;s how you can change colors and things by changing the eval-led objects and redrawing them with putting an updating function into OnDraw and hiding/showing the element to force the OnDraw.  If you end up using this , I'd like to see some examples!

ThinkingThings
Inspiring
January 19, 2014

Wow, you've put a lot of work into this. Echoing Carlos - great job! And thanks for sharing too!  -TT

CarlosCanto
Community Expert
Community Expert
January 19, 2014

great job!! thanks for sharing