Re: [Gambas-user] Editing still blocked

2018-06-05 Thread T Lee Davidson
On 06/04/2018 12:26 PM, Carlos Valente wrote: > I'm going through the same problem. I use Ubuntu 16.04.4 and the Gambas > version is 3.11.90 > This mailing list is deprecated. See the new lists at: http://lists.gambas-basic.org/listinfo -- Lee -

Re: [Gambas-user] Editing still blocked

2018-06-04 Thread Carlos Valente
I'm going through the same problem. I use Ubuntu 16.04.4 and the Gambas version is 3.11.90 -- Sent from: http://gambas.8142.n7.nabble.com/gambas-user-f3.html -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] Editing still blocked

2017-06-01 Thread William Cabrera
The editor is already working after revision #8141, thx -- William Cabrera https://blog.willicab.com.ve 2017-05-22 7:11 GMT-04:00 Fernando Cabral : > For those of you that, like me, are having trouble with editing a source > file, I have been using two functional workarounds: > > a) I run a

Re: [Gambas-user] Editing still blocked

2017-05-22 Thread Fernando Cabral
For those of you that, like me, are having trouble with editing a source file, I have been using two functional workarounds: a) I run a virtual machine (vbox), and then I mount the project directory onto the virtual machine. From this virtual machine I edit the source code, compile it, and then sw

Re: [Gambas-user] Editing still blocked

2017-05-18 Thread Karl Reinl
Am Donnerstag, den 18.05.2017, 00:50 +0200 schrieb Benoît Minisini: > Le 17/05/2017 à 22:30, Fabien Bodard a écrit : > > So the problem come from the drawingarea. > > > > I have changed something related to events in revision #8132, so it must > me that. > > But everything works correctly on my

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Benoît Minisini
Le 17/05/2017 à 22:30, Fabien Bodard a écrit : > So the problem come from the drawingarea. > I have changed something related to events in revision #8132, so it must me that. But everything works correctly on my system... I will investigate, but not before next week. Regards, -- Benoît Mini

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Fabien Bodard
So the problem come from the drawingarea. 2017-05-17 20:18 GMT+02:00 William Cabrera : > I've tried with this project, I can write in TextBox1 and in TextArea1 but > not in TextEditor1 > > > -- > William Cabrera > https://blog.willicab.com.ve > > 2017-05-17 13:48 GMT-04:00 William Cabrera : >

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
I've tried with this project, I can write in TextBox1 and in TextArea1 but not in TextEditor1 -- William Cabrera https://blog.willicab.com.ve 2017-05-17 13:48 GMT-04:00 William Cabrera : > Hi, i have the same problem, the code editor does not work, although I > can use the key combination C

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
Hi, i have the same problem, the code editor does not work, although I can use the key combination Ctrl+C, Ctrl+X and Ctrl+V, for example. I'm using the svn version, I have recompiled, I deleted the conf folder but the problem persists [System] Gambas=3.9.90 r8134 OperatingSystem=Linux Kernel=4.9

Re: [Gambas-user] Editing still blocked

2017-05-16 Thread Glaucio Araujo
That's it! The TextEditor in your script didn't worked here, just like the code editor. From: Fabien Bodard - 2017-05-16 20:47:05 Do you have the same problems on others qt apps ? > > > Can you try that : If you don't have install the scripter package to > get gbs3 script interpreter > > t

Re: [Gambas-user] Editing still blocked

2017-05-16 Thread Fabien Bodard
Do you have the same problems on others qt apps ? Can you try that : If you don't have install the scripter package to get gbs3 script interpreter then launch the joined file with 'gbs3 testqt.gbs' and tell us if the textbox work and if the editor work there are both in the generated form. 20

Re: [Gambas-user] Editing still blocked

2017-05-10 Thread Fernando Cabral
After some more testing, I found the problem seems to be related to the keyboard. After all, I've found that I can edit the source code, as long I only use the mouse for editing (cutting, copying, pasting). I can click and save the program, I can compile it. As to the keyboard, no regular key wor

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Rolf-Werner Eilert
Am 10.05.2017 01:04, schrieb Jussi Lahtinen: > Maybe some window manager setting steal focus from the editor..? > > > Jussi > Further upstairs in the thread, Fernando answered to a question from me: "Nevertheless, the problem appeared after I had downloaded docEditor from the farm. After that, e

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jorge Carrión
Have you tried to deactivate Dropbox and other cloud services? I work without problems with Dropbox, but you should discards all possibilities... Best Regards El 10 may. 2017 1:07 a. m., "Jussi Lahtinen" escribió: > Maybe some window manager setting steal focus from the editor..? > > > Jussi >

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jussi Lahtinen
Maybe some window manager setting steal focus from the editor..? Jussi On Wed, May 10, 2017 at 2:01 AM, Jussi Lahtinen wrote: > I can edit the project here without problems. Very strange. It's not > specific to Linux Mint 18.10, used Gambas version or the opened project. > So, it must be somet

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jussi Lahtinen
I can edit the project here without problems. Very strange. It's not specific to Linux Mint 18.10, used Gambas version or the opened project. So, it must be something with your settings... Have you tried to change Gambas settings, like turning on/off "format on load & save"? Is there some desktop a

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
Here goes the the archive generated as instructed. (Code quality is pretty poor because this was my first try at gambas). - fernando 2017-05-09 18:56 GMT-03:00 Jussi Lahtinen : > Can you try to re-send the project directory as the file you attached is > not extractable. Do it this way; go to Ga

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
> 2017-05-09 19:01 GMT-03:00 Jussi Lahtinen wrote: > Also what happens if you try to edit the project with regular text editor, > instead of Gambas? > They all can be edited. For instance, with vi. No problem. - fernando > > Jussi > > On Wed, May 10, 2017 at 12:56 AM, Jussi Lahtinen > wrote:

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jussi Lahtinen
Also what happens if you try to edit the project with regular text editor, instead of Gambas? Jussi On Wed, May 10, 2017 at 12:56 AM, Jussi Lahtinen wrote: > Can you try to re-send the project directory as the file you attached is > not extractable. Do it this way; go to Gambas IDE, open some

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jussi Lahtinen
Can you try to re-send the project directory as the file you attached is not extractable. Do it this way; go to Gambas IDE, open some project and go to menu "project" --> "make" --> "source archive". And send the result. Jussi On Wed, May 10, 2017 at 12:31 AM, Fernando Cabral < fernandojosecab..

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Karl Reinl
Am Dienstag, den 09.05.2017, 18:31 -0300 schrieb Fernando Cabral: > Jussi, I am baffled. I have removed everything you suggested. But I went > beyond. I updated the "locate" database and searched for everything that > contained "gambas" somewhere in the filename or directory name "locate -i > --reg

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
Jussi, I am baffled. I have removed everything you suggested. But I went beyond. I updated the "locate" database and searched for everything that contained "gambas" somewhere in the filename or directory name "locate -i --regex "*.gambas.*". I did this after a regular "remove" and "autoremove" wit

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jussi Lahtinen
Remove *all* installations of Gambas 3 (made from PPAs, repos, compiled, etc), and then run these commands: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 /usr/local/bin/gbs3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo rm

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Benoît Minisini
Le 08/05/2017 à 19:38, Fernando Cabral a écrit : > >Can you send a tar.gz archive of your project directory? > > I am sending one. Do you need them all? > (tar compressed) > > Regards > > - fernando > The joined file does not have the .tag.gz extension... -- Benoît Minisini ---

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
>Can you send a tar.gz archive of your project directory? I am sending one. Do you need them all? (tar compressed) Regards - fernando legibilidade Description: Binary data -- Check out the vibrant tech community on on

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
Karl wrote: > Are these projects which you have coded yourself, saved and then closed > and opened again? Or are these project which were made by others? [...] > In the past (before software farm), there used to be the problem that > when I loaded one of the examples offered on the website, they c

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Charlie
Jussi Lahtinen wrote > Anyone else using Gambas on Linux Mint 18.1 ? Everything working? > Issues?Can you please go to Gambas IDE Menu "?" --> "System informations" > and copy& paste the result, if you can. I use Mint 18.1 without any problems, installed from the ppa using: - sudo add-apt-reposito

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Benoît Minisini
Le 08/05/2017 à 12:55, Fernando Cabral a écrit : > I really need your help. I can't edit any code. Everything is locked. I > have even taken two extreme measures: changed the whole directory tree to > 777 (chmod-R 777 .) and re-installed gambas from scratch (this time using > the PPA). > > Still do

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Karl Reinl
Am Montag, den 08.05.2017, 09:37 -0300 schrieb Fernando Cabral: > > 2017-05-08 8:43 GMT-03:00 Charlie wrote: > > Have you checked the Edit menu, there is a 'Locked' feature there. This is > > just a guess as 'Everything is locked' is a little vague. > > Charlie, unfortunately, "everything is lock

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Rolf-Werner Eilert
Am 08.05.2017 12:55, schrieb Fernando Cabral: > I really need your help. I can't edit any code. Everything is locked. I > have even taken two extreme measures: changed the whole directory tree to > 777 (chmod-R 777 .) and re-installed gambas from scratch (this time using > the PPA). > > Still does

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Jussi Lahtinen
Anyone else using Gambas on Linux Mint 18.1 ? Everything working? Issues? Can you please go to Gambas IDE Menu "?" --> "System informations" and copy & paste the result, if you can. If you have virtual machine set up, maybe you could try some other system / work there meanwhile. Jussi On Mon, M

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
2017-05-08 10:03 GMT-03:00 Jussi Lahtinen wrote: > So Gambas IDE does *not* claim the project is locked, but you simply > cannot edit anything. Can you give your system information? > Precisely. Linux Inspiron-5537 4.8.0-49-generic #52~16.04.1-Ubuntu SMP Thu Apr 20 10:55:59 UTC 2017 x86_64 x86_

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Jussi Lahtinen
So Gambas IDE does *not* claim the project is locked, but you simply cannot edit anything. Can you give your system information? Jussi On Mon, May 8, 2017 at 3:37 PM, Fernando Cabral < fernandojosecab...@gmail.com> wrote: > > 2017-05-08 8:43 GMT-03:00 Charlie wrote: > > Have you checked the Ed

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
> 2017-05-08 8:43 GMT-03:00 Charlie wrote: > Have you checked the Edit menu, there is a 'Locked' feature there. This is > just a guess as 'Everything is locked' is a little vague. Charlie, unfortunately, "everything is locked" means what it is supposed to mean: I can't edit anything. No applicati

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Charlie
Have you checked the Edit menu, there is a 'Locked' feature there. This is just a guess as 'Everything is locked' is a little vague. - Check out www.gambas.one -- View this message in context: http://gambas.8142.n7.nabble.com/Editing-still-blocked-tp58923p58924.html Sent from the gambas-us