[Closed] new listener design feed back
Looking for feedback on a new Listener design?
You can download the flash file as a ZIP. To play, unZIP and drag .swf to in any flash enabled browser.
thanks
Very nice, I didn’t see anyway to get back to the listner when a script was open, maybe it could be a tab.
Cool, I would definitely enjoy being able to keep multiple scripts open using tabs. I tend to have 5 or 6 script windows open and that would speed things up a little.
Many times I want to be watching the listener while I evaluate. Using this it looks like I’d have to open the script (hiding the listener) in order to evaluate it…so it would be nice if you could right click on a script tab and select evaluate instead.
I’m not sure about having the max script reference appear within this window…I like to have this fairly big when I look at it, so I would not use that at all.
And one more minor comment, I’d make the selected tab be a bit more obvious…perhaps lit up in a different color or something.
Yes Blue good idea.
Stuh505: What about splitting the window horizontally with MaxScript on top and the Listener on the bottom. Yes the active script tab could be much more obvious.
thanks
Yeah that would work, just make a button to hide/show the listener…and allow the transition point to be dragged higher or lower to see more of the desired window. If it was hidden when you evaluated, it would automatically be unhidden.
Othoap, so is this a tool you might be sharing in the near future?
-RyanT
Erilaz & RyanT: Yes I would, But it’s not a real product. I just pieced it together with screen shots and Flash.
Has any one enhanced MaxScript or the Listener?
In general are people happy with MaxScript and the Listener?
thanks
nah, I’m not really happy with it…but im never satisfied!
one thing you could do that would be really cool would be to insert an extra level of pre-processing on scripts for evaluation…basically to add new syntactic sugar to the language.
for example, adding new syntax like /commented/ that allows you to comment out large blocks of code, and replace it with a million – on every line before it gets turned over to max for the real evaluation
Stuh505: Kind-a-like your Render Proxy, a place holder? I did not think of enhancing the language it self.
On a side note: how are you using the term syntactic sugar. Like a sugar as a carbon molecule? C12H22O11 with branched nodes?
well render proxy is for rendering cached objects, so im not sure what the relationship is there…i was thinking more along the lines of having a special evaluate button that parsed your script, changed it, and evalutes that changed version instead…allowing you to define new syntax for maxscript. syntactice sugar is a term that my Programming Languages teacher used, im not sure if he coined it or not, but basically syntactic sugar is just adding additional syntax to the language that does not allow for new features, but just makes it easier to write the existing features