Re: [Gambas-user] Gridview keypress question

2012-06-29 Thread Benoît Minisini
Le 09/06/2012 15:49, Benoît Minisini a écrit : Le 06/06/2012 13:29, Richard Terry a écrit : Hi List, I've got a grid with several columns. If I use the arrow keys, then the grid focus moves up/down or to the next/previous column. I want to over-ride this keypress behaviour, but can't

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-06-29 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #3 on issue 254 by benoit.m...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 (No comment was entered for this change.)

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-06-29 Thread gambas
Comment #4 on issue 254 by aehrha...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 How about a Debian package? I'm not using ArchLinux and makepkg isn't available for Ubuntu

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-06-29 Thread gambas
Comment #5 on issue 254 by sebi...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 makepkg is strictly for building archlinux packages. It comes with pacman [0], you are free to install it (not that it will work out of the box), but using

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-06-29 Thread gambas
Comment #6 on issue 254 by aehrha...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 So what do I use to make Ubuntu or Redhat packages with gambas then? -- Live

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-06-29 Thread gambas
Comment #7 on issue 254 by sebi...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 If you open the packager form, you will see the package needed to build your project for each distribution. Under Ubuntu, you need to have debhelper (sudo

Re: [Gambas-user] Bug with JIT and external functions

2012-06-29 Thread Jussi Lahtinen
Next bug... it's crash and I don't have any clue what causes it. I'm trying to isolate it, but meanwhile here is bt from gdb: Program received signal SIGSEGV, Segmentation fault. 0x7fffe3b0e430 in llvm::BasicBlock::getContext() const () from /usr/lib/libLLVM-3.2svn.so (gdb) bt #0

[Gambas-user] Sound: represents a sound wave loaded in memory......

2012-06-29 Thread Ru Vuott
Hello, documentation tells: 1) gb.sdl.sound manages up to 32 sound tracks, that can play sounds from memory, and one music track that can play a music from a file. 2) Sound (gb.sdl.sound) represents a sound wave *loaded in memory*. Well, questions about it: 1) How managing up to 32 sound

[Gambas-user] cannot find library crashes the IDE

2012-06-29 Thread Karl Reinl
Salut, changed to rev 4871 and found that , the IDE crashes. Just before I compiled that 'DBReportViewer3.gambas' and I know it is in the right place and the it workes fine. ==20984== Memcheck, a memory error detector ==20984== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.

Re: [Gambas-user] cannot find library crashes the IDE

2012-06-29 Thread Benoît Minisini
Le 30/06/2012 00:39, Karl Reinl a écrit : Salut, changed to rev 4871 and found that , the IDE crashes. Just before I compiled that 'DBReportViewer3.gambas' and I know it is in the right place and the it workes fine. This is not a crash, so no need to use valgrind. Instead, please explain