Re: [Gambas-user] write to folder in windows network

2009-10-09 Thread Lee McPherson
Bill-Lancaster wrote: > Thanks for the advice but how do I "mount the path to the network directory"? > I've no doubt the answers is simple but I've tried everything I can think > of. Thanks in advance > Bill Lancaster > > Bill-Lancaster wrote: > >> My Gambas PC is attached to a Windows Network

Re: [Gambas-user] Passive wait ???

2009-09-23 Thread Lee McPherson
Yes M0E Lnx wrote: > Timer seems to do the trick > > Just to be sure though.. > 5 seconds = 5000 miliseconds? > Can somebody verify that for me? > > -- > Come build with us! The BlackBerry® Developer Conference in SF, CA >

Re: [Gambas-user] How to sent a line line to a lp1 printer and form to lp0 printer directly.

2009-09-23 Thread Lee McPherson
Doriano Blengino wrote: > Lee McPherson ha scritto: > >> One alternative is to use the program parashell >> >> Software: http://parashell.sourceforge.net/ >> >> Docs: http://parashell.sourceforge.net/docs/parallel.txt >> >> Apparently, all yo

Re: [Gambas-user] How to sent a line line to a lp1 printer and form to lp0 printer directly.

2009-09-23 Thread Lee McPherson
One alternative is to use the program parashell Software: http://parashell.sourceforge.net/ Docs: http://parashell.sourceforge.net/docs/parallel.txt Apparently, all you need to do is send it byte commands. (and you need root access) I bet that would be much easier if it works as advertised.

Re: [Gambas-user] serial port

2009-09-18 Thread Lee McPherson
yuhej wrote: > I can see that Gambas can handle the serial ports which is a very good news > for me. > Can someone tell me how can I get the list of the serial ports of my > computer? I wish to make an autodetect function and only allow to select > from the working serial ports. > > Robi > I thi

Re: [Gambas-user] Doesn't IF NOT exist? Bug or feature? Or my bad logic?

2009-09-17 Thread Lee McPherson
Rolf-Werner Eilert wrote: > Just stumbled over this when trying to implement a small copying function: > >FOR EACH datei IN Dir(opfad, odatei & ".*") > IF NOT file.Ext(opfad &/ datei) = "lock" THEN >COPY opfad &/ datei TO ziel &/ datei >SELECT CASE file.Ext(ziel &/ datei) >

Re: [Gambas-user] Application_mousedown() + Application_keypress() ?

2009-09-15 Thread Lee McPherson
Lee McPherson wrote: > Ron_1st wrote: >> On Monday 14 September 2009, Lee McPherson wrote: >> >>> Benoît Minisini wrote: >>> >>>>> I'm trying to get an application-wide mouse down event to >>>>> register. I >>>>

Re: [Gambas-user] Application_mousedown() + Application_keypress() ?

2009-09-13 Thread Lee McPherson
Ron_1st wrote: > On Monday 14 September 2009, Lee McPherson wrote: > >> Benoît Minisini wrote: >> >>>> I'm trying to get an application-wide mouse down event to register. I >>>> found that when I do a Form_mousedown() it only triggers when y

Re: [Gambas-user] Application_mousedown() + Application_keypress() ?

2009-09-13 Thread Lee McPherson
Benoît Minisini wrote: >> I'm trying to get an application-wide mouse down event to register. I >> found that when I do a Form_mousedown() it only triggers when you click >> on an empty part of the form, not when you're clicking on any type of >> control. I'm looking for something that will tri

[Gambas-user] Application_mousedown() + Application_keypress() ?

2009-09-11 Thread Lee McPherson
I'm trying to get an application-wide mouse down event to register. I found that when I do a Form_mousedown() it only triggers when you click on an empty part of the form, not when you're clicking on any type of control. I'm looking for something that will trigger whenever you hit the mouse b

Re: [Gambas-user] Coordinate system in Gambas Graphics

2008-12-15 Thread Lee McPherson
Forgive me for not following the whole thread, but are you trying to convert a spherical lat and long to a planar x,y coordinate system? Or are you starting with those distorted maps where Greenland is the size of the United States on a flat map? Because if you want to use real world maps and

Re: [Gambas-user] Music.Length

2008-06-21 Thread Lee McPherson
Wow, this looks to be very useful! And I wasn't even looking for it... Thanks! -Lee [EMAIL PROTECTED] wrote: > Hi > > Once i got a routine (don't remember from, sorry) for mp3-files witch > can extract many properties. > Maybe this can help you somehow. > > Regards, Werner > > > ' Gambas class

Re: [Gambas-user] How to turn off watch window

2008-06-21 Thread Lee McPherson
I think I know what you're talking about. Try hitting the old Alt-F4 after clicking on the window once. :) -Lee jbskaggs wrote: > It's been a few months since Ive asked a question. But this is frustrating > me and it's probably a noobie question- even though I am much more familiar > with Gam

Re: [Gambas-user] Music.Length

2008-06-21 Thread Lee McPherson
I've been working on this for mp3 files. It is really easy to just use an external app to get the length of normal bitrate mp3 files as Stefano suggested. For variable bitrate mp3s, it's a little harder. There are visual basic scripts on the web that can do this... I have them somewhere in m