Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Kende Krisztián
2013-12-30 03:20 keltezéssel, Kende Krisztián írta: Jeez, that's complicated code! I wrote my own version, this is perhaps a little simpler. Check it. ;-) Otherwise. Your code: IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ") & Application.Path isn't correct, becaus

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Kende Krisztián
2013-12-29 21:59 keltezéssel, Tobias Boege írta: Hi all, last month I read a question at gambas-club.de about how to relaunch one's program with root privileges if it was running without them. This was the straw to break the camel's back :-) [*] As far as I can remember back, it was always a pr

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Bruce
On Mon, 2013-12-30 at 02:10 +0100, Tobias Boege wrote: > > 3) The Authentication form needs work. The labels are not visually > > associated with the correct control. (This one was from Felicity, who > > can pick these things out with a 3 second glance at a form). > > What do you mean? I have att

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Tobias Boege
On Mon, 30 Dec 2013, Bruce wrote: > On Sun, 2013-12-29 at 21:59 +0100, Tobias Boege wrote: > > Hi all, > > > > last month I read a question at gambas-club.de about how to relaunch one's > > program with root privileges if it was running without them. This was the > > straw to break the camel's bac

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Bruce
On Sun, 2013-12-29 at 21:59 +0100, Tobias Boege wrote: > Hi all, > > last month I read a question at gambas-club.de about how to relaunch one's > program with root privileges if it was running without them. This was the > straw to break the camel's back :-) [*] > > As far as I can remember back,

Re: [Gambas-user] GridView, ColumnClick is not fired

2013-12-29 Thread Benoît Minisini
Le 29/12/2013 17:40, Charlie Reinl a écrit : > Salut Benoît, > > GridView, ColumnClick is not fired. so a click on Columns Header ends in > Click and says the click was on row 0. > > attached a TEST-project > It should be fixed in revision #6034. Regards, -- Benoît Minisini ---

[Gambas-user] Relaunching a program as root

2013-12-29 Thread Tobias Boege
Hi all, last month I read a question at gambas-club.de about how to relaunch one's program with root privileges if it was running without them. This was the straw to break the camel's back :-) [*] As far as I can remember back, it was always a problem for the most to get sudo or su do the right t

Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-29 Thread gambas
Updates: Status: Fixed Comment #2 on issue 485 by benoit.m...@gmail.com: 'Like' square brackets problem http://code.google.com/p/gambas/issues/detail?id=485 It should be fixed in revision #6031. The fix will be backported in Gambas 3.5.2. -- You received this message because this pr

[Gambas-user] Overriding ValueBox, adding new Types

2013-12-29 Thread Tobias Boege
Hi, I'm writing a ValueBox extension which recognises complex numbers when chosen ValueBox.Type = ValueBox.Complex. For the time being I'm using the "global symbol table" extension method, i.e. I call my class ValueBox and Export it - just for the sake of it. (Later, I will likely directly commit

[Gambas-user] GridView, ColumnClick is not fired

2013-12-29 Thread Charlie Reinl
Salut Benoît, GridView, ColumnClick is not fired. so a click on Columns Header ends in Click and says the click was on row 0. attached a TEST-project -- Amicalement Charlie [System] Gambas=3.5.90 r6023 OperatingSystem=Linux Kernel=2.6.32-54-generic Architecture=x86 Distribution=Ubuntu 10.04

Re: [Gambas-user] Issue 488 in gambas: Gambas Editor calculates cursor-positions wrong for some fontsizes

2013-12-29 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 488 by benoit.m...@gmail.com: Gambas Editor calculates cursor-positions wrong for some fontsizes http://code.google.com/p/gambas/issues/detail?id=488 I need you to give me: - The full system information returned by the IDE. - The font used

[Gambas-user] Issue 488 in gambas: Gambas Editor calculates cursor-positions wrong for some fontsizes

2013-12-29 Thread gambas
Status: New Owner: Labels: Version-3.1.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 488 by ramjet...@googlemail.com: Gambas Editor calculates cursor-positions wrong for some fontsizes http://code.google.com/p/gambas/issues/detail?id=488 1) Using Ga

Re: [Gambas-user] Issue 486 in gambas: Debian packages have wrong description and title

2013-12-29 Thread gambas
Updates: Status: Fixed Labels: -Version-TRUNK Version-3.5.0 Comment #3 on issue 486 by benoit.m...@gmail.com: Debian packages have wrong description and title http://code.google.com/p/gambas/issues/detail?id=486 Fixed in revision #6030. It will backported to Gambas 3.5.2. -- Y

Re: [Gambas-user] Issue 487 in gambas: Binaries are not converted to lowercase

2013-12-29 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #1 on issue 487 by benoit.m...@gmail.com: Binaries are not converted to lowercase http://code.google.com/p/gambas/issues/detail?id=487 Program names with uppercase characters are perfectly allowed. Just name your

Re: [Gambas-user] Issue 486 in gambas: Debian packages have wrong description and title

2013-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 486 by benoit.m...@gmail.com: Debian packages have wrong description and title http://code.google.com/p/gambas/issues/detail?id=486 (No comment was entered for this change.) -- You received this messa

Re: [Gambas-user] Native Complex type?

2013-12-29 Thread Tobias Boege
On Sun, 22 Dec 2013, Beno?t Minisini wrote: > Le 21/12/2013 16:53, Tobias Boege a ?crit : > > Hi Benoit, > > > > is it planned to support complex numbers in Val() or to have an IsComplex() > > function? > > No at the moment. > > It's a problem for Val(), because some people may assume that Val()

Re: [Gambas-user] 'gb.crypt' component and SHA (1-2)

2013-12-29 Thread Tobias Boege
On Thu, 26 Dec 2013, Kende Kriszti?n wrote: > 2013-12-26 17:58 keltez?ssel, Kende Kriszti?n ?rta: > > 2013-12-26 12:33 keltez?ssel, Kende Kriszti?n ?rta: > >> Hi, > >> > >> 'gb.crypt' component is perfect if I want to check SHA-512 password match: > >> > >> Dim shahash As String > >> > >>

Re: [Gambas-user] basics of dynamic arrays of structures

2013-12-29 Thread Tobias Boege
On Mon, 23 Dec 2013, Kevin Fishburne wrote: > On 12/21/2013 04:57 AM, Tobias Boege wrote: > >On Sat, 21 Dec 2013, Kevin Fishburne wrote: > >>On 12/21/2013 12:36 AM, Kevin Fishburne wrote: > >>>I've gotten some flak about how I declare arrays and want to change my > >>>ways. Previously I would do so

Re: [Gambas-user] What on GGE is happening here?

2013-12-29 Thread Benoît Minisini
Le 29/12/2013 10:06, Bruce a écrit : > I wanted to create a text file in a project regarding some strangeness. > Have been doing this type of thing for years now with no problems at > all. But today, with rev 6013 some strangeness is happening inside the > IDE itself. > > I have attached a pic (whi