Re: [Gambas-user] Popup menu in project tree

2013-12-11 Thread Benoît Minisini
Le 12/12/2013 00:17, Tobias Boege a écrit : > On Wed, 11 Dec 2013, Jesus wrote: >> El 09/12/13 22:38, Jesus escribi?: >>> Hi all >>> >>> When I right click over an item in the project tree, say "Data" folder, >>> there's not a full menu, so I cannot add a new file or whatever. If such >>> a folder

Re: [Gambas-user] Popup menu in project tree

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, Jesus wrote: > El 09/12/13 22:38, Jesus escribi?: > > Hi all > > > > When I right click over an item in the project tree, say "Data" folder, > > there's not a full menu, so I cannot add a new file or whatever. If such > > a folder contains a sub-item, then I am able to add anot

Re: [Gambas-user] Popup menu in project tree

2013-12-11 Thread Jesus
El 09/12/13 22:38, Jesus escribió: > Hi all > > When I right click over an item in the project tree, say "Data" folder, > there's not a full menu, so I cannot add a new file or whatever. If such > a folder contains a sub-item, then I am able to add another file by > right clicking on the sub-item.

Re: [Gambas-user] Blob type and segmentation error

2013-12-11 Thread Benoît Minisini
Le 11/12/2013 18:08, bill-lancaster a écrit : > I have a mysql table with a blob type field, this seems to cause Segmentation > Fault (11) or Aborted(6) crashes. > Is this a known problem? (other postings seem to suggest this) > Or is there a work-around? > I can't read mind. I need all details a

Re: [Gambas-user] Blob type and segmentation error

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, bill-lancaster wrote: > I have a mysql table with a blob type field, this seems to cause Segmentation > Fault (11) or Aborted(6) crashes. > Is this a known problem? (other postings seem to suggest this) > Or is there a work-around? > I have written a program which stores Blob

[Gambas-user] Blob type and segmentation error

2013-12-11 Thread bill-lancaster
I have a mysql table with a blob type field, this seems to cause Segmentation Fault (11) or Aborted(6) crashes. Is this a known problem? (other postings seem to suggest this) Or is there a work-around? -- View this message in context: http://gambas.8142.n7.nabble.com/Blob-type-and-segmentation-

Re: [Gambas-user] Stopping a CLI program

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, Tobias Boege wrote: > On Wed, 11 Dec 2013, John Rose wrote: > > Tobias, > > > > Thank you for your reply. > > > > The reason for my using "-f x11grab" as one parameter (rather than 2 > > parameters of "-f" & "x11grab") to the Exec command is that I was > > thinking of that

Re: [Gambas-user] Stopping a CLI program

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, John Rose wrote: > Tobias, > > Thank you for your reply. > > The reason for my using "-f x11grab" as one parameter (rather than 2 > parameters of "-f" & "x11grab") to the Exec command is that I was > thinking of that string as being one parameter to ffmpeg. It would help

[Gambas-user] Stopping a CLI program

2013-12-11 Thread John Rose
Tobias, Thank you for your reply. The reason for my using "-f x11grab" as one parameter (rather than 2 parameters of "-f" & "x11grab") to the Exec command is that I was thinking of that string as being one parameter to ffmpeg. It would help if the documentation had an Exec example with these

Re: [Gambas-user] Stopping a CLI program

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, Tobias Boege wrote: > On Wed, 11 Dec 2013, John Rose wrote: > > Tobias, > > > > Thanks for your example. I've now got the Exec's termination working OK. > > Below is an extract from my code: > > Private aExec As String[] > > Private sOutput As String > > Private hffmpeg As Pr

Re: [Gambas-user] Stopping a CLI program

2013-12-11 Thread Tobias Boege
On Wed, 11 Dec 2013, John Rose wrote: > Tobias, > > Thanks for your example. I've now got the Exec's termination working OK. > Below is an extract from my code: > Private aExec As String[] > Private sOutput As String > Private hffmpeg As Process > hffmpeg = Exec aExec Wait For Input Output As "ff

[Gambas-user] Stopping a CLI program

2013-12-11 Thread John Rose
Tobias, Thanks for your example. I've now got the Exec's termination working OK. Below is an extract from my code: Private aExec As String[] Private sOutput As String Private hffmpeg As Process hffmpeg = Exec aExec Wait For Input Output As "ffmpegMessages" Public Sub ffmpegMessages_Read() Dim

Re: [Gambas-user] Error when I want to activate a component....

2013-12-11 Thread Ru Vuott
> This is fixed in revision #5995. Yes, now it works. Regards vuott -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance a

Re: [Gambas-user] Error when I want to activate a component....

2013-12-11 Thread sudeep damodaran
Hi guys This is sudeep. Im going to learn gambas .i hope i will get help from all Thankz n regards Sudeep On Dec 11, 2013 2:10 PM, "Ru Vuott" wrote: > > Please always tell which version of Gambas you use exactly! > > Oh yes, excuse me, Benoît, I forgot. > > bye > vuott > > > > > --

Re: [Gambas-user] Error when I want to activate a component....

2013-12-11 Thread Ru Vuott
> Please always tell which version of Gambas you use exactly! Oh yes, excuse me, Benoît, I forgot. bye vuott Mer 11/12/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Error when I want to activate a component A: "mailing list for