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
On 4 April 2010 08:14, Bjorn Macintosh 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 struggling
> to get my he
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 port
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
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.
/
-Mensaje original-
De: Benoît Minisini
Reply-to: mailing list for gambas users
Para: mailing list for gambas users
Asunto: Re: [Gambas-user] Missing components
Fecha: Sat, 3 Apr 2010 15:31:19 +0200
>
> Hi.
>
> I managed to solve the problem of not being able to insert components on
>
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.
-
>
> 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
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 :
>
> My programme has many gridview displays in many forms.
> Instead of h
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:
http://old.nabble.com/Control-P-anywhere-in-programme-tp28125480p28
10 matches
Mail list logo