[Gambas-user] Process not working correctly?

Magnus Kulke sikor_sxe at ...326...
Mon Jan 5 20:15:48 CET 2004


hi,

i'm stuck with this problem:

a Process won't issue the event "Write". i've tried with the sample
source from documentation ('src-progress_exec.tgz') and it suffers the
same problems as my source. it's more or less copied straight from the
docs.

here are my form sources:

PUBLIC SUB _new()

  EXEC [ "ls", "-la" ] FOR READ

END

PUBLIC SUB Process_Write(Data AS String)

  OutputField.Text = "write"
  
END

the kill event, however works :/

is this a bug?

thanks in advance,

magnus





More information about the User mailing list