[Gambas-user] Gambas3 and ZeroMQ?

2014-06-27 Thread 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 -- Open source

Re: [Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-06-27 Thread Randall Morgan
I am not quit sure I understand what you mean the best way to build the how to form. I use a web editor like Dreamweaver, Aptana Studio, etc. to create template pages. These pages are stored in the project folder. I then load the data needed to complete the page from a database, text or xml file.

Re: [Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-06-27 Thread B Bruen
On Sat, 28 Jun 2014 09:44:00 +0930 B Bruen wrote: > some stuff that was probably not well expressed. So I will try again. What we have is: * some text files in many of our projects that describe "how to" do something in that application - by "how to" I mean stepwise descriptions of what actio

[Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-06-27 Thread B Bruen
OK, I've got the markdown to html bit under control and can generate the inner html for nicely for our "appinfo" text files. The next step is to generate the full html text for an entire web page, including the section with a css reference and applying some "class" attributes to parts of the

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread B Bruen
On Fri, 27 Jun 2014 10:04:26 -0430 PICCORO McKAY Lenz wrote: > Date: Fri, 27 Jun 2014 08:47:52 +0930 > From: B Bruen > > > Elsewhere I received advice to delete ALL the pkg-config files on the > > system in order to get a non-gambas > >application to build properly. Since I did that I have ha

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread PICCORO McKAY Lenz
Date: Fri, 27 Jun 2014 08:47:52 +0930 From: B Bruen > Elsewhere I received advice to delete ALL the pkg-config files on the system > in order to get a non-gambas >application to build properly. Since I did that I have had no problems, >neither with gambas3 nor other source builds. >There is in

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread PICCORO McKAY Lenz
Date: Thu, 26 Jun 2014 21:06:37 +0200 > From: Beno?t Minisini > Why don't you have the pkg-config files for the OpenGL library if you > have pkg-config? > > Cos i used a powered more faster xorg version (7.2) rather than the slower 7.15 of today! and my mesa files are version 7.2 rather than the

Re: [Gambas-user] Issue 534 in gambas: Missing Project > Translate menu

2014-06-27 Thread gambas
Comment #3 on issue 534 by arif_rah...@ymail.com: Missing Project > Translate menu http://code.google.com/p/gambas/issues/detail?id=534 Thanks again. Things like this should be added to the documentation. http://gambasdoc.org/help/howto/translate -- You received this message because this proj

[Gambas-user] Something not simple :

2014-06-27 Thread Fabien Bodard
cmbMode.List.Find[Settings["Mode"]] This entry (error of braket) give the error FR: Objet attendu I think it is not easy to understand -- Fabien Bodard -- Open source business process management suite built on Jav

Re: [Gambas-user] Issue 534 in gambas: Missing Project > Translate menu

2014-06-27 Thread gambas
Comment #2 on issue 534 by benoit.m...@gmail.com: Missing Project > Translate menu http://code.google.com/p/gambas/issues/detail?id=534 Did you enable internationalization in your project settings? -- You received this message because this project is configured to send all issue notificatio

Re: [Gambas-user] Issue 531 in gambas: Gambas3 has a non-redistributable file (PHP license)

2014-06-27 Thread gambas
Comment #6 on issue 531 by benoit.m...@gmail.com: Gambas3 has a non-redistributable file (PHP license) http://code.google.com/p/gambas/issues/detail?id=531 Then I will apply them to 3.5.4 that is not officially released. -- You received this message because this project is configured to send

Re: [Gambas-user] Issue 533 in gambas: please apply some debian patches

2014-06-27 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 533 by benoit.m...@gmail.com: please apply some debian patches http://code.google.com/p/gambas/issues/detail?id=533 I was not aware of these patches. I will look at them, but I see no reason to not ap

Re: [Gambas-user] Issue 522 in gambas: Panels do not capture keypress events

2014-06-27 Thread gambas
Comment #5 on issue 522 by benoit.m...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 Panel can't have focus (except in Qt4, but I think this is my mistake), but Form catch all key events sent to any of its children controls, before they

[Gambas-user] TableView1_Drop on which row/col?

2014-06-27 Thread wig
I try to drag the text from a textlabel to a cell on my TableView. How to determine the cell where the drop happened? Public Sub TableView1_Drop() Debug TableView1.Row Debug TableView1.Column ' TableView1[Row, Column].Text = Drag.Data End This Debug gives me -1 for each, so that'

[Gambas-user] Issue 534 in gambas: Missing Project > Translate menu

2014-06-27 Thread gambas
Status: New Owner: Labels: Version-3.1.0 Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu Arch-Any Desktop-Gnome GUI-Any New issue 534 by arif_rah...@ymail.com: Missing Project > Translate menu http://code.google.com/p/gambas/issues/detail?id=534 I couldn't find Project > Translate menu in

Re: [Gambas-user] Issue 534 in gambas: Missing Project > Translate menu

2014-06-27 Thread gambas
Comment #1 on issue 534 by arif_rah...@ymail.com: Missing Project > Translate menu http://code.google.com/p/gambas/issues/detail?id=534 I meant Ubuntu 14.04. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your

Re: [Gambas-user] The Class keyword

2014-06-27 Thread Tobias Boege
On Fri, 27 Jun 2014, B Bruen wrote: > As in : > CLASS Identifier >Declares to the compiler that Identifier can be used as a class name. > > I am unsure of what this keyword really achieves. Specifically, I am having > trouble understanding the help paragraph: > "This keyword can be use

Re: [Gambas-user] Issue 531 in gambas: Gambas3 has a non-redistributable file (PHP license)

2014-06-27 Thread gambas
Comment #5 on issue 531 by costamag...@gmail.com: Gambas3 has a non-redistributable file (PHP license) http://code.google.com/p/gambas/issues/detail?id=531 Thanks for the quick fix, can I apply it on top of 3.5.3? BTW I just took modifications of /gambas/trunk/main/lib/image/image_stat.c and

[Gambas-user] Issue 533 in gambas: please apply some debian patches

2014-06-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 533 by gianfran...@abinsula.com: please apply some debian patches http://code.google.com/p/gambas/issues/detail?id=533 http://anonscm.debian.org/gitweb/?p=pkg-gambas/gambas

Re: [Gambas-user] Issue 531 in gambas: Gambas3 has a non-redistributable file (PHP license)

2014-06-27 Thread gambas
Comment #4 on issue 531 by gianfran...@abinsula.com: Gambas3 has a non-redistributable file (PHP license) http://code.google.com/p/gambas/issues/detail?id=531 Thanks for the quick fix, can I apply it on top of 3.5.3? BTW I just took modifications of /gambas/trunk/main/lib/image/image_stat.c

Re: [Gambas-user] Issue 522 in gambas: Panels do not capture keypress events

2014-06-27 Thread gambas
Comment #4 on issue 522 by computer...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 I would like to press Insert on my form (=panel) to add a new item to a listbox, which is equivalent to the button Add (it uses an InputBox). However,