Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-15 Thread Ian Haywood
On Wed, Jul 16, 2014 at 3:27 AM, Caveat wrote: > I have Ubuntu here, was hoping someone else would volunteer first so I > didn't have to... :-D > > I haven't packaged before but know my way around bash scripts, svn, git > and the like. start with the debian packaging guidelines to get an idea of h

Re: [Gambas-user] I'v get a #11

2014-07-15 Thread Benoît Minisini
Le 15/07/2014 22:19, Charlie Reinl a écrit : > Salut Benoît, > > here the project a gdb log and a valgrid log > Fixed in revision #6383. Regards, -- Benoît Minisini -- Want fast and easy access to all the code in your

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #11 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 There are no changes we have discussed. So I cannot check whether there is mistake by you. I can only say that with revision 6380, attached

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #10 on issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 (No comment was entered for this change.) Attachments: Temp.tar.gz 6.2 KB -- You received this message because this project is configu

[Gambas-user] Compiling instruction not updated

2014-07-15 Thread Pino Zollo
Applying: On Mint 17 Mate sudo apt-get install build-essential g++ autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev

[Gambas-user] I'v get a #11

2014-07-15 Thread Charlie Reinl
Salut Benoît, here the project a gdb log and a valgrid log -- Amicalement Charlie GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #9 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 Without you sending the project, I cannot know why you have such problems. -- You received this message because this project is configured to

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #8 on issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 yeah, but crash. the msg is "Null object" for $hProcess. And the video is playing. thx u very much for the help =D. i will be back in 3 hrs. --

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #7 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 No, read is only for reading the process. If you want to send commands for mplayer you need write permission. If you want to quit the mplayer

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #6 on issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 Print, and still its clear. yeah i can declare 'for write as "process"' and works. but can't kill the process. just play but i can't handle mpla

Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-15 Thread Caveat
I have Ubuntu here, was hoping someone else would volunteer first so I didn't have to... :-D I haven't packaged before but know my way around bash scripts, svn, git and the like. Let me know what I can do to help (bear in mind I may need a little help to get me going in the right direction but

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #5 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 Console stays clear because you haven't write print command in read event. Try: Print sData Or declare the process as 'For Write As "Process"'.

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #4 on issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 i don't know exactly. it's like don't do anything. Console stay clear. but if i remove "for read write as 'process'" show the info of mplayer and

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #3 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 What does that mean exactly? Process isn't created? Event isn't raised? The program crashes? Or..? Can you attach runnable project to demonst

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #2 on issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 that code, should play a video, at the same time can kill the process, see the info about the video like position, duration, and more. that code

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Comment #1 on issue 537 by jussi.la...@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 What "doesn't work" means exactly? Error messages? Can you attach runnable project to demonstrate the problem? -- You received this message be

[Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-07-15 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Dist-Ubuntu Priority-High New issue 537 by pato@gmail.com: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537 -PROBLEM START This code don't work; $hPr

Re: [Gambas-user] Report Question

2014-07-15 Thread Emanuele Sottocorno
Il 15/07/2014 16:38, Roki ha scritto: > I tried but ... > > roki@roki ~ $ sudo apt-get install build-essential g++ autoconf > libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev > libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev > libgtkglext1-dev libpcre3-dev libsdl

Re: [Gambas-user] Report Question

2014-07-15 Thread Roki
I tried but ... roki@roki ~ $ sudo apt-get install build-essential g++ autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image

Re: [Gambas-user] DEVELOPMENT ENVIRONMENT using the file write permissions changes

2014-07-15 Thread Charlie Reinl
Am Dienstag, den 15.07.2014, 14:49 +0200 schrieb Benoît Minisini: > Le 15/07/2014 14:46, Charlie Reinl a écrit : > > Salut Benoît, > > > > > > Date: 2014-07-11 11:51:47 + (Fri, 11 Jul 2014) > > Log Message: > > --- > > [DEVELOPMENT ENVIRONMENT] > > * NEW: All files can be "locked".

Re: [Gambas-user] Color

2014-07-15 Thread Benoît Minisini
Le 15/07/2014 00:52, B Bruen a écrit : > I am working on a project where the colors used on the forms need to > be adjusted for different ambient light situations, "low light" and > "daylight". (The application is used outdoors at dawn and during the > day. So at dawn we need to have a fairly dull

Re: [Gambas-user] DEVELOPMENT ENVIRONMENT using the file write permissions changes

2014-07-15 Thread Benoît Minisini
Le 15/07/2014 14:46, Charlie Reinl a écrit : > Salut Benoît, > > > Date: 2014-07-11 11:51:47 + (Fri, 11 Jul 2014) > Log Message: > --- > [DEVELOPMENT ENVIRONMENT] > * NEW: All files can be "locked". This is implemented by using the file >write permissions. The old form locking m

[Gambas-user] DEVELOPMENT ENVIRONMENT using the file write permissions changes

2014-07-15 Thread Charlie Reinl
Salut Benoît, Date: 2014-07-11 11:51:47 + (Fri, 11 Jul 2014) Log Message: --- [DEVELOPMENT ENVIRONMENT] * NEW: All files can be "locked". This is implemented by using the file write permissions. The old form locking mechanism has been removed. since then, I find my linked pro

Re: [Gambas-user] Report Question

2014-07-15 Thread Fabien Bodard
$ sudo apt-get install build-essential g++ autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev l