[Gambas-user] gb.web

2019-05-19 Thread Mike Crean via Gambas-user
Hi all, How do I copy HTML inputs to a gambas variable. <%Dim HtmlInput As String%>   Login      userid    password        <%!Arg      ''??? %>     <%''How Do I put user and password into HtmlInput.%> RegardsMike ___ Gambas-user mailing list

Re: [Gambas-user] Gambas not starting

2017-11-12 Thread Mike Crean via Gambas-user
Was just a thought.Unable to help. You should try trawling the web you usually get somegood pointers or the answer to you problem. Mike On Monday, 13 November 2017, 10:49, Mike Crean via Gambas-user <gambas-user@lists.sourceforge.net> wrote: Is your single board computer ARM

Re: [Gambas-user] Gambas not starting

2017-11-12 Thread Mike Crean via Gambas-user
Is your single board computer ARM or X86 RegardsMike On Monday, 13 November 2017, 3:42, Christof Thalhofer wrote: Am 12.11.2017 um 18:12 schrieb T Lee Davidson: > Shouldn't we be using the new Gambas mailing list at > http://lists.gambas-basic.org/ ? Yes :-)

Re: [Gambas-user] Serial I/O with byte data

2017-05-16 Thread Mike Crean
Hi, as I said before most likely Modbus RTU or similar protocol. If so you will need to do some BIT bashing and probably some CRC conversion. You will need to know the frame size among other things. Public Sub HbLb()   Dim Xz2 As Long   Hb = Fix(DataS / 256)   Xz2 = Fix(256 * Hb)   Lb = DataS -

Re: [Gambas-user] Serial I/O with byte data

2017-05-15 Thread Mike Crean
If you are talking about a byte the likes of that used in modbusrtu you will need to do some high low bit manipulation on it. RegardsMike On Monday, 15 May 2017, 13:19, Alexie wrote: Following should work for you: Public Sub XXX_Read()   Dim iLen As Integer   Dim

Re: [Gambas-user] Serial I/O with byte data

2017-05-08 Thread Mike Crean
Hi Alex, have a look at this code for some ideas how I have serial comms working. ' Gambas class file Private Sport As SerialPort Public Pp As Byte Public Po As Byte Public Rxs As String Public Sub Form_Open()   Me.Load   Me.Center End Public Sub Button2_Click()   Sport = New SerialPort As

Re: [Gambas-user] shell

2017-04-26 Thread Mike Crean
Thanks Fabien I have solved the problem. Regards Mike On Tuesday, 25 April 2017, 22:58, Fabien Bodard <gambas...@gmail.com> wrote: ??? 2017-04-25 10:52 GMT+02:00 Charlie <char...@cogier.com>: > Can you post the 'Shell' code you are using. > > > > -

[Gambas-user] shell

2017-04-24 Thread Mike Crean
ing #!/bin/sh and make.The file runs correctly when run from the named directory. The named directory permissions are set for anyone.This is on a Rpi3 running RaspbianAnyone have a fix for this please. Regards Mike --

[Gambas-user] Christmas

2016-12-24 Thread Mike Crean
Merry Christmas to all of our Gambaser's. A cool one in Perth WA this year low 39;s for the big day/ Seasons greetings fromMike Crean -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi

Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread Mike Crean
Just a few choice ones. On Sunday, 20 September 2015, 13:48, Ian Haywood wrote: On Sat, Sep 19, 2015 at 11:21 PM, Ru Vuott wrote: >>  "autodidact" *is* an English word, > > ..that doesn't come from english sure, can you think of a word that

[Gambas-user] Wireless modem

2015-06-06 Thread Mike Crean
Hi, for those thatwent to www.creaniestoys.noip.me asking why I used the the KY-210 433mHz wireless modems running at 19200 bps cause they are cheep (around$15 US) and the 433 mHz band they are on here is free to air. Theyhave a good range for our application. Reliable out to 100 to 130meters.

[Gambas-user] Gambas, Rpi and Signals

2015-06-03 Thread Mike Crean
supply and seems prone to fail. Iwill be installing a UPS and power filter to hopefully over come this problem. Havea look at the signals section in the Trains menu on my web site www.creaniestoys.noip.me.   Many, many best wishes and keep up the great work withGambas.Regards Mike

[Gambas-user] My Web Site

2015-06-02 Thread Mike Crean
Hi all,  For those that are interested my web site is up again  www.creaniestoys.noip.me please be gentile with it cause it is onlyserved up on a raspberry pi model B+ www.raspberrypi.org a computerabout the size of an iphone 4 The images will be a bit slow downloading 1sttime around, be

Re: [Gambas-user] A couple of questions about building web / cgi applications

2015-02-14 Thread Mike Crean
Hey Bruce, have a look at this link for a anaolg gauge html server. \ RegardsMike Gauges |   | |   | |   |   |   |   |   | | GaugesController Channel: Switch Cancel Status: | | | | View on demo.crossbar.io | Preview by Yahoo | | | |   | RegardsMike On Saturday, 14 February 2015,

Re: [Gambas-user] A couple of questions about building web / cgi applications

2015-02-14 Thread Mike Crean
Bruce this is the link Mike Gaugeshttps://demo.crossbar.io/demo/gauges/index.html |   | |   | |   |   |   |   |   | | GaugesController Channel: Switch Cancel Status: | | | | View on demo.crossbar.io | Preview by Yahoo | | | |   |   On Saturday, 14 February 2015, 21:51, Mike Crean

[Gambas-user] Rpi2

2015-02-13 Thread Mike Crean
I have these errors when I install gambas3 Any one help please. make  install-data-hookmake[5]: Entering directory '/home/pi/gambas3-3.6.2/gb.gtk/src'Installing the gb.gtk control icons if needed...Creating the information files for gb.gtk component... make[5]: Leaving directory

[Gambas-user] Rpi2

2015-02-13 Thread Mike Crean
I have these errors when I install gambas3 Any one help please. make  install-data-hookmake[5]: Entering directory '/home/pi/gambas3-3.6.2/gb.gtk/src'Installing the gb.gtk control icons if needed...Creating the information files for gb.gtk component... make[5]: Leaving directory

[Gambas-user] Rpi 2

2015-02-12 Thread Mike Crean
Stock. Parameters do not match1: Project.RefreshBreakpointPicture.50512: Project.Main.247 Any clues please and is there a guide for compiling and installing the latest gambas build anywhere. Regards to all Mike -- Dive

Re: [Gambas-user] Rpi 2

2015-02-12 Thread Mike Crean
Hey Bruce if you can give me some ideas about installing Gambas3 on Raspbian on Rpi 2 it would be great. Best RegardsMike On Friday, 13 February 2015, 13:09, adamn...@gmail.com adamn...@gmail.com wrote: On Thu, 12 Feb 2015 13:53:08 +0100 Tobias Boege tabo...@gmail.com wrote:

Re: [Gambas-user] Rpi

2015-02-03 Thread Mike Crean
windows 10 I want things to go fast haha On Wednesday, 4 February 2015, 14:43, Mike Crean mike.cr...@y7mail.com wrote: windows 10 hehehehehe On Wednesday, 4 February 2015, 4:42, Lewis Balentine le...@keywild.com wrote: Are you sure it's an advantage to install

Re: [Gambas-user] Rpi

2015-02-03 Thread Mike Crean
windows 10 hehehehehe On Wednesday, 4 February 2015, 4:42, Lewis Balentine le...@keywild.com wrote: Are you sure it's an advantage to install windows 10? on anything ??? -- Dive into the World of

[Gambas-user] Rpi

2015-02-03 Thread Mike Crean
So who has ordered there pi 2. I have. Regards to all Mike -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-02 Thread Mike Crean
He Jussi, would one not expect to see CR, LF in a binaryfile and would expect to see EOF. Regards Mike On Tuesday, 3 February 2015, 2:11, Jussi Lahtinen jussi.lahti...@gmail.com wrote: It would certainly be good thing if IDE would have converter for these cases. Meanwhile it should

Re: [Gambas-user] SerialPort: RS232 DTR problem

2015-01-04 Thread Mike Crean
Have you tried a standard loop back cable. Also have a look at the most excepted RS323 standards. This may help. Over the past couple of decades the serial standard has evolved. Current accepted practice says that DSR and DTR should be used for Equipment Status and that hardware flow control be

Re: [Gambas-user] Gambas Software Farm in revision #6676

2014-11-25 Thread Mike Crean
I for one would be in favor of a published and private access to components available on the farm. RegardsMike On Wednesday, 26 November 2014, 13:25, Kevin Fishburne kevinfishbu...@eightvirtues.com wrote: On 11/26/2014 12:02 AM, T Lee Davidson wrote: On 11/25/2014 10:38 PM, Kevin

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-21 Thread Mike Crean
as used on the Beagle Bone Black board. Cheers Mike On Wednesday, 21 May 2014 6:29 PM, Ian Haywood ihaywo...@gmail.com wrote: On Wed, May 21, 2014 at 9:25 AM, Jussi Lahtinen jussi.lahti...@gmail.com wrote: I've been trying to compile Gambas on a development board that uses the Allwinner A10

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
So how about di, di, dit, dar,dar,dar On Friday, 7 February 2014 3:53 PM, Ru Vuott vu...@yahoo.it wrote: morse code  sound a kind of bip bip ? Ven 7/2/14, Dirk y...@gmx.net ha scritto: Oggetto: [Gambas-user] morse code  sound ? A:

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
that dits and dahs are always separated by dot duration gaps, and that gaps are always separated by dits and dahs. On Friday, 7 February 2014 4:25 PM, Mike Crean mike.cr...@y7mail.com wrote: So how about di, di, dit, dar,dar,dar On Friday, 7 February 2014 3:53 PM, Ru Vuott vu...@yahoo.it

Re: [Gambas-user] Externs ... yet again

2014-01-27 Thread Mike Crean
Hey Bruce are you on the apple isle, if so its never really hot. Try a real state if you want hot (WA) :-). Cheers Mike On Monday, 27 January 2014 2:09 PM, Bruce bbr...@paddys-hill.net wrote: On Mon, 2014-01-27 at 15:48 +1030, Bruce wrote: 'aspell_config_replace(spell_config, lang

Re: [Gambas-user] Serial port control

2013-12-23 Thread Mike Crean
Then   Goto NoRx     Endif         RxLen = InStr(Rx, Chr(13))     LabelRxlen.Text = RxLen     ListBox1.Add(Rx)   NoRx:   Rx = End Best Regards Mike Very Merry Christmas to all On Monday, 23 December 2013 5:03 PM, nando nand...@nothingsimple.com wrote: My suggestion to reading 124 bytes from

[Gambas-user] (no subject)

2013-12-07 Thread Mike Crean
Me to. Keep it the same as most BASIC's use the underscore _ as line extension.   Regards to all Mike   PS if you do it, have a merry Christmas -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps

[Gambas-user] shell

2013-12-03 Thread Mike Crean
Hey Ivan, thanks very much for that. I forgot all about the piping command.   Regards Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

[Gambas-user] shell

2013-12-02 Thread Mike Crean
the string works fine. Thanks in advance Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

[Gambas-user] (no subject)

2013-12-02 Thread Mike Crean
the string works fine. Thanks in advance Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

[Gambas-user] Where are the Widgets

2013-09-09 Thread Pryor, Mike
I've just started exploring Gambas 3 and I notice it doesn't display a set of widgets (controls) like the buttons, labels, frames etc. What are the magic words to get this to display? Gambas 2 automatically displays them when I create a new project. I'm using Fedora 17.

Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13

2013-09-09 Thread Pryor, Mike
are the Widgets (Pryor, Mike) 7. Re: Gambas-user Digest, Vol 88, Issue 12 (PICCORO McKAY Lenz) -- Message: 1 Date: Sun, 08 Sep 2013 19:16:38 +0200 From: Beno?t Minisini gam...@users.sourceforge.net Subject: Re: [Gambas

Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13

2013-09-09 Thread Pryor, Mike
Minisini) 2. Re: Gambas in background (Beno?t Minisini) 3. Gambas in background (bill-lancaster) 4. Re: More applications for the repository (Julio Sanchez) 5. Re: Gambas in background (Fabien Bodard) 6. Where are the Widgets (Pryor, Mike) 7. Re: Gambas-user Digest, Vol 88

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-06 Thread Pryor, Mike
, 2013-09-05 at 15:37 +, Pryor, Mike wrote: Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package appears not to be updated. Oddly, it is dependent on an older version of gambas-runtime. It suggests to me that few Fedora users are using Gambas 3. Which

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-06 Thread Pryor, Mike
', included the gb.gui components in another package. From: Willy Raets [wi...@earthshipbelgium.be] Sent: Friday, September 06, 2013 10:40 AM To: Pryor, Mike Cc: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-06 Thread Pryor, Mike
, Pryor, Mike a écrit : I found out that gb.gui was not installed when I tried to run 'rpm ql gambas3-gb.gui'. However, there appears to be a gb.gui component in the component tab. Interesting mystery here. The tab does not indicate the version of the component. I wonder whether

[Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
-runtime-3.4.1-1.fc17.i686 (@updates) gambas3-runtime = 3.4.1-1.fc17 Available: gambas3-runtime-3.0.0-2.fc17.i686 (fedora) gambas3-runtime = 3.0.0-2.fc17 You could try using --skip-broken to work around the problem Mike

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 16:54, Pryor, Mike a écrit : I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting my hands

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
:03 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 16:54, Pryor, Mike a écrit : I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. Are you trying to discourage people from

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
Please disregard my last message. I ran ./reconf instead of ./reconf-all. It may be that I'm too stupid to use Gambas. Perhaps I should stick with TCL. From: Pryor, Mike [mpr...@vwstores.com] Sent: Thursday, September 05, 2013 11:25 AM To: mailing list

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
. From: Benoît Minisini [gam...@users.sourceforge.net] Sent: Thursday, September 05, 2013 10:05 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 15:47, Pryor, Mike a écrit : Hello. I'm trying

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
programming tool. I have some experience with the configure, make and make install process and yes sometimes it goes well and sometimes not. I guess this is a NOT. Mike From: Fernando [ferna...@cmartins.nl] Sent: Thursday, September 05, 2013 11:27 AM

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-05 Thread Pryor, Mike
To: mailing list for gambas users; mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install On Sep 5, 2013 16:37 Pryor, Mike mpr...@vwstores.com wrote: Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package appears

[Gambas-user] gw.web

2013-02-23 Thread Mike Crean
Hi Tobi, I have just translated the 1st 14 pages of the PDF. If you can translate from your end and up date for Gambas 3 that would be great. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Hi Randall,   If Tobi is on the side perhaps he can check with Hans' if it is OK to release my English version of his work.   Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas web site.   Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

[Gambas-user] (no subject)

2013-02-22 Thread Mike Crean
. thanks for the help and any other suggestions. Mike #!/bin/env /usr/bin/gbw3 Gambas3 Web Server. % print A01 ON % and many other combinations #!/user/bin/env /usr/bin/gbw3 Gambas3 Web Server. % print A01 ON %   Mike

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Tobi, Thanks for the offer I would like some help. You can get me at mike.cr...@y7mail.com any help is appreciated. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster

[Gambas-user] gb.web

2013-02-21 Thread Mike Crean
with an example and any changes I would have to make to files and directors for Gambas 3 and Apache2. The OS is Ubuntu 12.04. If this is to much to ask perhaps you can suggest someone that can help me. Best Regards Mike Crean

Re: [Gambas-user] gb.web

2013-02-21 Thread Mike Crean
% print Stuff or print A01 ON % /body /html Mike From: Jussi Lahtinen jussi.lahti...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Thursday, 21 February 2013 11:25 PM Subject: Re: [Gambas-user] gb.web Please be more specific

[Gambas-user] gb.web

2013-02-05 Thread Mike Crean
Hi all, Anyone have some simple example code for web page creation or control with Gambas 3 gb.web I would like to get serial data from an Arduino and display it on a HTML web page. Regards Mike -- Free Next-Gen

[Gambas-user] To All

2012-12-24 Thread Mike Crean
A Merry Christmas to all. Best Regards Mike Crean Perth W.A. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency

[Gambas-user] Puppy on Pi

2012-12-23 Thread Mike Crean
is at alpha 4 stage. I think BarryK is looking for feed back on it. Cheers Mike -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve

Re: [Gambas-user] RaspberryPi

2012-12-20 Thread Mike Crean
update GB3 from the sourceforge site. If you do this with the Pi be prepared to wait a few hours for the download and install to complete. Hope this is of some help. Cheers Mike From: John Rose john.aaron.r...@gmail.com To: MailingList GambasUsers gambas-user

Re: [Gambas-user] Problem with Ubuntu 12.04 + SerialPort Example

2012-12-11 Thread Mike Crean
Hi abbat81, Usually this indicates you are trying to open the wrong device . Perhaps this code snip will help. If you are connecting to an Ardunio with USB look in /dev/ to see if ttyACM0 is there. Remember the file names are case sensitive. Regards Mike Label2.Text = ttyACM0,57600,N,8,1

Re: [Gambas-user] Need personal help

2012-09-28 Thread Mike Crean
Hi Fabien, this may help http://en.wikipedia.org/wiki/Registered_jack   regards Mike From: Fabien Bodard gambas...@gmail.com To: gambas-user@lists.sourceforge.net Sent: Friday, 28 September 2012 3:12 AM Subject: [Gambas-user] Need personal help Do know

Re: [Gambas-user] Gambas 3 on RPi photo?

2012-09-28 Thread Mike Crean
outputs 5 to 30VDC at 150 ma each. I will have my web site up in a few days and let you all know about it here. Looks like the 7 phots I sent are to big for the mailing list. Let me know if I can send them another way. Regards Mike mike.cr...@y7mail.com From

Re: [Gambas-user] Need personal help

2012-09-28 Thread Mike Crean
-communication/en/ie/cabling-technology/fast-connect-rj45-plug/pages/fast-connect-rj45-plug.aspx   Regards Mike From: Fabien Bodard gambas...@gmail.com To: gambas-user@lists.sourceforge.net Sent: Friday, 28 September 2012 3:12 AM Subject: [Gambas-user] Need personal

[Gambas-user] Test

2012-08-09 Thread Mike Crean
Pardon me -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security,

[Gambas-user] Pardon its a test

2012-08-09 Thread Mike Crean
Test msg -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security,

Re: [Gambas-user] Declaring external C libraries

2012-08-05 Thread Mike Crean
Hi will it be setup to install run on Raspbian or only Squeeze ? Mike From: Christer Johansson li...@hth.com To: 'mailing list for gambas users' gambas-user@lists.sourceforge.net Sent: Sunday, 5 August 2012 6:07 PM Subject: Re: [Gambas-user] Declaring

[Gambas-user] Raspberry Pi

2012-08-02 Thread Mike Crean
. When I run GB3 the Rpi CPU usage went to 100% and the Rpi hung. Any one have GB3 running on Raspbian and any idea why GB3 hangs for me. Regards to all Mike -- Live Security Virtual Conference Exclusive live event

[Gambas-user] Video Capture

2011-02-19 Thread Mike
Hi Benoit, Have I missed something in the MyWebCam example as I do not see any code to capture a video stream to file (AVI). is there any example code to do this. Best Regards Mike -- The ultimate all-in-one

[Gambas-user] test

2010-12-24 Thread Mike
TEST -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle

[Gambas-user] Gambas RC

2010-12-24 Thread Mike
the club server and my iphone 4 over a Wi-Fi connection. The severs Wi-Fi USB adapter is connected to a 9 db whip mounted about 4 mts above the club room giving coverage out to about a 500 mt radius. Enjoy. A very Merry Christmas and a Happy New Year to all. Best Regards Mike

Re: [Gambas-user] To wish list... (Tom Harvey)

2010-08-27 Thread Mike
Benoit, Australia, Sunday is the 1st day of the week. Regards Mike On Thu, 2010-08-26 at 17:35 +0200, Benoît Minisini wrote: Hi, I would like an option in DateChooser to display Sunday as the 1st day of the week on DateChooser. Presently Monday (the 2nd day of the week) is displayed

Re: [Gambas-user] Video

2010-06-10 Thread Mike
Have tried the examples and Gambas hangs when the picturebox call is made I am running on Ubuntu 10.xx any other examples and can I remove the write protection off the example files. Regards Mike -Original Message- From: Fabien Bodard [mailto:gambas...@gmail.com] Sent: Thursday, 10

[Gambas-user] Video

2010-06-09 Thread Mike
Hi Gang, Can anyone please list Gambas example code to implement web cam or video capture using gb.v4l. Unable to find any with a Google search. Thanks Mike -- ThinkGeek and WIRED's GeekDad team up

Re: [Gambas-user] Wrong error message

2010-05-04 Thread mike
On 05/04/2010 02:03 PM, Benoît Minisini wrote: I feel something weird in using an integer variable as if it was a string, and the above snippet does that. As I said earlier, it is sometimes useful. Datatype is integer because all other usage of that variable is mundane math.

Re: [Gambas-user] Parallel Port - Illegal Seek -

2010-04-07 Thread mike
On 04/07/2010 02:47 PM, nando wrote: Seek will not change the address. -- Original Message --- From: Doriano Blenginodoriano.bleng...@fastwebnet.it To: nand...@nothingsimple.com, mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wed, 07 Apr 2010 11:06:42

Re: [Gambas-user] Serial port data being changed ???? -- Solved

2009-12-08 Thread mike
Ahh, Thank you. Now I can move on to finish my project. snip This is a Linux thing. Not Gambas. The icrnl flaf is set as standard. Easiest way is to use stty to change it. SHELL stty -F SerPort1.PortName -icrnl

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Mike
Benoît Minisini wrote: snip This is a Linux thing. Not Gambas. The icrnl flaf is set as standard. Easiest way is to use stty to change it. SHELL stty -F SerPort1.PortName -icrnl I'm not a serial port user at all, and I find that behaviour a bit strange. Would it be useful to

[Gambas-user] Serial port data being changed ????

2009-12-07 Thread mike
I'm having trouble with Gambas and the serial ports. Something is changing binary h0d to h0a when received from a serial port. I noticed it in a program that I've been working on that receives packets of binary data from a microprocessor. I wrote a little test program to demonstrate the problem

Re: [Gambas-user] gambase and modbus

2009-10-02 Thread Mike
Jean-Yves F. Barbier wrote: Hi folks, Does anybody have experience (and code) of ModBus driven by Gambas? JY ASCII or RTU Mike -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only

Re: [Gambas-user] serial port

2009-09-21 Thread Mike
___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Is the list up. Mike -- Come build with us! The BlackBerryreg

Re: [Gambas-user] serial port

2009-09-20 Thread Mike
SUB Sport_Read() SLEEP 0.025 TRY READ #Sport, Rx, Lof(Sport) IF ERROR THEN GOTO NoRx ENDIF IF Len(Rx) 8 THEN ListBox1.Add(Rx) END IF NoRx: Rx = END PUBLIC SUB Form_Close() Sport.Close() QUIT END Regards Mike

[Gambas-user] Puppy

2009-06-18 Thread Mike
. Thanks Mike -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web

Re: [Gambas-user] EXEC vs. SHELL

2009-06-16 Thread Mike Keehan
Hi Rolf, EXEC will run a single executable program. SHELL can run a shell script, including pipes and redirection between two or more executables. You could think of EXEC as the fundamental way to run another program, while SHELL is shorthand for EXEC /bin/bash parameters Mike. Rolf

Re: [Gambas-user] redirecting stdout/console output to a textbox

2009-05-11 Thread Mike Keehan
Kevin, Look up the SHELL command in the help browser - it takes parameters for Read|Write or Input|Output which can do what you want. And look at the Console example program which uses the EXEC and captures output. Mike. Kevin Fishburne wrote: I'm using GAMBAS to control several daemons

Re: [Gambas-user] Problem with gambas..

2009-03-27 Thread Mike Keehan
/Prueba/imagenes/*.*»: File don't exists Help Please.. what's wrong.. Hi Carlos, Try using SHELL instead of EXEC. The *.* expression gets expanded by the Shell not by individual programs like rm. Mike

[Gambas-user] shell

2008-09-02 Thread Mike
Hi all I am trying to run the terminal with input from the gambas shell command. Looks like I have it wrong, any help please. SHELL /home/mike/Desktop/Terminal espeak Hello Regards all Mike - This SF.Net email

[Gambas-user] text files

2008-08-26 Thread Mike
Hi all How do I save a text file without extra chars at the start of the file. If I save with the following code there is one extra char added to the start of the file. Hfile = OPEN /home/mike/cmrmsg.txt FOR WRITE CREATE WRITE #hfile, Stuff CLOSE #hfile If I use a very long string I