Re: [Gambas-user] Strange Keyboard Behavior

2012-03-13 Thread Emanuele Sottocorno
I have the same problem with my 12.04 box. The solution I found is to set the Editor font to "Ubuntu mono, 9" This way, unfortunately, the code on large display (high resolution) become really unreadable, very little! Any settings like Hinting, Antialiasing, different font, doesn't fix the proble

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-12 Thread Bill-Lancaster
Sorry - I meant KDE not Kubuntu! So KDE doesn't give me any problems so far. Bill -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33485307.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-12 Thread Benoît Minisini
Le 12/03/2012 09:36, Bill-Lancaster a écrit : > > > Dear Benoît, > > I've not used Kubuntu before - I like it so I'll stay with it however it > would be selfish to just walk away from this problem! > > Under Ubuntu the screen resolution is shown as 96X96 dpi. > > I logged onto Ubuntu as guest, atte

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-12 Thread Bill-Lancaster
Dear Benoît, I've not used Kubuntu before - I like it so I'll stay with it however it would be selfish to just walk away from this problem! Under Ubuntu the screen resolution is shown as 96X96 dpi. I logged onto Ubuntu as guest, attempted to edit on of the example projects - same problem. Is

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-12 Thread Bill-Lancaster
Dear Benoît Have installed Kubuntu desktop and after a short trial, everything seems to be working fine. Thanks for your help Bill -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33484512.html Sent from the gambas-user mailing list archive at Nabble

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Benoît Minisini
Le 11/03/2012 23:48, Bill-Lancaster a écrit : > > I'm happy to do whatever is needed to get out f this! > > Do you want the whole project? Would just a sample do? > > Bill You have apparently a font-related problem. This problem may be visible only in the Gambas Editor control, because that cont

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Jesus
El 11/03/12 23:48, Bill-Lancaster escribió: > > I'm happy to do whatever is needed to get out f this! > > Do you want the whole project? Would just a sample do? > > Bill Hi Bill Ideally an small working project would do the job. If possible, only one form and no databases. I'm not very familia

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Bill-Lancaster
I'm happy to do whatever is needed to get out f this! Do you want the whole project? Would just a sample do? Bill -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33483280.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Jesus
El 11/03/12 19:53, Bill-Lancaster escribió: > > My Ubuntu theme is 'Ambiance', Changed it to 'Radiance' then 'Highg Contrast' > No change You might try to do an small test case, i.e. an small working project that demonstrates the issue. Many times has proven that doing this, one could be able to

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Bill-Lancaster
My Ubuntu theme is 'Ambiance', Changed it to 'Radiance' then 'Highg Contrast' No change -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33482196.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Bill-Lancaster
Thank you. command line - qmake --version produces:- QMake version 2.01a Using Qt version 4.8.0 in /usr/lib/i386-linux-gnu Is this of any help? -- View this message in context: http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33482137.html Sent from the gambas-user mailing list arch

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Benoît Minisini
Le 11/03/2012 10:49, Bill-Lancaster a écrit : > > Dear Benoît > I thought I would bring Ubuntu up to date, had a warning "Not alll updates > can be installed". > When I run type "gambas3" in terminal I get:- > gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8 > This warning is not import

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Bill-Lancaster
Dear Benoît I thought I would bring Ubuntu up to date, had a warning "Not alll updates can be installed". When I run type "gambas3" in terminal I get:- gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8 Don't know how to find version of QT4 and so far can't find out how (sorry!) Just tr

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-11 Thread Caveat
> but no change Well if you did the apt-get install suggested by Jussi correctly, I would expect the following messages to disappear (which is a change, maybe just not the one you're looking for): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", Gtk-WARNING **: Unable to

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] 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] 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] 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] 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

[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