Re: [Gambas-user] IDE feature request: viewing collection-like objects

2012-03-10 Thread Ian Haywood
2012/3/11 Benoît Minisini : > - If there is a _get() method that takes an integer, and if there is a > Count property, then I can display the object like an array. > > - If there is a _get() method that takes a string, if there is a Count > property, and if there is a Keys property that returns al

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Benoît Minisini
Le 10/03/2012 15:30, Bill-Lancaster a écrit : > > Gambas3, Ubuntu 12.04 > I have one project (a large one) where editing code has become impossible. > The result of any keystroke seems to random. For example a line of code has > Date)>= '2009-04-06' AND TRansDate>= If the 6 in 2009-04-06 is remove

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread tobi
hi, On Sat, 10 Mar 2012, Bill-Lancaster wrote: > > OK Ran the code but no change, e.g. > > part of a line of code is " 1005 AND TransDate >= '" > > if I delete the "D" in TransDate I get " 1005 AND TransDte >= '" & mGen" > > At this point, the cursor is not representing the point of editing

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
OK Ran the code but no change, e.g. part of a line of code is " 1005 AND TransDate >= '" if I delete the "D" in TransDate I get " 1005 AND TransDte >= '" & mGen" At this point, the cursor is not representing the point of editing. I'm going to try to copy this project into a new one. New pro

Re: [Gambas-user] Installing Gambas3 - /.reconf-all not found

2012-03-10 Thread Randall Morgan
Make sure autotools and libtools are installed. I just built a machine using Ubuntu 11.10 and found some of the tools missing... I had to install them to compile. On Sat, Mar 10, 2012 at 12:46 PM, charlesg wrote: > > > Bill-Lancaster wrote: > > > > I have a clean hard drive with fresh install of

Re: [Gambas-user] Installing Gambas3 - /.reconf-all not found

2012-03-10 Thread charlesg
Bill-Lancaster wrote: > > I have a clean hard drive with fresh install of Ubuntu 12.04 > Am following instructions from > http://kalaharix.wordpress.com/gambas-3/gambas-3-compile-and-install/ > Everything is fine until "./reconf-all" when I get "bash: ./reconf-all: No > such file or directory" >

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Jussi Lahtinen
sudo apt-get install gtk2-engines-pixbuf Jussi On Sat, Mar 10, 2012 at 21:35, Bill-Lancaster wrote: > > When editing code the cursor is positioned either one or two character > before > the point at which insertion actually occurs. > > And this may be a clue. On compiling the programme the fo

Re: [Gambas-user] Issue 221 in gambas: DataSource & DataBrowser problem

2012-03-10 Thread gambas
Comment #4 on issue 221 by john.aaron.r...@gmail.com: DataSource & DataBrowser problem http://code.google.com/p/gambas/issues/detail?id=221 Copy of posting to Gambas Issues: 2 screenshots attached: 'Test1.png' for the 'centre' problem; 'Test2.png' for the 'new-Cursor' problem. ---

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
When editing code the cursor is positioned either one or two character before the point at which insertion actually occurs. And this may be a clue. On compiling the programme the following is reported Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", Gtk-WARNING **: Unabl

Re: [Gambas-user] Issue 221 in gambas: DataSource & DataBrowser problem

2012-03-10 Thread John Rose
Also posted on Gambas Issues: 2 screenshots attached: 'Test1.png' for the 'centre' problem; 'Test2.png' for the 'new-Cursor' problem. <><>-- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes u

Re: [Gambas-user] Issue 221 in gambas: DataSource & DataBrowser problem

2012-03-10 Thread gambas
Comment #3 on issue 221 by john.aaron.r...@gmail.com: DataSource & DataBrowser problem http://code.google.com/p/gambas/issues/detail?id=221 2 screenshots attached: 'Test1.png' for the 'centre' problem; 'Test2.png' for the 'new-Cursor' problem. Attachments: Test1.png 12.8 KB

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
Here is what is happening:- I must position the cursor ONE character before the point where I want a new character to be entered! The cursor does not seem to be in the middle of a character anymore. Writing a new line of code is not too bad but editing a line is nearly impossible. Bill -- Vie

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
CORRECTION - problem hasn't gone away! -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33478237.html Sent from the gambas-user mailing list archive at Nabble.com. -- Virtuali

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
OK, have rebuilt everything and the problem has gone away. Thanks -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33478226.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Issue 220 in gambas: Visible false on window creation not working

2012-03-10 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 220 by benoit.m...@gmail.com: Visible false on window creation not working http://code.google.com/p/gambas/issues/detail?id=220 (No comment was entered for this change.) --

Re: [Gambas-user] IDE feature request: viewing collection-like objects

2012-03-10 Thread Benoît Minisini
Le 05/03/2012 04:25, Ian Haywood a écrit : > Benoit, > > some time also we had a discussion about Collection semantics. In Gambas > setting the member of a Collection to NULL is the same as deleting it. I > am not trying to re-open this debate, I accept the decision and have > written a class with

[Gambas-user] Installing Gambas3 - /.reconf-all not found

2012-03-10 Thread Bill-Lancaster
I have a clean hard drive with fresh install of Ubuntu 12.04 Am following instructions from http://kalaharix.wordpress.com/gambas-3/gambas-3-compile-and-install/ Everything is fine until "./reconf-all" when I get "bash: ./reconf-all: No such file or directory" Any ideas? Bill Lancaster -- View th

Re: [Gambas-user] Issue 221 in gambas: DataSource & DataBrowser problem

2012-03-10 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 221 by benoit.m...@gmail.com: DataSource & DataBrowser problem http://code.google.com/p/gambas/issues/detail?id=221 I noticed one problem : clicking on the save button does not save the new record, an

Re: [Gambas-user] Issue 212 in gambas: Gambas3 is generating packages with dependencies gambas2

2012-03-10 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #4 on issue 212 by benoit.m...@gmail.com: Gambas3 is generating packages with dependencies gambas2 http://code.google.com/p/gambas/issues/detail?id=212 (No comment was entered for this change.) --

Re: [Gambas-user] Bug? Gambas3, Menu editor

2012-03-10 Thread Benoît Minisini
Le 08/03/2012 13:46, Ivan Kern a écrit : > I hope i have understood you correctly. > At the moment I'm using Clearlooks > and I've tested it with Ambience, the result is the same. > > Ivan > Is it better with revision #4541? -- Benoît Minisini ---

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
Sorry, can't find IDE font (or sytem font)! The cursor isn't always position over a character. Components used are:- gb, gb.db, gb.form, gb.image, gb.pdf, gb.qt4 and gt,qt4.ext I have deadlines to meet and suspect this odd behaviour is not only with Gambas so I'm going to rebuild anyway Thanks --

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Jussi Lahtinen
>From your description of the problem, it seems to be with cursor position only? Or is there random characters too? Try changing system font or IDE font. Give more information of your system (used fonts, From IDE menu ? --> system information, etc). Jussi On Sat, Mar 10, 2012 at 16:30, Bill-

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
Possibly this is as a result of trying to install "alacarte" which failed. I'm going to rebuild the system unless I get different advice! Bill -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33477300.html Sent from the gambas-user mailing list archive

Re: [Gambas-user] Issue 222 in gambas: Compiler fail - invalid DIM assignment not checked

2012-03-10 Thread gambas
Updates: Status: WontFix Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 222 by benoit.m...@gmail.com: Compiler fail - invalid DIM assignment not checked http://code.google.com/p/gambas/issues/detail?id=222 The compiler does not check datatypes at a

[Gambas-user] Issue 223 in gambas: RDir fails to recurse when Filter is set to gb.File

2012-03-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 223 by ronmcina...@yahoo.co.uk: RDir fails to recurse when Filter is set to gb.File http://code.google.com/p/gambas/issues/detail?id=223 1) Describe the problem. It appea

[Gambas-user] Strange Keyboard Behavior

2012-03-10 Thread Bill-Lancaster
Gambas3, Ubuntu 12.04 I have one project (a large one) where editing code has become impossible. The result of any keystroke seems to random. For example a line of code has Date) >= '2009-04-06' AND TRansDate >= If the 6 in 2009-04-06 is removed using the delete key, it remains but the space foll

[Gambas-user] Issue 222 in gambas: Compiler fail - invalid DIM assignment not checked

2012-03-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 222 by adamn...@gmail.com: Compiler fail - invalid DIM assignment not checked http://code.google.com/p/gambas/issues/detail?id=222 1) Describe the problem. Dim checkWe