Re: [Gambas-user] Issues with 'double click' & Keypress events not working on some controls.

2012-01-26 Thread Ricardo Díaz Martín
Ian, Have you tried with Activate event? Regards 2012/1/27 Ian Roper > Greetings, > I understand that this may be a GTK / QT issue but would like to > understand if there are any 'work around' that I could use. > > Control - Date Chooser. > Control - Folder Chooser. > > Note # With folder choo

Re: [Gambas-user] Code Folding Issue when used with 'Format page'

2012-01-26 Thread Benoît Minisini
Le 27/01/2012 06:05, Ian Roper a écrit : > Greetings, > I have found that if the last routine in the editor code display is > 'folded' and you select the format option from a right click in the > editor (or Ctl-Alt-F), then the last routine is duplicated. > > I have had this confirmed by another us

[Gambas-user] Issues with 'double click' & Keypress events not working on some controls.

2012-01-26 Thread Ian Roper
Greetings, I understand that this may be a GTK / QT issue but would like to understand if there are any 'work around' that I could use. Control - Date Chooser. Control - Folder Chooser. Note # With folder chooser, a 'slow' double click allows you to edit the folder name so apparently the control

[Gambas-user] Code Folding Issue when used with 'Format page'

2012-01-26 Thread Ian Roper
Greetings, I have found that if the last routine in the editor code display is 'folded' and you select the format option from a right click in the editor (or Ctl-Alt-F), then the last routine is duplicated. I have had this confirmed by another user from the Gambas forum that I belong to, so suspec

[Gambas-user] Editor 'Split' function is reversed

2012-01-26 Thread Ian Roper
Greetings, In the code editor, if you select on 'right click' Advanced - View - Horizontal Split : It splits vertically Advanced - View - Vertical Split : It splits horizontally [System] OperatingSystem=Linux Kernel=2.6.35-32-generic Architecture=i686 Memory=3609284 kB DistributionVendor=Ubuntu

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

2012-01-26 Thread gambas
Comment #10 on issue 188 by zachsmit...@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 attached Attachments: valgrind.out 64.1 KB --

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

2012-01-26 Thread gambas
Comment #9 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 What do you get from valgrind? And yes, 'make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"' compiles without optimization (-O0) an

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

2012-01-26 Thread gambas
Comment #8 on issue 188 by zachsmit...@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 (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] gb.qt4: warning: unable to load Qt

Re: [Gambas-user] Issue 15 in gambas: Bugs gtk component.

2012-01-26 Thread gambas
Updates: Status: WontFix Comment #4 on issue 15 by benoit.m...@gmail.com: Bugs gtk component. http://code.google.com/p/gambas/issues/detail?id=15 No news from one year, I close the issue! -- Keep Your Developer

Re: [Gambas-user] DragNDrop example and drop file problem

2012-01-26 Thread Benoît Minisini
Le 26/01/2012 00:01, tobias a écrit : > hi, > > i have rev #4413 installed and quickly ran svn update for 4420 and > haven't seen any changes related to the following (it's too late for me > now to compile on this slow machine): > i just checked out DragNDrop exmaple and it seems that TreeView.Find

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

2012-01-26 Thread gambas
Comment #7 on issue 188 by zachsmit...@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 To compile without optimization do I use this? make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" How do I enable debugging informati

[Gambas-user] activate/deactivate Alt-Tab function

2012-01-26 Thread abbat
Is it possible to activate or deactivate Alt-Tab function in Gambas? Thanks -- View this message in context: http://old.nabble.com/activate-deactivate-Alt-Tab-function-tp33211091p33211091.html Sent from the gambas-user mailing list archive at Nabble.com. ---

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

2012-01-26 Thread gambas
Comment #6 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 Moreover, according to valgrind, there are big problems in the widget style you use, but I don't know if that is the cau

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

2012-01-26 Thread gambas
Comment #5 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 Please can you do that again, but by compiling gambas with no optimization and debugging information enabled?

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

2012-01-26 Thread gambas
Comment #4 on issue 188 by zachsmit...@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 Here it is. GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or la

Re: [Gambas-user] ARRAYS - Filling with data

2012-01-26 Thread Fabien Bodard
use an external file... 2012/1/26 Emil Lenngren : > There is currently no simple way to assign values to a multi-dimensional > array. > The only way is to assign one element at a time: > arr[0, 1] = 3 > arr[0, 2] = 4 > and so on. > You can get around this by having a Integer[][] instead, or simply

Re: [Gambas-user] Gambas3 and ubuntu repositories

2012-01-26 Thread M. Cs.
deb http://ppa.launchpad.net/nemh/gambas3/ubuntu oneiric main 2012/1/26, Christian DaGeek247 Stephens : > *Hey, when will gambas3 be available on the ubuntu repositories? Or is > there another repository that I can add to my repo list in ubuntu to get it? > * > > -- > *If a packet hits a pocket on

[Gambas-user] Gambas3 and ubuntu repositories

2012-01-26 Thread Christian DaGeek247 Stephens
*Hey, when will gambas3 be available on the ubuntu repositories? Or is there another repository that I can add to my repo list in ubuntu to get it? * -- *If a packet hits a pocket on a socket on a port,* *and the bus is interrupted as a very last resort,* *and the address of the memory makes your

Re: [Gambas-user] ARRAYS - Filling with data

2012-01-26 Thread Emil Lenngren
There is currently no simple way to assign values to a multi-dimensional array. The only way is to assign one element at a time: arr[0, 1] = 3 arr[0, 2] = 4 and so on. You can get around this by having a Integer[][] instead, or simply use a single-dimensional array but do the position calculation y

[Gambas-user] testing my account

2012-01-26 Thread Stefano Palmeri
testing my account -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, M

Re: [Gambas-user] ARRAYS - Filling with data

2012-01-26 Thread Jussi Lahtinen
For some reason this post didn't appear to my email, it's only visible in nabble ( http://old.nabble.com/gambas-user-f3427.html ). Anyone knows why? And the answer to the post, perhaps this way: DIM Walls AS NEW Integer[] Walls.Insert([38, 150, 38, 80, 38, 80, 180, 80, 180, 80, 180, 150, 180, 1