[Gambas-user] Control-P anywhere in programme

2010-04-03 Thread Bill-Lancaster
My programme has many gridview displays in many forms. Instead of having a print button on each form, is there a way of having a Control-P action working throughout the programme? Bill Lancaster -- View this message in context:

Re: [Gambas-user] Control-P anywhere in programme

2010-04-03 Thread Fabien Bodard
i see only one way ... it's to use In Each of you form put this : Public sub Form_KeyPress() FMain.ManageKeys end and in fmain : Public Sub ManageKeys() Select Case Key.Code endselect End 2010/4/3 Bill-Lancaster bill-lancas...@lineone.net: My programme has many gridview displays in

Re: [Gambas-user] Missing components

2010-04-03 Thread Benoît Minisini
Hi. I managed to solve the problem of not being able to insert components on the form, what I did was deselect the component gb.gtk and select the component gb.gui. Is this a bug in my IDE? or It's just a feature of Gambas 3? Regards Hi, All those problems should have been fixed in

Re: [Gambas-user] Control-P anywhere in programme

2010-04-03 Thread Bill-Lancaster
Thanks Fabien - I'll do it Bill Lancaster -- View this message in context: http://old.nabble.com/Control-P-anywhere-in-programme-tp28125480p28127063.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] UNIX SOCKETS

2010-04-03 Thread Chris Dunworth
Hi All, I found the problem. It seems MySock.Connect(/var/run/gtm2) does require a port parameter using MySock.Connect(/var/run/gtm2, Net.local) socket opens and works corectly. I found this info by browsing through cSocket.c source code in the bg.netcomponent.

Re: [Gambas-user] UNIX SOCKETS

2010-04-03 Thread Charlie Reinl
Am Samstag, den 03.04.2010, 20:48 +0100 schrieb Chris Dunworth: Hi All, I found the problem. It seems MySock.Connect(/var/run/gtm2) does require a port parameter using MySock.Connect(/var/run/gtm2, Net.local) socket opens and works corectly. I found this info by browsing

[Gambas-user] Parallel Port

2010-04-03 Thread Bjorn Macintosh
Hi all, Does anyone have a program that interfaces with the parallel port, one written in Gambas. If you do would you be willing to share this program with me as I am trying to write a parallel port interface and am struggling to get my head around a few concepts. mainly how to write to the

Re: [Gambas-user] Parallel Port

2010-04-03 Thread Kadaitcha Man
On 4 April 2010 08:14, Bjorn Macintosh bjorn.macint...@gmail.com wrote: Hi all, Does anyone have a program that interfaces with the parallel port, one written in Gambas.  If you do would you be willing to share this program with me as I am trying to write a parallel port interface and am

[Gambas-user] Parallel Port - Kadaitcha Man

2010-04-03 Thread Bjorn Macintosh
Hiya, I had already found and gone through the link you sent, it is what part of my code was based on. If you have read it and can fully understand it can you tell me what iPortNumber should be in order for me to access the parallel port. I was thinking it would be 888 as a integer (378 in hex