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
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
>
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
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.
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
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)
>
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
>>>>
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
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
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
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
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
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
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
14 matches
Mail list logo