[Gambas-user] Select Case problem

2013-03-27 Thread Bruce
Hi, I am trying to parse a text file that contains key,value pairs like: Name=Malarky Size=10 BackImage[N]=sometext FrontImage[S]=sometext etc using a construct like For idx = 0 to sourcearray.max Select Upper(Split(SourceArray[idx],"+")[0]

[Gambas-user] Feature request: project refresh should reload dependencies

2013-03-27 Thread Bruce
Hi BenoƮt, It would be helpful if the IDE Project Refresh action re-read the project dependencies (components and libraries) so that when working on a main project and a library at the same time we didn't have to keep quitting and re-opening the main program in order to get new features in the dep

[Gambas-user] gba3 -> Invalid cross-device link

2013-03-27 Thread Tobias Boege
Hi, I try to create a Gambas executable (from within the IDE but that doesn't seem to be relevant here). The project directory lies on another hard drive partition than the executable's target directory. This causes gba3 to fail with: gba: ERROR: Cannot make executable: Cannot create executable:

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-27 Thread Willy Raets
On Wed, 2013-03-27 at 18:25 +0100, Willy Raets wrote: > On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote: > > Well, there are some vague assumptions I could make about what's going on > > but none of them would be based on knowledge. > > > > So I just propose something: leave the "echo" out o

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-27 Thread Tobias Boege
On Wed, 27 Mar 2013, Willy Raets wrote: > On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote: > > Well, there are some vague assumptions I could make about what's going on > > but none of them would be based on knowledge. > > > > So I just propose something: leave the "echo" out of your command

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-27 Thread Willy Raets
On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote: > Well, there are some vague assumptions I could make about what's going on > but none of them would be based on knowledge. > > So I just propose something: leave the "echo" out of your command string. > Instead connect sudo's stdin to your Ga

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-27 Thread Tobias Boege
On Wed, 27 Mar 2013, Willy Raets wrote: > I have this strange problem on Fedora. > I have this form (part of a bigger project) that is used to install rpm > packages on Fedora using yum. > The form has: > txbPass (TextBox) to enter password > tarOutput (TextArea) to output stream read from the runn

[Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-27 Thread Willy Raets
I have this strange problem on Fedora. I have this form (part of a bigger project) that is used to install rpm packages on Fedora using yum. The form has: txbPass (TextBox) to enter password tarOutput (TextArea) to output stream read from the running yum in shell btnInstall (Button) to click to sta