[Gambas-user] New to this list

2013-12-03 Thread Wolfgang
Hello all, I am new to this list and ... well ... I need help. Programming in Gambas is fun and does what I want in (almost) every situation. So far so good. But when I make an installation package of my program (for Ubuntu 12.04, debian) I have always this Icon showing some tools in a box whe

Re: [Gambas-user] Fwd: At Right Angles

2013-12-03 Thread Rolf-Werner Eilert
Am 04.12.2013 01:19, schrieb monika: > volume -2 nov-3 > > > apu_133983_at_right_angles_november_2013_low_res_pdf.pdf (15M) > > Wow! Just wow, Monika! Though I'm one of those pers

[Gambas-user] Fwd: At Right Angles

2013-12-03 Thread monika
volume -2 nov-3 apu_133983_at_right_angles_november_2013_low_res_pdf.pdf (15M) -- View this message in context: http://gambas.8142.n7.nabble.com/Fwd-At-Right-Angles-tp44524.htm

Re: [Gambas-user] Configure method of ToolBar

2013-12-03 Thread Benoît Minisini
Le 03/12/2013 20:03, Jesus a écrit : > > Great! However I can't see the change in latest commits. 8-/ > > Regards > It's only on my hard drive at the moment. :-) -- Benoît Minisini -- Sponsored by Intel(R) XDK Develop,

Re: [Gambas-user] Configure method of ToolBar

2013-12-03 Thread Jesus
El 03/12/13 01:27, Benoît Minisini escribió: > Le 03/12/2013 00:41, Jesus a écrit : >> El 01/12/13 16:54, Jesus escribió: >>> Hi all >>> >>> I'm trying to get up and running a project which have a Toolbar and some >>> toolbuttons in it. I'd like to mimic the same behavior toolbars have in >>> Gamba

Re: [Gambas-user] Issue 479 in gambas: SegFault 11 on sqlitedataset.cpp

2013-12-03 Thread gambas
Comment #2 on issue 479 by marcobra...@gmail.com: SegFault 11 on sqlitedataset.cpp http://code.google.com/p/gambas/issues/detail?id=479 Confirm fixed... -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notif

Re: [Gambas-user] gb.db Unknown symbol 'Fields' in class 'Connection'

2013-12-03 Thread paulwheeler
The correct one is: htable.Fields I assume you have this line in your code: Dim hTable As Table Your code is similar to mine, but I do not use the "with". I do the full line. hTable.Fields.Add("cod_ficha", db.String, 20) Try doing it that way. Maybe there is a bug in the "With"??? paul On

Re: [Gambas-user] Issue 479 in gambas: SegFault 11 on sqlitedataset.cpp

2013-12-03 Thread gambas
Updates: Status: Fixed Labels: -Version -Type-Bug Version-TRUNK Type-Crash Comment #1 on issue 479 by benoit.m...@gmail.com: SegFault 11 on sqlitedataset.cpp http://code.google.com/p/gambas/issues/detail?id=479 Fixed in revision #5977. -- You received this message because this

[Gambas-user] Issue 479 in gambas: SegFault 11 on sqlitedataset.cpp

2013-12-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 479 by marcobra...@gmail.com: SegFault 11 on sqlitedataset.cpp http://code.google.com/p/gambas/issues/detail?id=479 1) Describe the problem. The program has stopped unexpe

[Gambas-user] shell

2013-12-03 Thread Mike Crean
Hey Ivan, thanks very much for that. I forgot all about the piping command.   Regards Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how applicat

Re: [Gambas-user] shell

2013-12-03 Thread Jussi Lahtinen
> Try > Shell "echo 'mypassword' |sudo -S sh -c 'echo out > /sys/class/gpio/gpio27/direction" > Bad idea. Firstly, it supports only one password, which is stored as plain text. Secondly, if the password is variable it would need proper sanitation before entering it to shell. Jussi --