Re: [Gambas-user] Embedding another application

2008-07-09 Thread M0E Lnx
Thanks.. I figued something like that needed to be done shortly after asking. Here is what I did DIM sTitle AS String DIM aHandle AS NEW Pointer[] DIM iHandle AS Integer DIM i AS Integer = 0 FrmDiskPart.tlBanner.Text = "Loading gparted Please wait" SHELL "sudo /usr/sbin/gparted"

Re: [Gambas-user] Embedding another application

2008-07-09 Thread Benoit Minisini
On mercredi 09 juillet 2008, M0E Lnx wrote: > Hi again, Another small annoyance in my endeavours to use the embedder > object > > I am trying to embed an application into my form using the embedder object. > The embedding works fine (thanks to the bugfixes :=] ) but here is the > little annoyance >

[Gambas-user] Embedding another application

2008-07-09 Thread M0E Lnx
Hi again, Another small annoyance in my endeavours to use the embedder object I am trying to embed an application into my form using the embedder object. The embedding works fine (thanks to the bugfixes :=] ) but here is the little annoyance To be more specific, I'm trying to embed gparted into m