0

i'm new to smalltalk and i come with a problem. i'm trying to draw a table where the attributes of the variables shown. i found this answer to a similar question that i'm doing here: Draw table in Pharo , but in there it's not clear how to create or fill the cells.

I would appreciate any help.

thanks.

Community
  • 1
  • 1
Ordnael
  • 23
  • 1
  • 1
    Welcome to SO. To receive help you should try something first. Then show us your code (or a part of it) and ask a concrete question about it. – Leandro Caniglia Oct 21 '15 at 01:56

1 Answers1

1

On the class side of FTExample there are some examples you can run of different kinds of lists and tables.

Stephan Eggermont
  • 15,847
  • 1
  • 38
  • 65