[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 Gambas-

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 wrote: Is your single board computer ARM or X86 RegardsMike     On Monday, 13

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 :-) Alles Gute Christof Tha

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 aData As Byte[]   i

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 "Spo

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 wrote: ??? 2017-04-25 10:52 GMT+02:00 Charlie : > Can you post the 'Shell' code you are using. > > > > - > Check out www.gambas.one > -- > Vie

[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 -- Che

[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 proces

Re: [Gambas-user] New gb.web.form component

2015-11-18 Thread Mike Crean
Hi Benoit, take alook at http://www.sitepoint.com/build-your-own-ajax-web-apps/andhttp://www.htmlgoodies.com/beyond/javascript/article.php/3767776/How-to-Develop-Web-Applications-with-Ajax-Part-1.htmfor a look at the AJAX technologies. Best Regards Mike On Thursday, 19 November 2015, 7:03

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 does? --

Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Mike Crean
Hey Richard it comes with the grey hair. RegardsMike On Monday, 17 August 2015, 18:14, richard terry wrote: Hi List, I wonder if anyone has good advice/method for documenting the code within a gambas project to make it easy to find stuff. Our medical records project which has bee

[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. I

[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 patient.

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

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, 12:07

[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 '/home/pi/gambas3

[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 '/home/pi/gambas3

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" wrote: On Thu, 12 Feb 2015 13:53:08 +0100 Tobias Boege wrote: > (Although I fear that Bruce will jump

[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 into

Re: [Gambas-user] Rpi

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

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 wrote: windows 10 hehehehehe On Wednesday, 4 February 2015, 4:42, Lewis Balentine wrote: >> Are you sure it's an advantage to install windows 10? <

[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 wrote: It would certainly be good thing if IDE would have converter for these cases. Meanwhile it should be pretty easy to write

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

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 wrote: On 11/26/2014 12:02 AM, T Lee Davidson wrote: > On 11/25/2014 10:38 PM, Kevin Fishburne wrote: >> Since th

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 wrote: On Wed, May 21, 2014 at 9:25 AM, Jussi Lahtinen wrote: >> I've been trying to compile Gambas on a development board that uses the >> Allwinner A10 SOC.  I know there i

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

2014-02-07 Thread Mike Crean
5. medium gap (between words) — 000 Note that this method assumes 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 wrote: So how about di, di, dit, dar,dar,dar On Frid

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 wrote: "morse code  sound" a kind of bip bip ? Ven 7/2/14, Dirk ha scritto: Oggetto: [Gambas-user] morse code  sound ? A: Gambas-user@lists.sourceforge.n

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 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
nary data over the comms link. Hope this is of some help. Best Regards Mike Merry Christmas to all.   On Tuesday, 24 December 2013 2:38 AM, Carl Nilsson wrote: G'day Guys (Nando, Randall and Mike): Thanks for your helpful replies.  It's 5 am here and I woke up an hour ago with th

Re: [Gambas-user] Serial port control

2013-12-23 Thread Mike Crean
()     Try Read #Sport, Rx, Lof(Sport)       If Error 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,

[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

Re: [Gambas-user] Line continuation

2013-12-07 Thread Mike Crean
Me to. keep it same as most basic's use underscore On Saturday, 7 December 2013 8:19 PM, Jesus wrote: El 06/12/13 22:04, ISS Boss escribió: > >    I agree with John, Benoît.  There really should be a specific character >to >    continue a line; if only to keep from confusing anyone main

[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 o

[Gambas-user] (no subject)

2013-12-02 Thread Mike Crean
on file. It stays at the old value of "in". If I run it from a terminal the string works fine. Thanks in advance Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don&#

[Gambas-user] shell

2013-12-02 Thread Mike Crean
on file. It stays at the old value of "in". If I run it from a terminal the string works fine. Thanks in advance Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don&#

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

2013-09-09 Thread Pryor, Mike
oday's Topics: > >1. Re: Gambas in background (Beno?t 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

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

2013-09-09 Thread Pryor, Mike
ory (Julio Sanchez) >5. Re: Gambas in background (Fabien Bodard) >6. Where are the Widgets (Pryor, Mike) >7. Re: Gambas-user Digest, Vol 88, Issue 12 (PICCORO McKAY Lenz) > > > -- > > Message:

[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] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-06 Thread Pryor, Mike
17:01, 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 com

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

2013-09-06 Thread Pryor, Mike
ger, 'spot', 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-G

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

2013-09-06 Thread Pryor, Mike
Gui Won't Install On Thu, 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 tha

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

2013-09-05 Thread Pryor, Mike
ptember 05, 2013 12:03 PM 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" wrote: > Thanks, Fernando. Fedora does provide a Gambas 3 package but the > gambas-

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 To

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

2013-09-05 Thread Pryor, Mike
e I'm going through. 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 écri

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

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

2013-09-05 Thread Pryor, Mike
ay, September 05, 2013 11: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' scri

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 &

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

2013-09-05 Thread Pryor, Mike
talled: gambas3-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

[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] 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] 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-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 with

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
tions. 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_d2

[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

Re: [Gambas-user] gb.web

2013-02-21 Thread Mike Crean
Web Server. <% print Stuff or print "A01 ON" %> Mike From: Jussi Lahtinen To: mailing list for gambas users Sent: Thursday, 21 February 2013 11:25 PM Subject: Re: [Gambas-user] gb.web Please be more specific. Send your project and tell

[Gambas-user] gb.web

2013-02-21 Thread Mike Crean
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

[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
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 To: MailingList GambasUsers Sent: Thursday, 20 December 2012 3:02 AM

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,

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 To: gambas-user@lists.sourceforge.net Sent: Friday, 28 September 2012 3:12 AM Subject: [Gambas-user] Need personal help Do know the

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

2012-09-28 Thread Mike Crean
& 6 open collector 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 __

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 To: gambas-user@lists.sourceforge.net Sent: Friday, 28 September 2012 3:12 AM Subject: [Gambas-user] Need personal help Do know the trademark of this

[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, mobi

[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, mob

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 To: 'mailing list for gambas users' Sent: Sunday, 5 August 2012 6:07 PM Subject: Re: [Gambas-user] Declaring external C libraries > Doe

[Gambas-user] Raspberry Pi

2012-08-02 Thread Mike Crean
d no errors. 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-20 Thread Mike
Hi, I think i got it. Install dvgrab shell to it from Gambas with desired options. See this for more info. http://manpages.ubuntu.com/manpages/hardy/man1/dvgrab.1.html Regards Mike -- The ultimate all-in-one

[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] Video Capture

2011-02-19 Thread Mike
Hi All, I have an application that uses the MyWebCam example how do I capture the video stream as an avi file for viewing with Movie Player etc. Regards Mike -- The ultimate all-in-one performance toolkit: Intel(R

[Gambas-user] Gambas RC

2010-12-24 Thread Mike
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

[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

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 d

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 fo

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

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 Blengino > To: nand...@nothingsimple.com, mailing list for gambas users > > Sent: Wed, 07 Apr 2010 11:06:42 +0200 > Subject: Re: [Gambas-user] Parallel Port - Ille

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

2009-12-08 Thread Mike
Benoît Minisini wrote: 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

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. > > 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" > > > > ---

[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 a

Re: [Gambas-user] gambase and modbus

2009-10-02 Thread Mike
Jean-Yves F. Barbier wrote: > Mike a écrit : > >> Jean-Yves F. Barbier wrote: >> >>> Hi folks, >>> >>> Does anybody have experience (and code) of ModBus driven by Gambas? >>> >>> JY >>> >>> >&

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 BlackBerry® Developer Conferenc

Re: [Gambas-user] serial port

2009-09-21 Thread Mike
---- > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of

Re: [Gambas-user] serial port

2009-09-20 Thread Mike
port.DataBits = "8" Sport.StopBits = "1" Sport.FlowControl = 0 TRY Sport.Open() IF ERROR THEN TRY Sport.PortName = "/dev/ttyS0" Sport.Speed = "19200" Sport.Parity = 0 Sport.DataBits = "8" Sport.Sto

[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 . Mike. Rolf-Werner Eilert

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

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

2009-03-27 Thread Mike Keehan
t; But I got an error.. on console... rm: can't erase > «/home/carlosh/Prueba/imagenes/*.*»: File don't exists > > Help Please.. what's wrong.. > Hi Carlos, Try using SHELL instead of EXEC. The *.*

Re: [Gambas-user] stderr output via exec

2008-10-27 Thread Mike Keehan
Try using SHELL instead of EXEC. Mike. Ron wrote: > Hi, > > small question., I remember something similar in a thread some time ago, > but couldn't find it. > > I can't catch the stderr output from the hcitool command into a string. > > This doesn't wo

[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

[Gambas-user] broken link

2008-09-01 Thread Mike
Benoit, on the Gambas site the link bellow seems to be broken. http://gambas.gnulinex.org/ubuntu Regards Mike - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

[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

[Gambas-user] project transfer

2008-07-15 Thread Mike
How do I transfer a gambas2 project from my pc to my notebook - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand p

[Gambas-user] Missing gb.qt

2008-06-09 Thread Mike Brett
ed runtime file and could see no mention of the gb.qt component. I'd much appreciate being pointed in the right direction. Thank you. - Mike Brett - - Check out the new SourceForge.net Marketplace. It's the bes