Re: [Gambas-user] RaspberryPi

2012-12-18 Thread Sebi
It's not possible to just upload a package to Launchpad, it has to be built there. PPAs can't built armhf by default, it must be enabled, and they only do it for official projects. I already asked them to enable arm builds for the Daily PPA and they wouldn't do it. -Original Message-

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-07 Thread Sebi
Until I sort out the automatic import of the SVN repository, the Daily Builds PPA will be stuck at revision #5418 (somehow it got imported). I'm not sure if I can just change the repository URL, so the reimport is most likely going to take some time. -Original Message- From: Benoît

Re: [Gambas-user] Having an overidden class constructor

2012-11-22 Thread Sebi
In fact, your code is okay, but when creating an instance of a class without arguments you need too skip the parenthesis. -Original Message- From: laurent bernabe laurent.bern...@gmail.com Date: Thu, 22 Nov 2012 18:42:41 To: mailing list for gambas usersgambas-user@lists.sourceforge.net

Re: [Gambas-user] Object Array problem

2012-11-09 Thread Sebi
IMO, the problem is that you are just updating the values of dataset, and then adding it to the array. All items point to the same object, and end up having the value of the last update. You should create a new instance of the structure in each loop. -Original Message- From: wally

Re: [Gambas-user] gb.net.pop3 example?

2012-10-17 Thread Sebi
I have a really simple example, but it's not finished yet. I will upload it tomorrow once it's finished ;) -Original Message- From: Christer Johansson li...@hth.com Date: Wed, 17 Oct 2012 18:05:11 To: 'mailing list for gambas users'gambas-user@lists.sourceforge.net Reply-To: mailing list

Re: [Gambas-user] Gambas-3 Ubuntu 12.10 Quantal

2012-08-24 Thread Sebi
The svn revision used to build the package can be calculated using the revno on its name +1105 (Due to a bug on how source packages are built, i can't yet use the real revision). The version 3.2.90 corresponds to the 3.3 release, which has not been made. -Original Message- From: John

Re: [Gambas-user] An arbitrary precision calculator class

2012-08-24 Thread Sebi
Great workaround!! I created a snippets page on the wiki some time ago, you will find a link on the main page. Feel free to add it there! -Original Message- From: Jussi Lahtinen jussi.lahti...@gmail.com Date: Sat, 25 Aug 2012 03:59:58 To: Gambas mailing list for

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread Sebi
What about this?? Round(latitude, -6) http://gambasdoc.org/help/lang/round?v3 -Original Message- From: John Rose john.aaron.r...@gmail.com Date: Mon, 13 Aug 2012 14:31:32 To: GambasUsers MailingListgambas-user@lists.sourceforge.net Reply-To: mailing list for gambas users

Re: [Gambas-user] Flash (.swf) on form

2012-07-18 Thread Sebi
You could load it using a webkit object, provided that the user has flashplayer.so installed. IMO just referencing the local (or remote) flash file on a really simple html page should work. Hope this helps you! -Original Message- From: abbat abbat...@mail.ru Date: Wed, 18 Jul 2012

Re: [Gambas-user] DBUS Example - Seg Fault

2012-07-14 Thread Sebi
Same here using Archlinux x64. Happens when trying to expand the org group of the treeview. It may be the updated gb.xml. Go ahead with the bug report! ;) -Original Message- From: John Spikowski supp...@scriptbasic.org Date: Sat, 14 Jul 2012 19:11:10 To:

Re: [Gambas-user] Application Error on latest svn

2012-06-14 Thread Sebi
I have the same error, I sent an email to the list yesterday reporting it. Only fix now is to revert to an older commit. -Original Message- From: Demosthenes Koptsis demosthen...@gmail.com Date: Thu, 14 Jun 2012 18:16:24 To: mailing list for gambas usersgambas-user@lists.sourceforge.net

Re: [Gambas-user] update rev. 4818 to 4828 IDE failer

2012-06-14 Thread Sebi
This bug has already been reported 4 times on the mailing list!! The only fix available now is to revert to a previous commit, and wait. -Original Message- From: RICHARD WALKER richard.j.wal...@ntlworld.com Date: Thu, 14 Jun 2012 00:51:09 To: karl.re...@fen-net.de; mailing list for

Re: [Gambas-user] GB.JIT Crashes

2012-06-12 Thread Sebi
usersgambas-user@lists.sourceforge.net Reply-To: mailing list for gambas users gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] GB.JIT Crashes Yes please, how does your source code look like? Are you trying to enumerate a class? /Emil 2012/6/9 Sebastian Kulesz sebi...@gmail.com Hi! I'm

Re: [Gambas-user] crypt.md5 vs md5sum

2012-06-11 Thread Sebi
You should use echo -n to prevent it from printing a /n character. But anyway, they are different. -Original Message- From: Demosthenes Koptsis demosthen...@gmail.com Date: Mon, 11 Jun 2012 11:59:10 To: mailing list for gambas usersgambas-user@lists.sourceforge.net Reply-To: mailing

Re: [Gambas-user] Gambas 3.1 and Exec (Bug or NOT?)

2012-04-13 Thread Sebi
Hi! If the only thing you want to do is test if a given binary is present on any of the $PATH folders, you can use the CheckProgram function used on the Prooject.module file of the IDE source code. It returns false if present, true if missing. Hope it helps! -Original Message- From:

Re: [Gambas-user] Release of Gambas 3.1

2012-04-08 Thread Sebi
Thanks a lot To be able to provide gambas3 packages on ubuntu you need to talk to a MOTU(masters of the universe) tu submit the packages and find a maintainer. The work is already done, as gambas3 has been already debianized (it has a ppa). If you need any help please ask! -Original

Re: [Gambas-user] Issue 229 in gambas: Creating an installable package for a component with autotools uses wrong directories

2012-04-03 Thread Sebi
No problem, I will try to make a patch based on the diff2 file. I won't have time until tomorrow noon, but I will definitely do it. Thanks for your help -Original Message- From: gam...@googlecode.com Date: Tue, 03 Apr 2012 11:19:38 To: gambas-user@lists.sourceforge.net Reply-To:

Re: [Gambas-user] Load hidden file to variable?

2012-03-31 Thread Sebi
Hi! Try to use User.Home instead of ~. I.e. File.Load(User.Home / /.applicationtempfile/.hiddendir/file) -Original Message- From: sundar j sundar_...@rediffmail.com Date: 31 Mar 2012 15:36:56 To: gambas-usergambas-user@lists.sourceforge.net Reply-To: sundar_...@rediffmail.com,

Re: [Gambas-user] About documentation in gambas3: error with gridview class

2012-03-29 Thread Sebi
Hi! I'm also affected by this bug. It started some days ago. Clearing the documentation won't help. AFAIK, this only happens with qt4/gtk classes. I will try to debug the problem when I get home. My guess, somehow the IDE is using gb.qt in stead of gb.qt4. I don't know exactly why, everything

[Gambas-user] How to compile gambas3 with debugging information

2012-03-18 Thread Sebi
Hi, I would like to know how to compile gambas with debugging information, more specifically, to get information about memory allocations. This is because I'm getting an error every time I close my app about x allocations non freed. It would be nice if I could help fix this bugs. I've been

Re: [Gambas-user] Probem analysing Desktop path

2012-03-06 Thread Sebi
Maybe you can use this [0], from the gb.desktop component. I'm not sure if it works with other desktop directories as you need. [0] http://gambasdoc.org/help/comp/gb.desktop/desktop/path?v3 -Original Message- From: Jussi Lahtinen jussi.lahti...@gmail.com Date: Tue, 6 Mar 2012 21:55:04

[Gambas-user] Architecture of gambas binary files

2012-02-25 Thread Sebi
Hi, I would like to know if the gambas binaries created from the IDE, debian, packages or any other type of compilation are architecture dependent or not. i.e. Can a gambas binary compiled on a i386 be executed on amd64? Thanks!

[Gambas-user] Bug duplicate

2012-02-20 Thread Sebi
Hi! Due to an error on my side, bugs #214 and #215 where created as duplicates of #213. They can be removed. I'm really sorry for that. -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive

Re: [Gambas-user] Code snippets category in the wiki

2012-01-02 Thread Sebi
I tried to create a page at gambasdoc.org/help/snippets using my credentials, but it seems I can only edit pages. Could you check this please? -Original Message- From: Benoît Minisini gam...@users.sourceforge.net Date: Mon, 02 Jan 2012 19:58:11 To: mailing list for gambas

Re: [Gambas-user] Multiline question

2011-06-10 Thread Sebi Kul
On 10/06/2011, at 09:21, tobias tobiasb...@web.de wrote: hello, i have a question about long lines. i know one can split long IF-statements at logical operations like IF TRUE = TRUE AND FALSE = FALSE THEN but is there a way to do that splitting in normal code? i think of something like i

Re: [Gambas-user] Facebook Component

2011-06-05 Thread Sebi Kul
On dom 05 jun 2011 06:22:03 ART, Fabien Bodard wrote: it don't work for me :/ seem to have problem with the password Le 5 juin 2011 04:27, Sebi Kul sebi...@gmail.com a écrit : On sáb 04 jun 2011 19:22:56 ART, Benoît Minisini wrote: Hi all! I have been working the last few days

[Gambas-user] Facebook Component

2011-06-04 Thread Sebi Kul
Hi all! I have been working the last few days on a Facebook component to make GAMBAS more social and web friendly. It doesn't have many bugs, it misses some features, and it may crash at any time (no error managment implemented). BUT, it works. The only things I have implemented so far are: A.

Re: [Gambas-user] Facebook Component

2011-06-04 Thread Sebi Kul
On sáb 04 jun 2011 19:22:56 ART, Benoît Minisini wrote: Hi all! I have been working the last few days on a Facebook component to make GAMBAS more social and web friendly. It doesn't have many bugs, it misses some features, and it may crash at any time (no error managment implemented). BUT,

Re: [Gambas-user] gb.Desktop and Gnome Keyring

2011-05-25 Thread Sebi Kul
On mié 25 may 2011 21:21:24 ART, Benoît Minisini wrote: Hi! I wanted to know how is the keyring accessed using Gambas. I found on the gb.Desktop component a Gambas class (_DesktopPasswords) and a C component when the desktop enviroment is Gnome. but i couldn't find any info regarding it's

[Gambas-user] Dynamically loading components

2011-05-10 Thread Sebi Kul
Hi! I am using Gambas 3 to develop a modular application. I would like to know if it's possible to load components dynamically (If the component file exist, load it, if not, skip the execution code where the component's functions are called) What I have so far is this: == Try

Re: [Gambas-user] Dynamically loading components

2011-05-10 Thread Sebi Kul
The reason for doing this is the following: I'm developing a project which would theoretically have 2 modules, the base one (the program itself) and the online module, (which adds synchronization capabilities). Because i would like to keep the classes inside the Online module hidden, to avoid

[Gambas-user] IconPanel doesn't follow Enabled propriety

2011-05-08 Thread Sebi Kul
Hi all! I was just testing my app and I realized that when I do: -- Me.Enabled=False -- or -- IconPanel1.Enabled=False -- Although the form is disabled, and the IconPanel container is disabled, the icon list isn't (meaning that the user can still change the list index and raise

Re: [Gambas-user] Run-time bug

2011-05-05 Thread Sebi Kul
Hi! Try to use: test[0].Add(Logon) It should work then On 05/05/2011, at 00:30, nando nand...@nothingsimple.com wrote: ' Gambas class file PRIVATE test AS String[30, 30] PUBLIC SUB my_test() test = [Voice, Logon] '---If I REM this, there is no runtime error on next line test[0, 1]

Re: [Gambas-user] Can Gambas play mp3 Files?

2011-04-05 Thread Sebi Kul
On mar 05 abr 2011 18:41:16 ART, Tomek wrote: I've tried to use SDL music component to play mp3 file, but I can't. In Example Music player it loads and seems to start, but holds on 0:00:00 with no action or error. I tried Gambas 2 and Gambas 3 on Ubuntu Studio 10.10, Debian 6, Ubuntu