Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-11 Thread Rolf-Werner Eilert
Am 12.01.2012 06:36, schrieb Benoît Minisini: > Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit : >> Am 09.01.2012 13:39, schrieb Benoît Minisini: Ok, I think I understand: With the help of ScrollX and ScrollY I have to decide at which coordinate within my large drawing I start to dr

Re: [Gambas-user] Issue 130 in gambas: Undo / Redo in the form editor

2012-01-11 Thread gambas
Updates: Status: Fixed Comment #3 on issue 130 by benoit.m...@gmail.com: Undo / Redo in the form editor http://code.google.com/p/gambas/issues/detail?id=130 (No comment was entered for this change.) -- RSA(R)

Re: [Gambas-user] Sqlite3 bug ?

2012-01-11 Thread Benoît Minisini
Le 10/01/2012 06:30, Shane Powell a écrit : > > seems my last post was cut off > > > not sure if this is a bug but when i access this database i get a copy of > pictures that should not be there ie: in the program attached i have > 6 records the 1st has a picture the 2nd and 3rd have no pictures bu

Re: [Gambas-user] Gambas3: ScrollArea doesn't scroll

2012-01-11 Thread Benoît Minisini
Le 10/01/2012 08:19, Rolf-Werner Eilert a écrit : > Am 09.01.2012 13:39, schrieb Benoît Minisini: >>> >>> Ok, I think I understand: With the help of ScrollX and ScrollY I have to >>> decide at which coordinate within my large drawing I start to draw to >>> 1,1 on the DrawingArea? >>> >>> Rolf >>> >

Re: [Gambas-user] Upgraded to 3.0.0, Serial port example no longer works

2012-01-11 Thread Benoît Minisini
Le 08/01/2012 01:07, pf a écrit : > Hi > > I upgraded to 3.0.0 > > The serial port example doesnt work anymore. > When i get input on the serial port i stops with an error. > > Public Sub SPort_Read() >Dim s As String >Read #Sport, s, Lof(Sport) ' At this line i get an >

Re: [Gambas-user] Issue 190 in gambas: Crash with OpenGL projects

2012-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 190 by benoit.m...@gmail.com: Crash with OpenGL projects http://code.google.com/p/gambas/issues/detail?id=190 It works perfectly there... Can you provide the full output of your compilation process? C

Re: [Gambas-user] Issue 191 in gambas: Editor toolbar is center aligned instead of left aligned

2012-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.0.0 Comment #1 on issue 191 by benoit.m...@gmail.com: Editor toolbar is center aligned instead of left aligned http://code.google.com/p/gambas/issues/detail?id=191 Can you clik on the toolbar with the right mouse button, ch

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.0.0 Comment #1 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 I don't have a segfault. Just a warning printed

Re: [Gambas-user] Issue 189 in gambas: gambas3: postgresql connection password issue at runtime

2012-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 189 by benoit.m...@gmail.com: gambas3: postgresql connection password issue at runtime http://code.google.com/p/gambas/issues/detail?id=189 You apparently have a compilation problem. Please provide the

[Gambas-user] Issue 191 in gambas: Editor toolbar is center aligned instead of left aligned

2012-01-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 191 by zachsmit...@gmail.com: Editor toolbar is center aligned instead of left aligned http://code.google.com/p/gambas/issues/detail?id=191 1) Describe the problem. The

Re: [Gambas-user] Foreign Keys on SQLite3

2012-01-11 Thread Jorge Carrión
Yes it's posible. All that you have to do is myconnecsqlite3.Open() myconnecsqlite3.Exec("PRAGMA foreign_keys = 1") and foreign keys is active for sqlite3. Regards 2012/1/11 No Way > I've been searching for a way to create and use foreign keys in Gambas 2 > or Gambas 3. Is it possible to set

[Gambas-user] Issue 190 in gambas: Crash with OpenGL projects

2012-01-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 190 by jussi.la...@gmail.com: Crash with OpenGL projects http://code.google.com/p/gambas/issues/detail?id=190 1) Describe the problem. OpenGL projects crash when run. 2)

[Gambas-user] Foreign Keys on SQLite3

2012-01-11 Thread No Way
I've been searching for a way to create and use foreign keys in Gambas 2 or Gambas 3. Is it possible to set foreign keys on a SQLite3 db? If so, how? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a

[Gambas-user] Issue 189 in gambas: gambas3: postgresql connection password issue at runtime

2012-01-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 189 by marcobra...@gmail.com: gambas3: postgresql connection password issue at runtime http://code.google.com/p/gambas/issues/detail?id=189 1) Describe the problem. Using