Hi guys n' gals, I'm not sure if this is the right place to post this... But here it goes anyway. I'm not a super-active user, I plan on correcting that... Regardless, I'm looking for some advice as to how to approach this issue I have. I'm trying to create a panel that pops up to the left of the docked window when you…
Nah, I have it set up so the button replaces the previous button. Currently, I have my script working EXCEPT that it cannot find an object in my script. Apparently, it's looking for the object "MergeWindow" which is a procedure I have stated before it. So I'm not really understanding what I'm missing... Thank you for the…
Hey guys, thank you for getting back with me. I had done a revamp of everything that I had listed (I realized I posted some incorrect code and proceeded to check things and fix them). Still having an issue, but I'll get to that in a moment. At the time I posted this, I was stressed out beyond all reason so I'm sorry that…
You mind posting or pming the code? For example: button -e -l "<-" -w 260 -h 32 -c "ToggleMergeToolbar"; You cannot edit a button when you are creating it.
Oops! I almost forgot to mention some MEL tutorials that I've run across that might be useful to you: http://nccastaff.bournemouth.ac.uk/jmacey/RobTheBloke/www/mel/index.html http://ewertb.soundlinker.com/mel/mel.095.php
Okay, here are some other possible problems that I see now. (also: it might be pedantic, and more typing, but personally I'd type out the full names of parameters like -edit rather than -e, -command rather than -c. It makes the code a lot easier to understand IMHO.) NOTE: Red code means how the code was originally. Green…