First time here? Check out the FAQ!
x

aView bounds

0 votes
347 views
Hello,

I would like to know if it is possible to change the bounds of aView in my tool with any code/action inside my tool.

for example I would like aView to become bigger or appear only when I click the mouse on a certain point of the tool.

thanks!

d
asked Oct 5, 2020 in Capytalk & Smalltalk by domenico-cipriani (Master) (3,110 points)

1 Answer

0 votes
There is no way to do this in the tool, but you could create another state with a different layout and switch to that state when needed.
answered Oct 9, 2020 by ssc (Savant) (128,080 points)
...