Querying a table cell value: I would like to make some screen layout changes which depend on the value the user has entered in a table cell. Is this possible with GuiXT?

It is possible but you will need the InputAssistant component for this function. Example:

Set V[mm_xtype]  "& cell[Table,1,1]"

if V[mm_xtype=MD]

   ...

endif