Re: [Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-20 Thread Kende Krisztián
2014-01-20 11:27 keltezéssel, gam...@googlecode.com írta: > Comment #1 on issue 502 by benoit.m...@gmail.com: IDE code highlighting > http://code.google.com/p/gambas/issues/detail?id=502 > > What do you want the IDE to highlight? "String" is a class, it is not > highlighted in that context, like an

Re: [Gambas-user] Release of Gambas 3.5.2

2014-01-11 Thread Kende Krisztián
2014-01-11 01:46 keltezéssel, Benoît Minisini írta: > Hi, > > Gambas 3.5.2 has been released, with 67 bug fixes backported from the > development version. > > The detail is there: http://gambasdoc.org/help/doc/release/3.5.2?view > > A last-minute bug has been fixed in the gb.gtk component, so those

Re: [Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Kende Krisztián
2014-01-10 17:22 keltezéssel, Floryn90 írta: > How can i convert a .XmlElementAttributes into string > > http://www.gambasdoc.org/help/comp/gb.xml/.xmlelementattributes/_next?v3 http://www.gambasdoc.org/help/comp/gb.xml/xmlnode/tostring?v3 ---

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:38 keltezéssel, Benoît Minisini írta: > Le 07/01/2014 14:36, Kende Krisztián a écrit : >> 2014-01-07 14:30 keltezéssel, Benoît Minisini írta: >>> Le 07/01/2014 14:28, Benoît Minisini a écrit : >>>> Le 07/01/2014 14:26, Kende Krisztián a écrit : >

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:30 keltezéssel, Benoît Minisini írta: > Le 07/01/2014 14:28, Benoît Minisini a écrit : >> Le 07/01/2014 14:26, Kende Krisztián a écrit : >>> 2014-01-07 14:21 keltezéssel, Kende Krisztián írta: >>>> I found this Like operator bug: >>>> >

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:21 keltezéssel, Kende Krisztián írta: > I found this Like operator bug: > > Print " " Like " " With double space: Print " " Like " " > > or > > Print &qu

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-05 23:31 keltezéssel, Benoît Minisini írta: > Hi, > > I have uploaded a Gambas 3.5.2 pre-release package on sourceforge, so > that people can test it before the official release. > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.5.2.tar.bz2/download > > I tried to backport

Re: [Gambas-user] svn build problem 6035

2014-01-02 Thread Kende Krisztián
2014-01-01 00:22 keltezéssel, Kende Krisztián írta: > 2013-12-30 23:51 keltezéssel, Kendek írta: >> I confirm this. Build log on Ubuntu 14.04 with GTK+3 3.10.6: >> >> https://launchpadlibrarian.net/161114453/buildlog_ubuntu-trusty-amd64.gambas3_3.5.99.1%2

Re: [Gambas-user] svn build problem 6035

2013-12-31 Thread Kende Krisztián
2013-12-30 23:51 keltezéssel, Kendek írta: > I confirm this. Build log on Ubuntu 14.04 with GTK+3 3.10.6: > > https://launchpadlibrarian.net/161114453/buildlog_ubuntu-trusty-amd64.gambas3_3.5.99.1%2Bsvn20131230%2Bbuild7~ubuntu14.04.1_FAILEDTOBUILD.txt.gz > > See the very end. > > > And build again

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Kende Krisztián
2013-12-30 20:40 keltezéssel, Ru Vuott írta: > Well, now it works ! > > Thank you, Kende > > Bye > vuot > > And I working on Ubuntu "Daily Builds" PPA. I create 'gambas3-gb-gtk3' and 'gambas3-gb-inotify' packages. Kendek -

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Kende Krisztián
2013-12-30 20:10 keltezéssel, Ru Vuott írta: > Hello, > > I updated my Gambas-3 with rev. #6038, but at the end of " ~/trunk $ > ./configure -C " I obtain the following warning: > > || > || THESE COMPONENTS ARE DISABLED: > || - gb.gtk3 > || > > Which library have I to install ? > > Thanks > vuott

Re: [Gambas-user] Relaunching a program as root

2013-12-30 Thread Kende Krisztián
2013-12-30 12:15 keltezéssel, Tobias Boege írta: > On Mon, 30 Dec 2013, Kende Kriszti?n wrote: >> Otherwise. Your code: >> >> IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ") & >> Application.Path >> >> isn't correct, because Application.Path is a directory, not file. >> > R

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Kende Krisztián
2013-12-30 03:20 keltezéssel, Kende Krisztián írta: Jeez, that's complicated code! I wrote my own version, this is perhaps a little simpler. Check it. ;-) Otherwise. Your code: IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ")

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Kende Krisztián
2013-12-29 21:59 keltezéssel, Tobias Boege írta: Hi all, last month I read a question at gambas-club.de about how to relaunch one's program with root privileges if it was running without them. This was the straw to break the camel's back :-) [*] As far as I can remember back, it was always a pr

Re: [Gambas-user] 'gb.crypt' component and SHA (1-2)

2013-12-26 Thread Kende Krisztián
2013-12-26 17:58 keltezéssel, Kende Krisztián írta: > 2013-12-26 12:33 keltezéssel, Kende Krisztián írta: >> Hi, >> >> 'gb.crypt' component is perfect if I want to check SHA-512 password match: >> >> Dim shahash As String >> >>

Re: [Gambas-user] 'gb.crypt' component and SHA (1-2)

2013-12-26 Thread Kende Krisztián
2013-12-26 12:33 keltezéssel, Kende Krisztián írta: > Hi, > > 'gb.crypt' component is perfect if I want to check SHA-512 password match: > > Dim shahash As String > > Exec ["mkpasswd", "-m", "sha-512", "alma"] To shahas

[Gambas-user] 'gb.crypt' component and SHA (1-2)

2013-12-26 Thread Kende Krisztián
Hi, 'gb.crypt' component is perfect if I want to check SHA-512 password match: Dim shahash As String Exec ["mkpasswd", "-m", "sha-512", "alma"] To shahash Print Crypt.Check("alma", Trim(shahash)) Output is 'False', so the password is correct. But SHA-512 hash generating function isn'

Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-26 Thread Kende Krisztián
2013-12-26 06:23 keltezéssel, MinnesotaJon írta: > It appears that the problem happens if the first letter of the string being > matched appears anywhere in the "Pattern" before the actual match. Your > original examples were: > > Print "GambasIDE" Like "{alma,Gambas,szilva,GambasIDE,otto}" > Outp

Re: [Gambas-user] Gambas 3.5.1 in Debian Testing (Jessie) official repository

2013-12-22 Thread Kende Krisztián
2013-12-22 19:28 keltezéssel, Gianni Piccini írta: > On 22/12/2013 10:39, Kende Krisztián wrote: > > I don't see message previously sent, if double please don't kill me :-) > >> gb.geom component doesn't exist in any of the packages. > In order to have Gambas 3

Re: [Gambas-user] How do I limit directory access using the file open dialog?

2013-12-22 Thread Kende Krisztián
2013-12-22 18:35 keltezéssel, Marty írta: > Hello, > > I'm using the open file dialog to allow the user to select one file. I > want to limit his access to only one directory to limit the damage he > can do. I've set the dialog.path = "/home/xxx/xx". The specified > directory is highlighted but the

Re: [Gambas-user] Gambas 3.5.1 in Debian Testing (Jessie) official repository

2013-12-22 Thread Kende Krisztián
2013-12-22 19:12 keltezéssel, Benoît Minisini írta: > Le 22/12/2013 10:39, Kende Krisztián a écrit : >> Good news, Gambas3 packages are up-to-date in Debian official >> repository, but these packages break my and IDE created apps. I follow >> the specifications, but if I ins

[Gambas-user] Gambas 3.5.1 in Debian Testing (Jessie) official repository

2013-12-22 Thread Kende Krisztián
Good news, Gambas3 packages are up-to-date in Debian official repository, but these packages break my and IDE created apps. I follow the specifications, but if I install my app on Debian Testing, this program not starting. Exit with error message: gbr3: unable to load component: gb.gui My app

Re: [Gambas-user] How to set the icon property of a form from a file in the project

2013-12-16 Thread Kende Krisztián
2013-12-16 11:52 keltezéssel, John Rose írta: > I want to set the FMain form's icon property (in the FMain Form_Open > sub) to the picture contained in a .png file which I've added to to the > Data section (of the Gambas IDE). Here is my non-working code, which > gives 'Null Object' at runtime: >

Re: [Gambas-user] How to get the Version of the program ?

2013-12-08 Thread Kende Krisztián
2013-12-08 21:11 keltezéssel, Pino Zollo írta: > Please... > > is there a way to get/print/put in a string variable > >the version of the program itself ? > > Thanks > > Pino > > > Print Application.Version Kendek -

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Kende Krisztián
2013-12-07 14:51 keltezéssel, Ru Vuott írta: > mmm... good, Jussi. > So I solved gb.qt4.webkit ! ...but I still have "gb.qt4.opengl" problem. > > In fact at the end of "~ $ ./configure -C" I obtain: > > || THESE COMPONENTS ARE DISABLED: > || - gb.qt4.opengl > || > > What is the library I must in

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Kende Krisztián
2013-12-07 11:56 keltezéssel, Ru Vuott írta: >> but now at the end of ./configure -C I have this messages: >> >> || >> || THESE COMPONENTS ARE DISABLED: >> || - gb.qt4.opengl >> || - gb.qt4.webkit >> || > > In fact, at the end of "sudo make install" I obtain these lines: > >

Re: [Gambas-user] shell

2013-12-02 Thread Kende Krisztián
2013-12-02 12:17 keltezéssel, Mike Crean írta: > > Hey boys, I am trying to emulate the terminal string sudo sh -c > 'echo out /sys/class/gpio/gpio27/direction' (works OK in terminal, on > BBB wheezy arm lxde) I run this from gambas3.5.90 Exec [system.shell, > "sudo sh -c 'echo out /sys/class/gp

Re: [Gambas-user] Online radio with "Shell"

2013-12-01 Thread Kende Krisztián
2013-12-01 21:30 keltezéssel, abbat81 írta: > Hi! > Help me please. > I want to make some small GUI app for online radio using "Shell" > Here is sample string for terminal. > > > *"mplayer -cache 128 http://music.myradio.ua/trance_news128.mp3"* > > > How can I use it? > > Hext does not work:

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-27 Thread Kende Krisztián
2013-11-27 15:55 keltezéssel, PICCORO McKAY Lenz írta: > == > From: Kende Kriszti?n >> https://launchpad.net/myunity > over version of this app appears in default winbuntu repositories: > http://packages.ubuntu.com/precise/myunity > but mayority of end users dont really know about it!

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-26 Thread Kende Krisztián
2013-11-26 18:06 keltezéssel, PICCORO McKAY Lenz írta: > From: Fabien Bodard >> The first Unity conf app "MyUnity" was done with Gambas but noOne >> knows because there 're end users :-) > 1) a link please? https://launchpad.net/myunity > 2) usefully in unity, unity are default for winbuntu/

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-25 Thread Kende Krisztián
2013-11-25 20:09 keltezéssel, Benoît Minisini írta: > http://www.phoronix.com/scan.php?page=news_item&px=MTUyNTM > Just don't read the comments. :-) Kendek -- Shape the Mobile Experience: Free Subscription Software exper

Re: [Gambas-user] Upgrade to Ubuntu 13.10 from 12.04 To keep current with Gambas releases.

2013-11-19 Thread Kende Krisztián
2013-11-19 15:25 keltezéssel, Marty McGlensey írta: > Sebastian, > > > > Just to be clear you are saying that to use Gambas V. 3.5.1 to its fullest I > should be running Ubuntu 13.10? Gambas 3.5.1 has new features/coding that > may not run properly under 12.04. Therefore running 3.5.1 on 12.04 m

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-18 Thread Kende Krisztián
2013-11-18 16:10 keltezéssel, Sebastian Kulesz írta: > Kendek: By backporting gb.media and gb.jit you are restricting me from > asking an Ubuntu MOTU to sync the Gambas packages for older series with > your PPA once the Debian repository is updated. They will not accept a > package which has a depe

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-17 Thread Kende Krisztián
2013-11-17 18:04 keltezéssel, PICCORO McKAY Lenz írta: > From: Tobias Boege > >> Totally right. But you talk about your system. If you apply this statement >> to Gambas, you say that we should stop making new components or adding new >> features to existing ones. This is possible but some people o

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-16 Thread Kende Krisztián
>> If you want, I backport the new 'gb.media' component. > Backport, I like that word :) > Would be great, thanks. > > Now, 'gb.media' and 'gb.jit' (with llvm-3.2) components are successfully available on Ubuntu Precise. So, all of the components, nothing disabled. :-) Kendek

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-15 Thread Kende Krisztián
2013-11-15 14:49 keltezéssel, PICCORO McKAY Lenz írta: >> To @Kende and @Benoit >> On Fri, 2013-11-15 at 12:15 +0100, Kende Kriszti?n wrote: >>> If you want, I backport the new 'gb.media' component. > i try to backport the gb.media component, but do not work, i > backported for squeeze, for wheeze

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-15 Thread Kende Krisztián
2013-11-14 15:11 keltezéssel, Willy Raets írta: > On Wed, 2013-11-13 at 18:16 +0100, Kende Krisztián wrote: >> It seems that this was a very well done release. Gambas3-runtime was >> downloaded ~15.000 times from nemh/gambas3 PPA, so far, no bug reports. :-) > > Here is wh

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-13 Thread Kende Krisztián
It seems that this was a very well done release. Gambas3-runtime was downloaded ~15.000 times from nemh/gambas3 PPA, so far, no bug reports. :-) Kendek -- DreamFactory - Open Source REST & JSON Services for HTML5 & Nativ

Re: [Gambas-user] gb.media missing from Kendek PPA

2013-11-10 Thread Kende Krisztián
2013-11-10 15:16 keltezéssel, Alain Baudrez írta: > 2013/11/9 Kende Krisztián > >> 2013-11-09 13:10 keltezéssel, Alain Baudrez írta: >>> I just did an install of the 3.5 (3.5.0-6precise1) and gb.media seems to >> be >>> missing. >>> >>>

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-09 Thread Kende Krisztián
2013-11-09 18:52 keltezéssel, Benoît Minisini írta: > Le 09/11/2013 12:02, Kende Krisztián a écrit : >> 2013-11-09 02:19 keltezéssel, Benoît Minisini írta: >>> Hi, >>> >>> Here you can download a non-official pre-release of Gambas 3.5.1: >>> >>>

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-09 Thread Kende Krisztián
2013-11-05 22:00 keltezéssel, Kende Krisztián írta: > 2013-11-05 21:28 keltezéssel, Sebastian Kulesz írta: >> First builds are starting to appear :) >> I will wait for the armhf builds to finish to send a notice. >> >> If you want to touch the recipes in any way, please

Re: [Gambas-user] gb.media missing from Kendek PPA

2013-11-09 Thread Kende Krisztián
2013-11-09 13:10 keltezéssel, Alain Baudrez írta: > I just did an install of the 3.5 (3.5.0-6precise1) and gb.media seems to be > missing. > > *Alain J. Baudrez* Missing (disabled) on Lucid and Precise, because this components are not compatible with them. Kendek --

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-09 Thread Kende Krisztián
2013-11-09 02:19 keltezéssel, Benoît Minisini írta: > Hi, > > Here you can download a non-official pre-release of Gambas 3.5.1: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.5.1.tar.bz2/download > > This releases mainly tries to fix the packager, but there are some bug > fixes

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-05 Thread Kende Krisztián
2013-11-05 21:28 keltezéssel, Sebastian Kulesz írta: > First builds are starting to appear :) > I will wait for the armhf builds to finish to send a notice. > > If you want to touch the recipes in any way, please feel *free* to do so. I > will receive a notification about any changes, so there is n

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-03 Thread Kende Krisztián
2013-11-04 01:20 keltezéssel, Sebastian Kulesz írta: > Sorry for my late step up, time has not been in my side. I just pushed the > updated rules to the PPA. > > Note to Kendek: The testing of the new specifications should have been done > in the Daily Builds PPA, that is it's purpose. Too many peo

Re: [Gambas-user] WIP Debian packages Gambas license needs

2013-11-03 Thread Kende Krisztián
2013-11-03 16:22 keltezéssel, Benoît Minisini írta: > Le 03/11/2013 16:20, Benoît Minisini a écrit : >> Le 02/11/2013 08:41, Kende Krisztián a écrit : >>> 2013-11-02 07:10 keltezéssel, Benoît Minisini írta: >>>>> db.sdl/data/DejaVuSans.ttf THIS FILE MUST BE REMO

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2013-11-03 Thread Kende Krisztián
2013-11-03 13:04 keltezéssel, Fabien Bodard írta: > MIR ? > > from wikipaedia : > Also in June 2013 Julien Lavergne, of the Lubuntu project, indicated that > Lubuntu would not be switching to Mir for at least the next two > releases.[39][41] > In August 2013, after evaluating Mir, the Xubuntu devel

Re: [Gambas-user] WIP Debian packages Gambas license needs

2013-11-02 Thread Kende Krisztián
2013-11-02 07:10 keltezéssel, Benoît Minisini írta: >> db.sdl/data/DejaVuSans.ttf THIS FILE MUST BE REMOVED! (C) 2006 >> Tavmjong Bah >> this file has a restricted include file copy for redistribution, also >> (C) 2003 Bitstream Inc license > I didn't notice. So the file must be removed. I ha

Re: [Gambas-user] DEBUG not functioning

2013-11-01 Thread Kende Krisztián
2013-11-01 22:50 keltezéssel, 2aq9j93b7s írta: > hello > > I downloaded latest Kubuntu package today and something strange is happening > > The DEBUG particulars such as " DEBUG "TL1.Text:", TextLabel1.Text " > produces nothing in the konsole > > I put a breakpoint before and after DEBUG and the

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2013-11-01 Thread Kende Krisztián
2013-11-01 21:10 keltezéssel, Benoît Minisini írta: > Le 01/11/2013 11:33, François Gallo a écrit : >> Le 01/11/2013 11:15, Fabien Bodard a écrit : >>> After long talk with many gambas developpers, after years of joy on the use >>> of this language, I want to talk about its future... its persistan

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-11-01 Thread Kende Krisztián
2013-11-01 11:41 keltezéssel, Benoît Minisini írta: > Le 01/11/2013 11:19, Kende Krisztián a écrit : >>>> The other problem, 'foo' application doesn't work on KDE >>>> desktop with 'foo-gtk', and doesn't work on GNOME desktop with >>

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-11-01 Thread Kende Krisztián
2013-11-01 11:19 keltezéssel, Kende Krisztián írta: >>> The other problem, 'foo' application doesn't work on KDE >>> desktop with 'foo-gtk', and doesn't work on GNOME desktop with >>> 'foo-qt4'. >> Of course they work. If y

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-11-01 Thread Kende Krisztián
>> The other problem, 'foo' application doesn't work on KDE >> desktop with 'foo-gtk', and doesn't work on GNOME desktop with >> 'foo-qt4'. > > Of course they work. If you install 'foo-gtk' on KDE, you will just > run the 'foo' program using the GTK+ libraries. > >> The selector component doesn't

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome

2013-11-01 Thread Kende Krisztián
2013-11-01 04:27 keltezéssel, Ian Haywood írta: > On 31/10/13 19:01, Benoît Minisini wrote: > >> 3) When making a package of a project named 'foo' that depends on >> gb.gui, the IDE wizard will generate 'foo.deb' (I omit the version >> numbers for the example) and two more packages: 'foo-kde-supp

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-11-01 Thread Kende Krisztián
2013-11-01 01:44 keltezéssel, Benoît Minisini írta: > Hi, > > In revision #5924, the IDE generates meta-packages for QT4 and GTK+ > support when a project uses the gb.gui component. There is no > dependency on the non-existing gb.gui package anymore. Same thing for > gb.gui.opengl. > > So, if th

Re: [Gambas-user] Dependency Problems (I Think) - Kubuntu 12.04.3 (Precise) - Gambas 3.5

2013-11-01 Thread Kende Krisztián
2013-10-31 21:36 keltezéssel, 2aq9j93b7s írta: > How do I get going again without waiting for 3.5.1? older .deb somewhere? > rename one of my DejaVu fonts to something and place it somewhere? Anything? Please wait a few more hours, the Launchpad Build Farm is very busy. :-( -

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-31 Thread Kende Krisztián
2013-10-30 20:40 keltezéssel, Kende Krisztián írta: > I checked your commits, and I have made a few changes. Now, the lintian > warnings are disappeared. > > But this commit is wrong: > > -usr/lib/gambas3/gb.sdl.so > -usr/lib/gambas3/gb.sdl.so.* > +usr/lib/gambas3/gb.sdl

Re: [Gambas-user] Dependency Problems (I Think) - Kubuntu 12.04.3 (Precise) - Gambas 3.5

2013-10-31 Thread Kende Krisztián
2013-10-31 20:11 keltezéssel, Kende Krisztián írta: > 2013-10-31 19:46 keltezéssel, Benoît Minisini írta: >> Le 31/10/2013 19:26, Kende Krisztián a écrit : >>> 2013-10-31 19:09 keltezéssel, Benoît Minisini írta: >>>> Le 31/10/2013 19:05, Benoît Minisini a écrit : &g

Re: [Gambas-user] Dependency Problems (I Think) - Kubuntu 12.04.3 (Precise) - Gambas 3.5

2013-10-31 Thread Kende Krisztián
2013-10-31 19:46 keltezéssel, Benoît Minisini írta: > Le 31/10/2013 19:26, Kende Krisztián a écrit : >> 2013-10-31 19:09 keltezéssel, Benoît Minisini írta: >>> Le 31/10/2013 19:05, Benoît Minisini a écrit : >>>> Le 31/10/2013 18:45, Kende Krisztián a écrit : >

Re: [Gambas-user] Dependency Problems (I Think) - Kubuntu 12.04.3 (Precise) - Gambas 3.5

2013-10-31 Thread Kende Krisztián
2013-10-31 19:09 keltezéssel, Benoît Minisini írta: > Le 31/10/2013 19:05, Benoît Minisini a écrit : >> Le 31/10/2013 18:45, Kende Krisztián a écrit : >>> Great. The fonts-dejavu-core package is missing on Ubuntu Raring and >>> older releases. I'm sorry

Re: [Gambas-user] Dependency Problems (I Think) - Kubuntu 12.04.3 (Precise) - Gambas 3.5

2013-10-31 Thread Kende Krisztián
Great. The fonts-dejavu-core package is missing on Ubuntu Raring and older releases. I'm sorry this situation, I fix this soon. Kendek 2013-10-31 18:11 keltezéssel, 2aq9j93b7s írta: > hello > > today I received an update list through Kubuntu update mechanism - 80 + > files or so to install - al

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-30 Thread Kende Krisztián
/6bgN32KfBoKfzRFc3AuRIG And please see this: http://gambasdoc.org/help/howto/package?v3 Kendek 2013-10-30 11:00 keltezéssel, Kende Krisztián írta: >> >> I have fixed the descriptions in the Debian version to fit standard >> English grammar, please feel free to use those. >> Now the onl

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-30 Thread Kende Krisztián
2013-10-30 10:25 keltezéssel, Ian Haywood írta: > On 30/10/13 01:14, Kende Krisztián wrote: >>>> W: gambas3-gb-net-pop3: spelling-error-in-description allows to allows >>>> one to >>>> W: gambas3-gb-mime: spelling-error-in-description allows to allows one

Re: [Gambas-user] Problem encountered with PPA Kendek

2013-10-30 Thread Kende Krisztián
2013-10-30 09:58 keltezéssel, Willy Raets írta: > Hi all, > > After upgrading Gambas 3.4.2 to 3.5.0 (3.5.0-4precise1 packages from PPA > Kendek), all installed Gambas applications using gb.gui where removed. > The ones using gb.qt4 and gb.gtk where not. > > Trying to reinstall the gb.gui dependent

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Kende Krisztián
2013-10-29 19:04 keltezéssel, Tobias Boege írta: > On Tue, 29 Oct 2013, Kende Kriszti?n wrote: >> 2013-10-28 20:37 keltez?ssel, Beno?t Minisini ?rta: >>> Hi, >>> >>> The specifications of "how to package Gambas 3" have been updated (list >>> of components, dependencies), thanks to all errors and m

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Kende Krisztián
2013-10-28 20:37 keltezéssel, Benoît Minisini írta: > Hi, > > The specifications of "how to package Gambas 3" have been updated (list > of components, dependencies), thanks to all errors and misses detected > by Kende Krisztián. > > If anyone find any error in it,

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-29 Thread Kende Krisztián
>> W: gambas3-gb-net-pop3: spelling-error-in-description allows to allows >> one to >> W: gambas3-gb-mime: spelling-error-in-description allows to allows one to >> W: gambas3-gb-ncurses: spelling-error-in-description allows to allows one >> to > Said that u write and spell so bad as PICCORO write

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
efforts are greatly apprecieated > for a lot of people. > > Regards > > > > > 2013/10/29 Alain Baudrez > >> 2013/10/29 Kende Krisztián >> >>> 2013-10-29 07:43 keltezéssel, Alain Baudrez írta: >>>> I can confirm this problem while trying t

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
2013-10-29 07:43 keltezéssel, Alain Baudrez írta: > I can confirm this problem while trying to open an existing project > > > > 2013/10/29 Jorge Carrión > >> Just click on New Proyect and obtain a error 11: >> >> >> [11] Unknown symbol 'Path' in class 'Desktop'. >> CBookmarkList.Load.48 >> Yeah,

Re: [Gambas-user] Update using Kendeks PPA crashes Gambas3.5

2013-10-28 Thread Kende Krisztián
2013-10-29 06:31 keltezéssel, Alain Baudrez írta: > This morning an update of the 3.5 using Kendeks PPA ran on my box and after > it completed I noticed that Gambas3 is incomplete, as the icon in the menu > is gone and I am missing some stuff I think > > $ sudo apt-get install gambas3 > Reading

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-28 Thread Kende Krisztián
I get these warnings: W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/GNUBoxWorld/License W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/Puzzle1To8/Licence W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/RobotFindsKitte

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 20:27 keltezéssel, Benoît Minisini írta: > Le 28/10/2013 20:09, Kende Krisztián a écrit : >>>> - The gb.chart component doesn't depend from gb.qt4.ext? >>>> >>>> gb.chart >>>> 0 >>>> 0 >>>> 3.1.90 >&g

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
>> >> - The gb.chart component doesn't depend from gb.qt4.ext? >> >> gb.chart >> 0 >> 0 >> 3.1.90 >> >> gb.image >> gb.qt4 >> gb.form >> gb.qt4.ext >> >> If you're really not, it's will removed. > Dependencies of components written in Gambas are *not* located in their > '.project' or '.startup' fi

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 18:06 keltezéssel, Kende Krisztián írta: > >> However, I'll do what you ask, because the Gambas is yours. I will >> follow the original specifications, not this with package selector. > > I just removed the /usr/bin/gbw3 symbolic link and associa

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
> However, I'll do what you ask, because the Gambas is yours. I will > follow the original specifications, not this with package selector. I just removed the /usr/bin/gbw3 symbolic link and associated manual, because the specification does not mention anything about it. gbw3 --help Compile an

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 15:52 keltezéssel, Benoît Minisini írta: > Le 28/10/2013 07:40, Kende Krisztián a écrit : >> 2013-10-28 03:05 keltezéssel, Ian Haywood írta: >>> On 23/10/13 23:15, Kende Krisztián wrote: >>>> Hi >>>> >>>> I have read the "How

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-27 Thread Kende Krisztián
2013-10-28 03:14 keltezéssel, Ian Haywood írta: > On 26/10/13 01:37, PICCORO McKAY Lenz wrote: > >> rejected the petition, there are two main objetives in debian package: >> license policy and lintian errors/messages > Kendek's changes up to 3.4.2 have been > backported into the debian packages >

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-27 Thread Kende Krisztián
2013-10-28 03:05 keltezéssel, Ian Haywood írta: > On 23/10/13 23:15, Kende Krisztián wrote: >> Hi >> >> I have read the "How To Package Gambas" document >> (http://www.gambasdoc.org/help/howto/package?v3#t2) and some things I >> do not understand: &

Re: [Gambas-user] Gambas self-extracting installer (4)

2013-10-27 Thread Kende Krisztián
2013-10-27 18:42 keltezéssel, Benoît Minisini írta: > Le 27/10/2013 18:33, Kende Krisztián a écrit : >> My Gambas application requires root privileges. So if the user doesn't >> trust the installer, then the hell ate the whole thing. :D >> >> If you want to instal

Re: [Gambas-user] Gambas self-extracting installer (4)

2013-10-27 Thread Kende Krisztián
My Gambas application requires root privileges. So if the user doesn't trust the installer, then the hell ate the whole thing. :D If you want to install an application on Linux system, you will need root access. This is quite natural. Therefore, we use a controlled repository. But true, the PPA

Re: [Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Kende Krisztián
> I just have another idea: > > To make a GUI self-extracting installer, I have put in the > self-extracting archive all the Qt4 shared libraries, all Qt4 gui > components and the related components. Yeah, this is a fully portable installer. But why just the installer? Ubuntu Click packages are

Re: [Gambas-user] Gambas self-extracting installer (2)

2013-10-26 Thread Kende Krisztián
> Can people test it on system having no KDE desktop at all? Works on Ubuntu 13.10 with GNOME+Unity. > It only provides a x86_64 installer. Can people test it on x86 system > to see if they get the "unsupported architecture" error message on > the command line? I get this error message on Ubuntu

Re: [Gambas-user] Gambas self-extracting installer (2)

2013-10-26 Thread Kende Krisztián
Sat, 26 Oct 2013 22:35:32 +0200 -n Benoît Minisini írta: > Here: > > http://gambas.sf.net/install/gambas3-installer-test.run > > You can download a self-extracting test installer. > > It will install nothing, but display a window that should show the > current desktop and the system distribut

Re: [Gambas-user] Gambas self-extracting installer

2013-10-26 Thread Kende Krisztián
Sat, 26 Oct 2013 17:57:09 +0200 -n Benoît Minisini írta: > Hi, > > I have just started to make a Gambas self-extracting installer in > Gambas. Good, but this installation method is Ubuntu- and Debian-stranger. > I will write it in two stages. > > The first stage is a command-line program that

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-26 Thread Kende Krisztián
> Many thanks to José Luis Redrejo Rodríguez and Ian Haywood for > offering their help and time! Yeah, I originally worked with Ian's work. :-) But since then I have corrected a lot of things. -- October Webinars: Code fo

Re: [Gambas-user] Specifications for Gambas 3

2013-10-26 Thread Kende Krisztián
> If you don't respect the packaging method described the wiki exactly, > the IDE packager won't work and is completely useless. I suspected that it may have problems. > > And if I follow the spec, then I have the opportunity to create a > > gambas application that works on my KDE desktop, but d

Re: [Gambas-user] No forms open from IDE?

2013-10-26 Thread Kende Krisztián
> Hi Forum > > I'm running Gambas 3.5 on Ubuntu 12.04 - running Gnome... > > When I compile my program to a stand-alone, it opens the form fine, > however, if I try to run the program through the IDE, no forms open > (they don't for the examples either). > > Is this something people have met bef

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-25 Thread Kende Krisztián
> Debian are a important source guideline for those repositories, that > another reason,, changes implicy lof of extra work betweent team of > mantainers.. its obious that the request will be rejected if rework of > packages over PPA are not done What? We have to clarify one thing. My PPA is not a

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Kende Krisztián
Thu, 24 Oct 2013 18:56:56 -0200 -n Sebastian Kulesz írta: > On Thu, Oct 24, 2013 at 5:31 PM, Kende Krisztián > wrote: > > > > Hey Kendek! Putting the reorganization aside, I would like to > > > rebase the packages from the Daily Builds PPA with your latest >

Re: [Gambas-user] Specifications for Gambas 3

2013-10-24 Thread Kende Krisztián
> Le 23/10/2013 14:15, Kende Krisztián a écrit : > > Hi > > > > I have read the "How To Package Gambas" document > > (http://www.gambasdoc.org/help/howto/package?v3#t2) and some things > > I do not understand: > > > > The runtime package conta

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Kende Krisztián
> Hey Kendek! Putting the reorganization aside, I would like to rebase > the packages from the Daily Builds PPA with your latest work, so as > to keep both repositories homogeneous. Is that is okey? ;) Yeah, that's good idea. :-) I re-wrote some stuff, and I updated the manuals as well. > As a si

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Kende Krisztián
> i think i'ts time > to reorganize u'r packages.. i reorganize time ago the packages of > venenux! Just as you see fit! I do not matter, the name "venenux" does not tell me much. But I see that keen you are. -- October

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Kende Krisztián
> From: Kende Kriszti?n > > > I uploaded this release to nemh/gambas3 PPA. I created a really big > > patch, > why? Because I use "3.0 (quilt)" format for Debian source (as it should be), and I uploaded the pre-release from Gambas 3.5.0. So I could not change the original source file without in

[Gambas-user] Specifications for Gambas 3

2013-10-23 Thread Kende Krisztián
Hi I have read the "How To Package Gambas" document (http://www.gambasdoc.org/help/howto/package?v3#t2) and some things I do not understand: The runtime package contain the gb.gui component, but gambas3-runtime is not depend from gambas3-gb-gtk or gambas3-gb-qt4. Gb.gui does not work without th

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-22 Thread Kende Krisztián
I uploaded this release to nemh/gambas3 PPA. I created a really big patch, because pre-release is different from the final version (including some binary files). Installation packages will be available within a few hours. Kendek

Re: [Gambas-user] Pre-release of Gambas 3.5

2013-10-16 Thread Kende Krisztián
> >> libopenal-dev: Not work with version 1.11 (Lucid), and version 1.13 > Lucid, Precise! i dont have UBUNTU (but I LOVE it)..! I know this, but I watched these versions. > ok there's some workarounds for compile with 1.14? > (seem that i must donwgrade the venenux openal package releases, > non

Re: [Gambas-user] Gambas-user Digest, Vol 89, Issue 29

2013-10-16 Thread Kende Krisztián
Wed, 16 Oct 2013 10:13:47 -0430 -n PICCORO McKAY Lenz írta: > From: Kende Kriszti?n > > > Install libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, > whell the gb.media never will be for lenny and squeeze, but at least > for wheeze there are a hope with backporting that packages.. Yeah, I

Re: [Gambas-user] Error popping up in 3.5 IDE

2013-10-16 Thread Kende Krisztián
gambas3' did not pull the > examples automatically yesterday. > > I am running Gambas on Ubuntu 12.4.3 and Mint 13 > > A.J. > > 2013/10/16 Kende Krisztián > > > Wed, 16 Oct 2013 07:19:19 +0200 -n > > Alain Baudrez írta: > > > > > Hoi, > &

Re: [Gambas-user] Error popping up in 3.5 IDE

2013-10-15 Thread Kende Krisztián
Wed, 16 Oct 2013 07:19:19 +0200 -n Alain Baudrez írta: > Hoi, > > every now and then I receive the following error while running the > 3.5: > > --- > > This application has raised an unexpected > error and must abort. > > [45] File o

Re: [Gambas-user] An unannounced update from 3.4.2 to 3.5 this morning

2013-10-15 Thread Kende Krisztián
Tue, 15 Oct 2013 14:00:35 +0200 -n Alain Baudrez írta: > This morning my daily update upgraded the 3.4.2 to 3.5. I suppose it > must have been Kendek's PPA that did it. > > So, is the 3.5 OK to work with > Is there a 'What's New' available > What are the known problems we have to look out for. >

  1   2   >