[Gambas-user] (no subject)

Rob sourceforge-raindog2 at ...94...
Mon Mar 17 15:56:00 CET 2008


On Monday 17 March 2008 10:27, Hn wrote:
> my problem is how can i display the data (from text file)  on gui
> that create with gambas. or can gui display data/message( from
> command terminal) on gui?

At its most basic, you should be able to just put a Label control on 
your form and set its Caption property to the text contained in the 
text file.  If you want to format the data for display, you would 
want to do that in code and put on the form some combination of 
controls appropriate to your data.

Rob




More information about the User mailing list