[Gambas-user] Frame

2010-09-13 Thread Shane
Hi everyone I'm using the latest svn of gambas3 and was wondering where the border property for the frame control has gone? -- Start uncovering the many advantages of virtual appliances and start using them to simplify a

Re: [Gambas-user] Frame

2010-09-13 Thread Shane
On 13/09/10 22:46, Benoît Minisini wrote: >> Hi everyone >> >> I'm using the latest svn of gambas3 and was wondering where the border >> property >> for the frame control has gone? >> >> > The frame is drawn by the toolkit, not by Gambas, so I think it has gone > because of your widget style.

Re: [Gambas-user] Frame

2010-09-15 Thread Shane
On 13/09/10 23:06, Fabien Bodard wrote: > 2010/9/13 Shane: > >> On 13/09/10 22:46, Benoît Minisini wrote: >> >>>> Hi everyone >>>> >>>> I'm using the latest svn of gambas3 and was wondering where t

[Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
is there any way of getting continuous mousemove events without pressing a button for the gridview control ? -- Start uncovering the many advantages of virtual appliances and start using them to simplify application depl

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing >> a button for the gridview control ? >> >> > The Tracking property. > > sorry should have mentioned that I was using gambas 2 so what version of gambas should we be usin

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 23:52, Benoît Minisini wrote: >> On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing a button for the gridview control ? >>> The Tracking property. >>> >> sorry should have mentioned

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:26, Benoît Minisini wrote: >>> Give a screenshot to see what you are talking about. >>> >> here you go >> > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a border property in the properties box ? ---

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:41, Benoît Minisini wrote: >> On 19/09/10 09:26, Benoît Minisini wrote: >> > Give a screenshot to see what you are talking about. > here you go >>> Everything seems to be correct in that screenshot. What's the problem? >>> >> is t

[Gambas-user] Toolpanel [Scanned by AINS AntiSpam]

2010-10-25 Thread Shane
Is there a way to increase the height of the toolbars in a toolpanel apart from making the fonts bigger -- This message has been scanned for viruses and dangerous content by Australia Internet Solutions Pty Ltd, and is believed to be clean

[Gambas-user] gambas3 ide bug

2010-12-12 Thread Shane
when you use the del key on keyboard to delete a component on the form the ide stops responding to placing new components and and resizing the form gambas 3 revision 3355 -- Oracle to DB2 Conversion Guide: Learn learn

Re: [Gambas-user] gambas3 ide bug

2010-12-14 Thread Shane
On 13/12/10 16:28, Benoît Minisini wrote: >> when you use the del key on keyboard to delete a component on the form >> the ide stops responding >> to placing new components and and resizing the form >> >> gambas 3 revision 3355 >> > I cannot reproduce that. Can you give more information? > I can't

[Gambas-user] Image to Picture

2010-12-27 Thread Shane
using Gambas 3 I'm trying to copy a image to a picturebox at a certain location using this code Draw.Begin(PictureBox1.Picture) Draw.Image(myimage,(PictureBox1.w-myimage.w)/2,(PictureBox1.h-myimage.w)/2) Draw.End But All I get Is Stray Data From The Screen what Am i Doing Wrong? ---

Re: [Gambas-user] Image to Picture

2010-12-27 Thread Shane
On 27/12/10 21:25, Shane wrote: > using Gambas 3 I'm trying to copy a image to a picturebox at a certain > location using this code > Woops Forgot I also do PictureBox1.Picture = New Picture(PictureBox1.w,PictureBox1.h) > Draw.Begin(PictureBox1.Picture) > > Draw.Image

Re: [Gambas-user] Image to Picture

2010-12-27 Thread Shane
On 27/12/10 21:36, Fabien Bodard wrote: > try to add > > > Picturebox.Picture.Fill(gb.Transparent) > > after setting the new picture > Tried This PictureBox1.Picture = New Picture(PictureBox1.w,PictureBox1.h) Draw.Begin(PictureBox1.Picture) Draw.Image(myimage,(PictureBox1.w-myimage.w)/2,(PictureB

Re: [Gambas-user] Image to Picture

2010-12-27 Thread Shane
On 27/12/10 21:48, Fabien Bodard wrote: > 2010/12/27 Shane: >> On 27/12/10 21:36, Fabien Bodard wrote: >>> try to add >>> >>> >>> Picturebox.Picture.Fill(gb.Transparent) >>> >>> after setting the new picture >>> >>

Re: [Gambas-user] Image to Picture

2010-12-27 Thread Shane
On 27/12/10 21:55, Shane wrote: > On 27/12/10 21:48, Fabien Bodard wrote: >> 2010/12/27 Shane: >>> On 27/12/10 21:36, Fabien Bodard wrote: >>>> try to add >>>> >>>> >>>> Picturebox.Picture.Fill(gb.Transparent) >>>> >

Re: [Gambas-user] Image to Picture

2010-12-27 Thread Shane
On 27/12/10 22:01, Fabien Bodard wrote: > 2010/12/27 Shane: >> On 27/12/10 21:55, Shane wrote: >>> On 27/12/10 21:48, Fabien Bodard wrote: >>>> 2010/12/27 Shane: >>>>> On 27/12/10 21:36, Fabien Bodard wrote: >>>>>> try to

[Gambas-user] tool bar

2011-01-11 Thread Shane
i'm have problems displaying tool button on a toolbar the bottom of the button is all ways cut off using gambas 3 build 3452 -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and

Re: [Gambas-user] serial ports

2015-06-01 Thread Shane
On 01/06/15 21:55, Ron wrote: > https://domotiga.nl/projects/domotiga/repository/revisions/master/entry/DomotiGa3/.src/Util.module#L218 > > Where argument are '/dev/', 'tty[ACM|S|USB]*' > > Regards, > Ron. > > 2015-06-01 13:31 GMT+02:00 Benoît Minisini

Re: [Gambas-user] serial ports

2015-06-01 Thread Shane
ok this works for me "tty[ACM*,USB*]" On 01/06/15 22:20, Shane wrote: > Thanks heaps this is exactly what i wanted. > just one thing i get some 30 odd ttys's and I'm sure there all not > usable serial ports but this is not a problem for me i can just use the >

Re: [Gambas-user] serial ports

2015-06-01 Thread Shane
vice do. (with > usb interfaces) > That's why you see extra code to read the links, you can leave it out > if not needed. > > Regards, > Ron. > > 2015-06-01 14:20 GMT+02:00 Shane : >> Thanks heaps this is exactly what i wanted. >> just one thing i get some 30

[Gambas-user] Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
sent this already but it looks like it didn't work trying again Forwarded Message Subject:Re: MediaPlayer Date: Mon, 7 Sep 2015 17:18:57 +1000 From: Shane To: Benoît Minisini On 07/09/15 13:20, Benoît Minisini wrote: Le 07/09/2015 04:45, Shane a

Re: [Gambas-user] Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
On 08/09/15 11:42, Benoît Minisini wrote: > Le 08/09/2015 00:16, Shane a écrit : >> sent this already but it looks like it didn't work trying again >> >> >> >> Forwarded Message >> Subject: Re: MediaPlayer >> Date:

Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
hing wrong this seems to be the way it should be done thanks Ru Vuott. On 08/09/15 09:22, Ru Vuott wrote: > Hello Shane, > > in " Public Sub Button1_Click() " routine you can try: > > > Public Sub Button1_Click() > >If Not Dialog.OpenFile(

Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
Ok i got End event to trigger but still can't get Progress event to trigger On 08/09/15 16:03, Shane wrote: i don't like the loop thing but thanks i obviously need to call stop i guess i can just call stop before for calling play but i want to load the next song after one is finished

[Gambas-user] id3

2015-09-14 Thread Shane
anyone had any experience with id3 tags in gambas what would be the best lib etc or native gambas code? thanks Shane -- ___ Gambas-user mailing list Gambas-user

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-16 Thread Shane
nice bird On 16/09/15 20:16, Moviga Technologies wrote: > > > Just some thoughts on some modifications > > > -- > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your s

[Gambas-user] Printing

2015-10-12 Thread Shane
What am I doing wrong here I'm trying to print something the same size on the printer as on the screen but when it goes to the printer it huge ? I'm using Paint.Scale and from what the doc's say this should scale the fonts ? InvoicePrint-0.0.1.tar.gz Description: application/gzip ---

Re: [Gambas-user] Printing

2015-10-12 Thread Shane
Le 12 oct. 2015 09:19, "Shane" a écrit : > >> What am I doing wrong here I'm trying to print something the same size on >> the printer as on the screen >> but when it goes to the printer it huge ? >> I'm using Paint.Sc

Re: [Gambas-user] Printing

2015-10-13 Thread Shane
n. But it is not > a problem for filled reports. > > you can see some of my reports here : > https://plus.google.com/u/0/communities/113475756360896510823 > > > > > > > > > > > > > > > 2015-10-13 8:01 GMT+02:00 Shane : >> Hi Fabien I ha

Re: [Gambas-user] Printing

2015-10-13 Thread Shane
Is there a way to stop ReportImage from scaling up to fill the page On 14/10/15 08:02, Shane wrote: > Thanks Fabien I had a quick look at setting ignore to true and I can now > move things where i want > so it might work for me after all Thanks. > > > On 14/10/15 03:47, F

Re: [Gambas-user] Printing

2015-10-14 Thread Shane
sorry my bad I think I forgot the ignore property On 14/10/15 16:17, Fabien Bodard wrote: > Le 13 oct. 2015 23:16, "Shane" a écrit : >> Is there a way to stop ReportImage from scaling up to fill the page >> > Hum. Change the height and width. If they are 0 then autor

[Gambas-user] picturebox

2016-06-12 Thread Shane
I'm trying to display part of an Image in a picture box is this possible i seem to rember something about no mem to mem copy available ? -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patte

Re: [Gambas-user] picturebox

2016-06-12 Thread Shane
I tried that but I get the error Image is read only mypicbox.picture.image = myimage.copy(x,y,width,height) On 12/06/16 22:18, Gianluigi wrote: > Looking for this? > http://gambaswiki.org/wiki/comp/gb.image/image/copy > > 2016-06-12 9:55 GMT+02:00 Shane : > >> I'm tr

Re: [Gambas-user] Conditional edit of a database table

2016-06-17 Thread Shane
Are you looking for something like hConn.Find("clients", "firstname LIKE &1 OR lastname LIKE &1 OR phone like &1 OR street_name LIKE &1 OR suburb LIKE &1", "%" & s & "%") except with AND'S On 17/06/16 06:45, wi...@develop.earthshipeurope.org wrote: > On 2016-06-16 22:05, Benoît Minisini wrote: >

[Gambas-user] paint to report

2016-06-22 Thread Shane
How do I Paint Text directly to a report -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the futu

[Gambas-user] array of classes

2016-07-03 Thread Shane
_hits As Integer and then in the main module i do Public Blocks As New Block[MAX_BLOCKS] and i get an array with Max_BLOCKS indexes on null values what am i doing wrong thanks Shane -- Attend Shape: An AT&T

Re: [Gambas-user] array of classes

2016-07-03 Thread Shane
thanks Bruce that was my problem i just fixed a little differant i used the add function thanks for your help Shane. On 03/07/16 19:38, adamn...@gmail.com wrote: > On Sun, 3 Jul 2016 18:20:15 +1000 > Shane wrote: > >> I'm trying create a array of myClass but when i create i

Re: [Gambas-user] array of classes

2016-07-03 Thread Shane
...@gmail.com wrote: > On Sun, 3 Jul 2016 18:20:15 +1000 > Shane wrote: > >> I'm trying create a array of myClass but when i create it i have an >> array of null values >> >> i have my Rect.class >> >> Public x As Integer >> Public y As Intege

[Gambas-user] ftp client

2013-07-29 Thread Shane
how do i redirect the commands printed to the console to a text area or something when connecting to a ftp server? -- Get your SQL database under version control now! Version control is standard for application code, but

[Gambas-user] Usb

2013-07-30 Thread Shane
is it possible to list all the usb devices on a system? -- Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to

Re: [Gambas-user] Usb

2013-07-30 Thread Shane
On 30/07/13 19:13, Kende Krisztián wrote: >> is it possible to list all the usb devices on a system? >> > Yeah, the lsusb command is your friend. > > -- > Get your SQL database under version control now! > Version control i

[Gambas-user] update

2013-08-13 Thread Shane
just updated gambas from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu now gambas wont run from command line i get $ gambas3 gbr3: unable to load component: gb.clipper -- Get 100% visibility into Java/.NET code

Re: [Gambas-user] update

2013-08-13 Thread Shane
ache. Downgrading the IDE package to a working version should suffice. > > I will let you know when new builds are on the way. > On Aug 13, 2013 9:14 PM, "Shane" wrote: > >> just updated gambas from >> http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu >

[Gambas-user] Gridview Mode

2013-08-26 Thread Shane
I am unable to set the Gridview Mode Property in the IDE I get Incorrect Property Value (not an Object) [System] OperatingSystem=Linux Kernel=3.8.0-29-generic Architecture=x86_64 Distribution=Ubuntu 13.04 Desktop=XFCE Theme=QGtk Language=en_AU.UTF-8 Memory=3808M [Libraries] Cairo=libcairo.so.0.0.

Re: [Gambas-user] Gridview Mode

2013-08-27 Thread Shane
On 27/08/13 17:00, Tobias Boege wrote: > On Tue, 27 Aug 2013, Shane wrote: >> I am unable to set the Gridview Mode Property in the IDE >> I get Incorrect Property Value (not an Object) >> >> >> [System] >> OperatingSystem=Linux >> Kernel=3.8.0-29-g

Re: [Gambas-user] Gridview Mode

2013-08-27 Thread Shane
On 27/08/13 17:48, Tobias Boege wrote: > On Tue, 27 Aug 2013, Shane wrote: >> On 27/08/13 17:00, Tobias Boege wrote: >>> On Tue, 27 Aug 2013, Shane wrote: >>>> I am unable to set the Gridview Mode Property in the IDE >>>> I get Incorrect Property Va

Re: [Gambas-user] Gridview Mode

2013-08-27 Thread Shane
On 27/08/13 18:52, Tobias Boege wrote: > On Tue, 27 Aug 2013, Shane wrote: >> On 27/08/13 17:48, Tobias Boege wrote: >>> On Tue, 27 Aug 2013, Shane wrote: >>>> On 27/08/13 17:00, Tobias Boege wrote: >>>>> On Tue, 27 Aug 2013, Shane wrote: >>>&g

Re: [Gambas-user] Gridview Mode

2013-08-27 Thread Shane
On 27/08/13 20:02, Shane wrote: > On 27/08/13 18:52, Tobias Boege wrote: >> On Tue, 27 Aug 2013, Shane wrote: >>> On 27/08/13 17:48, Tobias Boege wrote: >>>> On Tue, 27 Aug 2013, Shane wrote: >>>>> On 27/08/13 17:00, Tobias Boege wrote: >>>>

Re: [Gambas-user] Gridview Mode

2013-08-27 Thread Shane
On 27/08/13 20:25, Tobias Boege wrote: > On Tue, 27 Aug 2013, Shane wrote: >> On 27/08/13 20:02, Shane wrote: >>> On 27/08/13 18:52, Tobias Boege wrote: >>>> On Tue, 27 Aug 2013, Shane wrote: >>>>> On 27/08/13 17:48, Tobias Boege wrote: >>>>

[Gambas-user] get filename from file path

2013-09-19 Thread Shane
is there a way to get just the filename ext from a path ? -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012

Re: [Gambas-user] get filename from file path

2013-09-19 Thread Shane
On 19/09/13 18:02, Fabien Bodard wrote: I Looked at that but i think my question was unclear sorry i need the filename and the extension from something like \home\user\filename.txt so i need filename.txt hope that make sense now Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane

Re: [Gambas-user] get filename from file path

2013-09-19 Thread Shane
i need the >> filename and the extension from >> something like \home\user\filename.txt so i need filename.txt >> hope that make sense now >> >> >> Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" >&

Re: [Gambas-user] get filename from file path

2013-09-19 Thread Shane
thanks everyone On 19/09/13 19:48, Shane wrote: > yes Of cause I looked at that as well and got confused with to doc's > (feeble brain) > anyway thats > > On 19/09/13 19:39, Kende Krisztián wrote: >> Myext = File.Name(path) >> >>> On 19/09/13 18:02, Fabien

[Gambas-user] debug redirect

2013-09-19 Thread Shane
Is there a way to redirect the debug info from the curl Ftpclient to a textarea or something to give some user feed back (hope this one makes sense) :-) -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.

[Gambas-user] curl ftp

2013-09-30 Thread Shane
I'm having trouble connecting to a FTP server using the curl ftpclient and it seems that it uses EPSV buy default is there a way to switch to PASV mode ? also when i'm finished using the ftp connection what is the correct way to dissconect? th

Re: [Gambas-user] Reading RGB(A) values of screen pixels

2013-11-20 Thread Shane
there is this for ver 2.0 http://gambasdoc.org/help/comp/gb.qt/image where you use image[x,y] On 21/11/13 09:01, ukimiku wrote: > *Dear list members,* > > this is my first post, I am new to Gambas. I tried to find an answer to my > question by searching the list archives first, but have not been a

Re: [Gambas-user] Reading RGB(A) values of screen pixels

2013-11-20 Thread Shane
and here http://gambasdoc.org/help/comp/gb.image/image?v3 On 21/11/13 09:01, ukimiku wrote: > *Dear list members,* > > this is my first post, I am new to Gambas. I tried to find an answer to my > question by searching the list archives first, but have not been able to > find information that was to

Re: [Gambas-user] Reading RGB(A) values of screen pixels

2013-11-21 Thread Shane
Is this of any help On 21/11/13 09:01, ukimiku wrote: *Dear list members,* this is my first post, I am new to Gambas. I tried to find an answer to my question by searching the list archives first, but have not been able to find information that was to the point. There are my 2 questions: a) W

[Gambas-user] sdl

2013-12-14 Thread Shane
what's going on here i'm trying to display and image with a rectangle around it on an SDL Window using Screen.Clear Draw.Image Draw.Rect when i do this i get just the Rect if i comment out the Draw.Rect the Image shows and if i comment out the Screen.Clear the image and rect show -

Re: [Gambas-user] sdl

2013-12-14 Thread Shane
i did a small program On 15/12/13 11:59, Shane wrote: what's going on here i'm trying to display and image with a rectangle around it on an SDL Window using Screen.Clear Draw.Image Draw.Rect when i do this i get just the Rect if i comment out the Draw.Rect the Image shows and if i c

Re: [Gambas-user] sdl

2013-12-15 Thread Shane
sorry wrong one try this On 15/12/13 22:53, Benoît Minisini wrote: Le 15/12/2013 07:06, Shane a écrit : i did a small program That program does not use SDL at all. Please provide a project that shows your problem! SDLtest-0.0.1.tar.gz Description: application/gzip

[Gambas-user] Gridview

2014-01-01 Thread Shane
what is needed to get word warp height resizing working ? this is what i have GridView1.Rows[Index].Height = -1 GridView1[Index, 0].WordWrap = True so wordwarp works but the height is not resized -- Rapidly troubleshoot

[Gambas-user] sdl music

2014-01-27 Thread Shane
Can Someone please add a playing property to the sdl music component it looks easy using 4.5.19 Mix_PlayingMusic |int *Mix_PlayingMusic*()| Tells you if music is actively playing, or not. *Note*: Does not check if the channel has been paused. *Returns*: Zero if the music is not playing,

Re: [Gambas-user] sdl music

2014-01-27 Thread Shane
On 28/01/14 05:46, Benoît Minisini wrote: > Le 27/01/2014 19:39, Benoît Minisini a écrit : >> Le 27/01/2014 11:17, Shane a écrit : >>> Can Someone please add a playing property to the sdl music component it >>> looks easy >>> using >>> >>

[Gambas-user] printer bug ?

2014-02-04 Thread Shane
I think there might be a bug in the printer component this program generates a signal 11 when you press print -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid C

Re: [Gambas-user] print repot to pdf file

2014-02-04 Thread Shane
That's Great just what i needed too On 04/02/14 04:05, Fabien Bodard wrote: > As always you under estimates gb ? > > Just name the file with a .pdf as extention. > > Printer.filename="Toto.pdf" > > Will generate a pdf. > Le 3 févr. 2014 16:46, "PICCORO McKAY Lenz" a > écrit : > >> i note that g

Re: [Gambas-user] printer bug ?

2014-02-04 Thread Shane
and here is the project On 05/02/14 11:26, Shane wrote: I think there might be a bug in the printer component this program generates a signal 11 when you press print -- Managing the Performance of Cloud-Based

[Gambas-user] ppa

2014-02-04 Thread Shane
is the daily build of kendek's ppa still working ? -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.double

[Gambas-user] bug ?

2014-02-05 Thread Shane
is this a bug ? when I use - " Me.Parent.Width " I get a value as exspeced but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0 and the same with " Me.Parent.ClientX .ClientY " etc -- Managing the Perfo

Re: [Gambas-user] spelling bug ?

2014-02-05 Thread Shane
> is this a bug ? > > when I use - " Me.Parent.Width " I get a value as expected > but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0 > and the same with > " Me.Parent.ClientX .ClientY " etc -- Mana

Re: [Gambas-user] spelling bug ?

2014-02-06 Thread Shane
Control.Parent (gb.qt4) Property Read *Parent* As Container <http://gambasdoc.org/help/comp/gb.qt4/container?v3> Returns the control container. On 07/02/14 02:54, Fabien Bodard wrote: > But what is parent ? > Le 6 févr. 2014 06:31, "Shane" a écrit : > >> >

Re: [Gambas-user] Parent bug ?

2014-02-07 Thread Shane
lol what i have is a form2 on a workspace1 and the workspace1 is on the main form1 so from2 I want to get the location of workspace1 on form1 hope that makes sense? it just seem that these properties should be filled. On 07/02/14 17:13, Fabien Bodard wrote: > Le 7 févr. 2014 02:46, "S

[Gambas-user] Pcduino

2014-05-02 Thread Shane
is anyone one using gambas with the pcduino ? to me they are a perfect match better than the pi at the moment i have got basic gpio working but anything else is alluding me is there a way to use a C library or something ? thanks shane

Re: [Gambas-user] Pcduino

2014-05-05 Thread Shane
Can you show me some links to what you are talking about as i am not sure what you mean thanks On 06/05/14 01:41, PICCORO McKAY Lenz wrote: >> From: Shane >> is anyone one using gambas with the pcduino ? >> > i run venenux in darumas's pc's, that are minor

Re: [Gambas-user] Pcduino

2014-05-06 Thread Shane
he pcduino would have a Library for the ardunio side of things but It is a bit more complicated than this it seems On 07/05/14 06:20, PICCORO McKAY Lenz wrote: >> From: Shane >>Can you show me some links to what you are talking about as i am not >> sure what you mean > i

[Gambas-user] SDL Feature Hide Cursor

2014-06-14 Thread Shane
Could we please have the ability in SDL to hide and show the cursor? thanks Shane. -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems

Re: [Gambas-user] SDL Feature Hide Cursor

2014-06-15 Thread Shane
Thanks Benoit On 15/06/14 21:58, Benoît Minisini wrote: > Le 15/06/2014 05:58, Shane a écrit : >> Could we please have the ability in SDL to hide and show the cursor? >> >> thanks Shane. >> > Done in revision #6318. > > Mouse.Hide() hides the cursor. > Mo

[Gambas-user] sdl mouse

2014-06-16 Thread Shane
hi benoit would it be possible to include the ability to keep the mouse within the bounds of the sdl window thanks Shane -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters

[Gambas-user] menu error

2014-06-28 Thread Shane
I get the attached error when trying to insert a menu to an existing project form build 6343 [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.8.0-35-generic Architecture=x86_64 Distribution=Linux Mint 15 Olivia Desktop=GNOME Theme=QGtk Language=en_AU.UTF-8 Memory=3808M [Libraries] Cairo=li

Re: [Gambas-user] menu error

2014-06-29 Thread Shane
ummm maybe i should have said i was using the ide to do this On 29/06/14 18:05, Patrik Karlsson wrote: > My guess is that you have to subtract one from your menu index. > http://en.wikipedia.org/wiki/Off-by-one_error > > > > 2014-06-29 5:14 GMT+02:00 Shane : > >> I

[Gambas-user] making 6349

2014-06-29 Thread Shane
i get this error when trying to make version 6349 make[4]: Entering directory `/home/shane/trunk/gb.desktop.x11/src' CC gb_desktop_x11_la-main.lo CC gb_desktop_x11_la-x11.lo CC gb_desktop_x11_la-c_x11systray.lo CC systray/gb_desktop_x11_la-systray.lo rm: cannot r

Re: [Gambas-user] sdl mouse

2014-07-02 Thread Shane
any word on this On 16/06/14 23:25, Shane wrote: > hi benoit would it be possible to include the ability to keep the mouse > within the bounds of the sdl window > > thanks Shane > > -- > HPCC Systems

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Shane
eset them to within the > window, by code of your application, so that the mouse gets free if the > application dies. > > Rolf > > > Am 03.07.2014 07:44, schrieb Shane: >> any word on this >> >> On 16/06/14 23:25, Shane wrote: >>> hi benoit would it be po

Re: [Gambas-user] sdl mouse

2014-07-05 Thread Shane
Thanks Benoit that works really well as for a name maybe "Capture" On 03/07/14 18:33, Benoît Minisini wrote: > Le 16/06/2014 15:25, Shane a écrit : >> hi benoit would it be possible to include the ability to keep the mouse >> within the bounds of the sdl window >&

[Gambas-user] Settings

2014-07-26 Thread Shane
I'm getting file already exists error when trying to run this code Settings["High_Score"] = HighScore am i doing this the right way? also this is a sdl program. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.8.0-35-generic Architecture=x86_64 Distribution=Linux Mint 15 Olivia Desktop=

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
re/xxx"] = HighScore. > Regards, Matti > > Am 27.07.2014 05:02, schrieb Shane: >> I'm getting file already exists error when trying to run this code >> Settings["High_Score"] = HighScore >> am i doing this the right way? also this is a sdl program. >>

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
Something strange is going on here i just put in the code " Print Settings.Path " and i get the same error but the settings in my other projects work fine? On 28/07/14 10:35, Shane wrote: > still not working i even changed the project name but i still get the > same error and th

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
I'll try its 3.8MB is that to big ? On 28/07/14 11:38, Randall Morgan wrote: > Can you attached your project? > > > On Sun, Jul 27, 2014 at 6:46 PM, Shane wrote: > >> Something strange is going on here i just put in the code " Print >> Settings.Path " an

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
yep to big try this https://drive.google.com/file/d/0B7AcxnE14xeaLVFDUGhja19NcUU/edit?usp=sharing On 28/07/14 11:54, Shane wrote: > I'll try its 3.8MB is that to big ? > > On 28/07/14 11:38, Randall Morgan wrote: >> Can you attached your project? >> >> >>

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
Thanks benoit that fixed it But i'm not sure why but i guess you do Thanks Shane On 28/07/14 15:26, B Bruen wrote: > On Mon, 28 Jul 2014 07:18:47 +0200 > Benoît Minisini wrote: > >> Le 28/07/2014 06:59, B Bruen a écrit : >>> On Sun, 27 Jul 2014 20:35:53 -0

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
the next thing did anyone play it and what are some of your thoughts On 28/07/14 15:43, Shane wrote: > Thanks benoit that fixed it > But i'm not sure why but i guess you do > > Thanks Shane > > > On 28/07/14 15:26, B Bruen wrote: >> On Mon, 28 Jul 2014 07:18:47

Re: [Gambas-user] GridView not setting Row & Column on right-click Menu event

2014-08-07 Thread Shane
this helps Shane. On 07/08/14 08:43, DaveOxford1 wrote: > Hi All > > When right-clicking on a GridView, .Row and .Column are not set to the > values for the new cell in the Menu event (as they in the Click event for a > left-click). > > Is this a bug or the intended behaviou

[Gambas-user] Textbox bug

2014-09-12 Thread Shane
All of a sudden i can't type text in textboxs anymore i can delete but thats it? shane. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-26-generic Architecture=x86_64 Distribution=Linux Mint 16 Petra Desktop=GNOME Theme=QGtk Language=en_AU.UTF-8 Memory=3807M [Libraries]

Re: [Gambas-user] Getting data from table

2012-08-09 Thread Shane
On 10/08/12 15:13, rocko wrote: > I've read the help files and seen a lot of examples on how > to add data to a table but I can' find any examples on how > to get data from a table. > > I need to get total number of fields from a table. I've looked at: > 'Property Read Count As Integer' in the Help

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-09 Thread Shane
On 10/08/12 09:34, acidblue wrote: > I noticed when i use 'datetime' as a type in sqlite it also adds a time at > the end the date: > 8/9/2012 00:00:00 when displayed in a dataview box. use format command > > Is there a way to NOT display the time, just the date? > > I have to re-adjust the column

Re: [Gambas-user] Check if a form is opened/show

2012-08-09 Thread Shane
On 10/08/12 10:24, rocko wrote: > Is there a way to check if a form is opened?? > > If Fmain.Open = True Then > do...something > endif > > I tries .Show but got an error. is this what you need ? http://gambasdoc.org/help/comp/gb.qt4/window/visible?v3 time to read the docs ;-) > > > --

[Gambas-user] Grid view data event

2012-12-04 Thread Shane
cost field how would i do this. thanks shane. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and foc

[Gambas-user] report

2013-01-09 Thread Shane
can someone tell me how to use this tried a test project but can't get anything to display -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your

[Gambas-user] curl ftp

2013-05-14 Thread Shane
trying to use the ftp client but how do you monitor the status of files uploads etc? -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities

  1   2   >