GUI component interaction: Difference between revisions

No edit summary
Line 1,764:
For this problem, you will need to open up Maple, go to the Components tab on the left, and insert a Text Area, and 2 Buttons. By right clicking each button, and clicking Component Properties, change one to Increase, and the other to Random. Then, click on 'Edit Content Changed Action". In the one labeled increase, type:
 
<lang Maple>
Increase();
</lang>
 
In the one labeled Random, type:
 
<lang Maple>
Random();
</lang>
 
Then, by clicking the 2 gears and opening up the start-up commands, enter this:
Line 1,787 ⟶ 1,791:
end proc;
</lang>
 
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Anonymous user