Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-13 Thread Benoît Minisini
Le 10/01/2013 13:21, Benoît Minisini a écrit : > Le 10/01/2013 12:02, laurent bernabe a écrit : >> Hello, >> >> Could someone help me for resolving a strange gambas behaviour ? >> >> When I run my project, I get an error saying me that I gave an incorrect >> type : but the stack trace is empty (Fma

Re: [Gambas-user] Issue 375 in gambas: Profiler : problem with recursive methods

2013-01-13 Thread gambas
Updates: Status: Fixed Labels: -Priority-High Priority-Medium Comment #3 on issue 375 by benoit.m...@gmail.com: Profiler : problem with recursive methods http://code.google.com/p/gambas/issues/detail?id=375 I have modified the duration computation in revision #5504. Can you tell

Re: [Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread Jussi Lahtinen
H maybe 300 ms is more than enough to fill some buffer --> lost data? Jussi On Sun, Jan 13, 2013 at 10:08 PM, Jussi Lahtinen wrote: > Can you send the whole runnable project (or small demonstration project)? > It's bit difficult to get the proper picture from that. Missing > declaratio

Re: [Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread Jussi Lahtinen
Can you send the whole runnable project (or small demonstration project)? It's bit difficult to get the proper picture from that. Missing declarations, etc. I didn't quite understand why you rejected model based on Sport_read() event..? Jussi On Sun, Jan 13, 2013 at 12:19 PM, dimitris tsiou w

[Gambas-user] Issue 387 in gambas: Gridview crreated by adding rows does not scroll

2013-01-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 387 by johnfort...@gmail.com: Gridview crreated by adding rows does not scroll http://code.google.com/p/gambas/issues/detail?id=387 1) Describe the problem. I have a prob

Re: [Gambas-user] Issue 383 in gambas: TableView jumps to last row after edit a value (Qt4)

2013-01-13 Thread gambas
Comment #7 on issue 383 by uale...@gmail.com: TableView jumps to last row after edit a value (Qt4) http://code.google.com/p/gambas/issues/detail?id=383 Thanks, it works fine now. -- Master Visual Studio, SharePoint, S

Re: [Gambas-user] Issue 383 in gambas: TableView jumps to last row after edit a value (Qt4)

2013-01-13 Thread gambas
Updates: Status: Fixed Comment #6 on issue 383 by benoit.m...@gmail.com: TableView jumps to last row after edit a value (Qt4) http://code.google.com/p/gambas/issues/detail?id=383 As stated in the documentation, the Edit() method must be called during the Click event handler (otherwise

Re: [Gambas-user] Issue 383 in gambas: TableView jumps to last row after edit a value (Qt4)

2013-01-13 Thread gambas
Comment #5 on issue 383 by uale...@gmail.com: TableView jumps to last row after edit a value (Qt4) http://code.google.com/p/gambas/issues/detail?id=383 I retested with r5503. Also another weird this i got with this TableView edit i have: - When you edit the field and you press RIGHT ARROW, it

Re: [Gambas-user] Issue 383 in gambas: TableView jumps to last row after edit a value (Qt4)

2013-01-13 Thread gambas
Comment #4 on issue 383 by uale...@gmail.com: TableView jumps to last row after edit a value (Qt4) http://code.google.com/p/gambas/issues/detail?id=383 I retested in Ubuntu 12.04 and i have the same issues. [System] OperatingSystem=Linux Kernel=3.2.0-35-generic-pae Architecture=x86 Distributio

Re: [Gambas-user] Issue 383 in gambas: TableView jumps to last row after edit a value (Qt4)

2013-01-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #3 on issue 383 by benoit.m...@gmail.com: TableView jumps to last row after edit a value (Qt4) http://code.google.com/p/gambas/issues/detail?id=383 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 375 in gambas: Profiler : problem with recursive methods

2013-01-13 Thread gambas
Comment #2 on issue 375 by benoit.m...@gmail.com: Profiler : problem with recursive methods http://code.google.com/p/gambas/issues/detail?id=375 Apparently there is no general solution to this problem. Still searching...

Re: [Gambas-user] FileChooser settings

2013-01-13 Thread Benoît Minisini
Le 13/01/2013 11:26, bill-lancaster a écrit : > Is it possible to change the width of columns in the files window of > FileChooser and store them? > Gambas 3.3.4 > This is done by the Settings class: Settings.Save(MyFileChooser, "key") and Settings.Load(MyFileChooser, "key"). If you need more co

[Gambas-user] FileChooser settings

2013-01-13 Thread bill-lancaster
Is it possible to change the width of columns in the files window of FileChooser and store them? Gambas 3.3.4 -- View this message in context: http://gambas.8142.n7.nabble.com/FileChooser-settings-tp40720.html Sent from the gambas-user mailing list archive at Nabble.com. --

[Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread dimitris tsiou
Thank you for the answer. I had the same problem with 2.24 so I downgrade gambas version to 2.21. This is a code snippet of what I wrote. PUBLIC CTimeOut AS Timer PUBLIC FUNCTION initialize() AS Boolean DIM s AS String DIM Derror AS Integer = 0 DIM i AS Integer = 0 DIM s

[Gambas-user] Gambas 3 in Debian Repository?

2013-01-13 Thread charlesg
I see Gambas 3.1.1 has re-appeared (yet again) in the repository of Xubuntu 12.10 which presumably inherits from Ubuntu which presumably inherits from Debian. Seems ok. Is this (at long last) a working version? -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas-3-in-Debia