Le 29/08/2017 à 18:10, Benoît Minisini via Gambas-user a écrit :
Le 29/08/2017 à 18:07, mikeB a écrit :
eGreetings - it's a wonderful day in the Gambas neighborhood,

Could someone tell me if it's possible, and if so, point me in the right

direction, to create a form (that the FrmMain opens) with a very simple,

functional "terminal/ console"?

Any/ all advise is GREATLY APPRECIATED,

mikeB



1) Check the 'gb.form.term' component.

2) Put a TerminalView control in your form, let's name it "TerminalView1".

3) Call TerminalView1.Exec("bash")

That's all.


...and better use the development version!

--
Benoît Minisini

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to