Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread paulwheeler
amer-1.0.so.0.6.0 > > GTK+=libgtk-x11-2.0.so.0.2400.17 > > OpenGL=libGL.so.1.2.0 > > Poppler=libpoppler.so.28.0.0 > > Qt4=libQtCore.so.4.8.4 > > SDL=libSDL-1.2.so.0.11.4 > > > > bye > > vuott :-( > > > > > > > > >

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread Ru Vuott
> vuott  :-( > > > > > > -------------------- > Mar 1/10/13, wally ha scritto: > >  Oggetto: Re: [Gambas-user] No longer possible to write in "gedit" with > 'Process' A: "mailing list for g

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread Jussi Lahtinen
Oh, sorry it does write on one of the opened documents. And it works correctly if there is not any instances of gedit before running that code (also in that way no error messages). Jussi On Tue, Oct 1, 2013 at 10:31 PM, Jussi Lahtinen wrote: > Doesn't work here either. > > It will only open two

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread Jussi Lahtinen
Doesn't work here either. It will only open two new documents with nothing on them. And following error message: (gedit:19717): GLib-GIO-CRITICAL **: g_dbus_connection_get_capabilities: assertion `G_IS_DBUS_CONNECTION (connection)' failed $ gedit --version gedit - Version 3.6.2 Jussi On Tue,

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread wally
---------------- > Mar 1/10/13, wally ha scritto: > > Oggetto: Re: [Gambas-user] No longer possible to write in "gedit" with > 'Process' A: "mailing list for gambas users" > Data: Martedì 1 ottobre 2013, 17:37 > > H

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread Ru Vuott
t :-( Mar 1/10/13, wally ha scritto: Oggetto: Re: [Gambas-user] No longer possible to write in "gedit" with 'Process' A: "mailing list for gambas users" Data: Martedì 1 ottobre 2013, 17:37 Hi  vuott, i tried

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread wally
Hi vuott, i tried your code on SVN At revision 5866. it works nice wally On Tuesday 01 October 2013 15:37:23 Ru Vuott wrote: > Hello, > > at one time I could write a string in "gedit" by using 'Process' with the > following simple code: > > * > P

[Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread Ru Vuott
Hello, at one time I could write a string in "gedit" by using 'Process' with the following simple code: * Private pr As Process Public Sub Form_Open() pr = Shell "gedit" For Write End Public Sub Button1_Click() Print #pr, "Arma virumque cano