[Gambas-user] menu error

2014-06-28 Thread Shane
I get the attached error when trying to insert a menu to an existing project form build 6343 [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.8.0-35-generic Architecture=x86_64 Distribution=Linux Mint 15 Olivia Desktop=GNOME Theme=QGtk Language=en_AU.UTF-8 Memory=3808M [Libraries] Cairo=li

Re: [Gambas-user] GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-28 Thread Fabien Bodard
Dim hEditor As Editor Dim hEditorLine As Object hEditorLine = hEditor.Lines [ Line As Integer ] 2014-06-28 22:32 GMT+02:00 Orionis : > Hi, I'm starting to investigate this control. This is my first question, but > more will follow > I have an Editor called 'edit' loaded with some text; I want to r

[Gambas-user] GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-28 Thread Orionis
Hi, I'm starting to investigate this control. This is my first question, but more will follow I have an Editor called 'edit' loaded with some text; I want to recover each single line to parse them. This is an example of code: [code] Dim lineObj As Variant Dim sRow As String For cnt = 0 To edit

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread PICCORO McKAY Lenz
From: Beno?t Minisini >This is actually foreseen, but the 'configure.ac' file of the >'gb.opengl' components must be modified to explicitely use the >'GB_COMPONENT_SEARCH' macro instead of 'GB_COMPONENT_PKG_CONFIG'. this are present in configure script to modifiy or i have to complety chanhge the

Re: [Gambas-user] Gambas3 and ZeroMQ?

2014-06-28 Thread Fabien Bodard
Seem interresting ! 2014-06-28 7:49 GMT+02:00 CJ : > > Anyone using ZeroMQ (a.k.a ØMQ/0MQ/zmq) with Gambas3? Looks like a nice way > doing inproc, IPC, RPC... > > http://zeromq.org > > Below is a nice introduction... > > http://nichol.as/zeromq-an-introduction > > /CJ > > > > -

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread Benoît Minisini
Le 26/06/2014 20:53, PICCORO McKAY Lenz a écrit : > i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in > past, but now in 3.5 trunk seems gambas need pkg-config files to find > opengl requirements.. > > i mean, if i have opengl and xorg on a custom setup as example... > > how can i o

[Gambas-user] Clock

2014-06-28 Thread Jack
hi... here you will find a clock that does not give time but that makes tick-tock ;) http://www.gambasforge.org/code-117-pendule.html -- Cordialement Jacky Tripoteau -- Open source business process managemen