[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 application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.
>
> Regards,
>
>
Hi Benoit
Not sure I know what you mean. how do I change my widget style ?


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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.
>>>
>>> Regards,
>>>
>>>
>>>
>> Hi Benoit
>> Not sure I know what you mean. how do I change my widget style ?
>>  
> by changing the kde theme !
>
> And just to talk ... this problem have been signaled... near to 34 time now...
>
> Benoit is it possible to add this in the faq ?
>
>
>>
>> --
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing
>> http://p.sf.net/sfu/novell-sfdev2dev
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>  
>
>
>
Ok So is possible to have a border around a frame in ide at design time 
so it
is easier to place other controls in relation to the frame etc


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 using??
I have tried gambas 3 but I find Gambas 2 better
as I mentioned earlier I like To Have Borders Around my controls
at lest at design time so you know where they are

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 that I was using gambas 2
>> so what version of gambas should we be using??
>> I have tried gambas 3 but I find Gambas 2 better
>> as I mentioned earlier I like To Have Borders Around my controls
>> at lest at design time so you know where they are
>>
>>  
> You just have to change your Qt style! :-)
>
> If you don't use KDE but Gnome, find a program named "qtconfig" or
> "qt4config", and with it you will be able to choose a style where frame have
> borders.
>
> Regards,
>
>
Ok Thanks Benoit that's what I wanted I now have a border at design time but
no border in the properties box is this correct do I need to recompile?


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 ?

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 there not meant to be a border property in the properties box ?
>>
>>  
> What do you want? A Border property in the Frame class?
>
> If you want no border, then don't use Frame, use Panel.
>
> Regards,
>
>
sorry to be a pain that's all fine I was just wondering if there should 
be a property for it but
obviously not ! thanks


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 reproduce this now either might be my system new install of 
linux mint 10 64 bit
i did notice the if you place a control you can not delete it until you 
click away from it and
then come back not saying this is a bad thing

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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(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?
>
>
> --
> 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 RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,(PictureBox1.h-myimage.w)/2)
Draw.End

PictureBox1.Picture.Fill(Color.Transparent)

Their is no gb.transparent

--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>>>
>> Tried This
>>
>> PictureBox1.Picture = New Picture(PictureBox1.w,PictureBox1.h)
>>
>> Draw.Begin(PictureBox1.Picture)
>> Draw.Image(myimage,(PictureBox1.w-myimage.w)/2,(PictureBox1.h-myimage.w)/2)
>> Draw.End
>>
>> PictureBox1.Picture.Fill(Color.Transparent)
>>
>> Their is no gb.transparent
> no gb.transparent
> but color.transparent
> http://gambasdoc.org/help/comp/gb.qt/color/transparent
>> --
>> 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 RAC database
>> without downtime or disruption
>> http://p.sf.net/sfu/oracle-sfdevnl
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
Sorry Fabian Should Have Said That The Result Was the Same


--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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)
>>>>
>>>> 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,(PictureBox1.h-myimage.w)/2)
>>> Draw.End
>>>
>>> PictureBox1.Picture.Fill(Color.Transparent)
>>>
>>> Their is no gb.transparent
>> no gb.transparent
>> but color.transparent
>> http://gambasdoc.org/help/comp/gb.qt/color/transparent
>>> --
>>> 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 RAC database
>>> without downtime or disruption
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>
> Sorry Fabian Should Have Said That The Result Was the Same
>
if i just set PictureBox1.Picture = myimage.Picture the Image is Displayed
but in the top left corner
> --
> 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 RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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,(PictureBox1.h-myimage.w)/2)
>>>>> Draw.End
>>>>>
>>>>> PictureBox1.Picture.Fill(Color.Transparent)
>>>>>
>>>>> Their is no gb.transparent
>>>> no gb.transparent
>>>> but color.transparent
>>>> http://gambasdoc.org/help/comp/gb.qt/color/transparent
>>>>> --
>>>>> 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 RAC database
>>>>> without downtime or disruption
>>>>> http://p.sf.net/sfu/oracle-sfdevnl
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>
>>> Sorry Fabian Should Have Said That The Result Was the Same
>>>
>> if i just set PictureBox1.Picture = myimage.Picture the Image is Displayed
>> but in the top left corner
> and with the alignment ?
>
Yep That Did It Thanks Very Much Fabian guess we don't need to to it the 
way I used to with gambas 2
did gambas 2 picturebox have an alignment Property?

>>> --
>>> 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 RAC database
>>> without downtime or disruption
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>> --
>> 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 RAC database
>> without downtime or disruption
>> http://p.sf.net/sfu/oracle-sfdevnl
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>


--
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 RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] serial ports

2015-06-01 Thread Shane
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 
ones with values
also i would have thought that a filter of 'tty[ACM|USB]*' would stop this


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 :
>> Le 01/06/2015 12:23, Shane a écrit :
>>> what would be the best way to make a list of available serial ports in a
>>> gambas program?
>>>
>>> thanks Shane
>>>
>> Does anyone have an idea?
>>
>> ls /dev/lp* maybe?
>>
>> --
>> Benoît Minisini
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> ones with values
> also i would have thought that a filter of 'tty[ACM|USB]*' would stop this
>
>
> 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 :
>>> Le 01/06/2015 12:23, Shane a écrit :
>>>> what would be the best way to make a list of available serial ports in a
>>>> gambas program?
>>>>
>>>> thanks Shane
>>>>
>>> Does anyone have an idea?
>>>
>>> ls /dev/lp* maybe?
>>>
>>> --
>>> Benoît Minisini
>>>
>>> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] serial ports

2015-06-01 Thread Shane
Thanks very much Ron :-)

On 01/06/15 22:57, Ron wrote:
> Onboard serial ports show themselves as /dev/ttyS0-4, so maybe you can
> tighten the filter.
>
> We prefer to use the /dev/serial/by-id/* links since those don't
> change after reboots, where as the normal /dev/tty device 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 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
>> ones with values
>> also i would have thought that a filter of 'tty[ACM|USB]*' would stop this
>>
>>
>> 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 :
>>>> Le 01/06/2015 12:23, Shane a écrit :
>>>>> what would be the best way to make a list of available serial ports in a
>>>>> gambas program?
>>>>>
>>>>> thanks Shane
>>>>>
>>>> Does anyone have an idea?
>>>>
>>>> ls /dev/lp* maybe?
>>>>
>>>> --
>>>> Benoît Minisini
>>>>
>>>> --
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 écrit :

hi I'm trying to use the media player component i can load a song and
play it
but when i change the URL field to a new file and then call play it
won't play the new file
is there something else i need to do to play the next file funnily
enough if i add the next song
before it finishes playing it will play the new song when the old one
finishes




Can you provide your project so that I can see what you are doing
exactly?



[System]
Gambas=3.8.0
OperatingSystem=Linux
Kernel=3.19.0-22-generic
Architecture=x86
Distribution=Ubuntu 15.04
Desktop=LXDE
Theme=Gtk
Language=en_AU.UTF-8
Memory=3889M
[Libraries]
Cairo=libcairo.so.2.11400.2
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.8.9
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.405.0
GTK+3=libgtk-3.so.0.1400.13
GTK+=libgtk-x11-2.0.so.0.2400.27
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.49.0.0
Qt4=libQtCore.so.4.8.6
Qt5=libQt5Core.so.5.4.1
SDL=libSDL-1.2.so.0.11.4
[Environment]
CLUTTER_IM_MODULE=xim
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-3LjCxec38A
DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path
DESKTOP_SESSION=Lubuntu
DISPLAY=:0.0
GB_GUI=gb.qt4
GDMSESSION=Lubuntu
GDM_LANG=en_AU
GNOME_KEYRING_CONTROL=
GNOME_KEYRING_PID=
GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
GTK_IM_MODULE=xim
HOME=/home/shane
IM_CONFIG_PHASE=1
INSTANCE=
JOB=dbus
LANG=en_AU.UTF-8
LANGUAGE=en_AU:en
LOGNAME=shane
MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=/home/shane
QT4_IM_MODULE=xim
QT_IM_MODULE=ibus
QT_PLATFORM_PLUGIN=lxqt
QT_QPA_PLATFORMTHEME=lxqt
SAL_USE_VCLPLUGIN=gtk
SESSION=Lubuntu
SESSIONTYPE=lxsession
SHELL=/bin/bash
SHLVL=0
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
TZ=:/etc/localtime
UPSTART_EVENTS=started xsession
UPSTART_INSTANCE=
UPSTART_JOB=lxsession
UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/763
USER=shane
XAUTHORITY=/home/shane/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
XDG_CONFIG_HOME=/home/shane/.config
XDG_CURRENT_DESKTOP=LXDE
XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/shane
XDG_MENU_PREFIX=lxde-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_DESKTOP=Lubuntu
XDG_SESSION_ID=c1
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7
XMODIFIERS=@im=ibus
_LXSESSION_PID=894





MediaTest-0.0.1.tar.gz
Description: application/gzip
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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: 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 écrit :
>>>> hi I'm trying to use the media player component i can load a song and
>>>> play it
>>>> but when i change the URL field to a new file and then call play it
>>>> won't play the new file
>>>> is there something else i need to do to play the next file funnily
>>>> enough if i add the next song
>>>> before it finishes playing it will play the new song when the old one
>>>> finishes
>>>>
>>>>
> You must stop the player before calling play again. Because calling
> Play() does nothing is something is playing.
>
> Regards,
>
Actually if you do play again when it is it seem to cue the next song 
and then proceeds to play it but i digress
the other thing is can i declare an event as i have done it that code  ?
it doesn't seem to get called ?


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2015-09-07 Thread Shane
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
like what you have done.
i tried to declare an event Process but it isn't being called i must be 
doing something 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()
>  hPlayer.URL = Media.URL(Dialog.Path)
>  hPlayer.Play
>Endif
>
>Do
>  Wait 0.01
>Loop Until hPlayer.Position >= hPlayer.Duration
>
> hPlayer.Stop
>
> End
>
>
> regards
> vuott
>
>
>
>
>
> 
> Mar 8/9/15, Shane  ha scritto:
>
>   Oggetto: [Gambas-user] Fwd: Re: MediaPlayer
>   A: ">> mailing list for gambas users" 
>   Data: Martedì 8 settembre 2015, 00:16
>   
>   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 écrit :
>   >> hi I'm trying to use the media player component i
>   can load a song and
>   >> play it
>   >> but when i change the URL field to a new file and
>   then call play it
>   >> won't play the new file
>   >> is there something else i need to do to play the
>   next file funnily
>   >> enough if i add the next song
>   >> before it finishes playing it will play the new
>   song when the old one
>   >> finishes
>   >>
>   >>
>   >
>   > Can you provide your project so that I can see what you
>   are doing
>   > exactly?
>   >
>   
>   [System]
>   Gambas=3.8.0
>   OperatingSystem=Linux
>   Kernel=3.19.0-22-generic
>   Architecture=x86
>   Distribution=Ubuntu 15.04
>   Desktop=LXDE
>   Theme=Gtk
>   Language=en_AU.UTF-8
>   Memory=3889M
>   [Libraries]
>   Cairo=libcairo.so.2.11400.2
>   Curl=libcurl.so.4.3.0
>   DBus=libdbus-1.so.3.8.9
>   GStreamer=libgstreamer-0.10.so.0.30.0
>   GStreamer=libgstreamer-1.0.so.0.405.0
>   GTK+3=libgtk-3.so.0.1400.13
>   GTK+=libgtk-x11-2.0.so.0.2400.27
>   OpenGL=libGL.so.1.2.0
>   Poppler=libpoppler.so.49.0.0
>   Qt4=libQtCore.so.4.8.6
>   Qt5=libQt5Core.so.5.4.1
>   SDL=libSDL-1.2.so.0.11.4
>   [Environment]
>   CLUTTER_IM_MODULE=xim
>   DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-3LjCxec38A
>   DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path
>   DESKTOP_SESSION=Lubuntu
>   DISPLAY=:0.0
>   GB_GUI=gb.qt4
>   GDMSESSION=Lubuntu
>   GDM_LANG=en_AU
>   GNOME_KEYRING_CONTROL=
>   GNOME_KEYRING_PID=
>   GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
>   GTK_IM_MODULE=xim
>   HOME=/home/shane
>   IM_CONFIG_PHASE=1
>   INSTANCE=
>   JOB=dbus
>   LANG=en_AU.UTF-8
>   LANGUAGE=en_AU:en
>   LOGNAME=shane
>   MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path
>   
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>   PWD=/home/shane
>   QT4_IM_MODULE=xim
>   QT_IM_MODULE=ibus
>   QT_PLATFORM_PLUGIN=lxqt
>   QT_QPA_PLATFORMTHEME=lxqt
>   SAL_USE_VCLPLUGIN=gtk
>   SESSION=Lubuntu
>   SESSIONTYPE=lxsession
>   SHELL=/bin/bash
>   SHLVL=0
>   SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
>   TZ=:/etc/localtime
>   UPSTART_EVENTS=started xsession
>   UPSTART_INSTANCE=
>   UPSTART_JOB=lxsession
>   UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/763
>   USER=shane
>   XAUTHORITY=/home/shane/.Xauthority
>   
> XDG_CONFIG_DIRS=/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
>   XDG_CONFIG_HOME=/home/shane/.config
>   XDG_CURRENT_DESKTOP=LXDE
>   
> XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
>   XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/shane
>   XDG_MENU_PREFIX=lxde-
>   XDG_RUNTIME_DIR=/run/user/1000
>   XDG_SEAT=seat0
>   XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
>   XDG_SESSION_DESKTOP=Lubuntu
>   XDG_SESSION_ID=c1
>   XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
>   XDG_SESSION_TYPE=x11
>   XDG_VTNR=7
>   XMODIFIERS=@im=ibus
>   _LXSESSION_PID=894
>   
>   
>   
>

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
like what you have done.
i tried to declare an event Process but it isn't being called i must be
doing something 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()
  hPlayer.URL = Media.URL(Dialog.Path)
  hPlayer.Play
Endif

Do
  Wait 0.01
Loop Until hPlayer.Position >= hPlayer.Duration

 hPlayer.Stop

End


regards
vuott





----
Mar 8/9/15, Shane  ha scritto:

   Oggetto: [Gambas-user] Fwd: Re: MediaPlayer
   A: ">> mailing list for gambas users" 
   Data: Martedì 8 settembre 2015, 00:16
   
   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 écrit :
   >> hi I'm trying to use the media player component i
   can load a song and
   >> play it
   >> but when i change the URL field to a new file and
   then call play it
   >> won't play the new file
   >> is there something else i need to do to play the
   next file funnily
   >> enough if i add the next song
   >> before it finishes playing it will play the new
   song when the old one
   >> finishes
   >>
   >>
   >
   > Can you provide your project so that I can see what you
   are doing
   > exactly?
   >
   
   [System]

   Gambas=3.8.0
   OperatingSystem=Linux
   Kernel=3.19.0-22-generic
   Architecture=x86
   Distribution=Ubuntu 15.04
   Desktop=LXDE
   Theme=Gtk
   Language=en_AU.UTF-8
   Memory=3889M
   [Libraries]
   Cairo=libcairo.so.2.11400.2
   Curl=libcurl.so.4.3.0
   DBus=libdbus-1.so.3.8.9
   GStreamer=libgstreamer-0.10.so.0.30.0
   GStreamer=libgstreamer-1.0.so.0.405.0
   GTK+3=libgtk-3.so.0.1400.13
   GTK+=libgtk-x11-2.0.so.0.2400.27
   OpenGL=libGL.so.1.2.0
   Poppler=libpoppler.so.49.0.0
   Qt4=libQtCore.so.4.8.6
   Qt5=libQt5Core.so.5.4.1
   SDL=libSDL-1.2.so.0.11.4
   [Environment]
   CLUTTER_IM_MODULE=xim
   DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-3LjCxec38A
   DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path
   DESKTOP_SESSION=Lubuntu
   DISPLAY=:0.0
   GB_GUI=gb.qt4
   GDMSESSION=Lubuntu
   GDM_LANG=en_AU
   GNOME_KEYRING_CONTROL=
   GNOME_KEYRING_PID=
   GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
   GTK_IM_MODULE=xim
   HOME=/home/shane
   IM_CONFIG_PHASE=1
   INSTANCE=
   JOB=dbus
   LANG=en_AU.UTF-8
   LANGUAGE=en_AU:en
   LOGNAME=shane
   MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
   PWD=/home/shane
   QT4_IM_MODULE=xim
   QT_IM_MODULE=ibus
   QT_PLATFORM_PLUGIN=lxqt
   QT_QPA_PLATFORMTHEME=lxqt
   SAL_USE_VCLPLUGIN=gtk
   SESSION=Lubuntu
   SESSIONTYPE=lxsession
   SHELL=/bin/bash
   SHLVL=0
   SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
   TZ=:/etc/localtime
   UPSTART_EVENTS=started xsession
   UPSTART_INSTANCE=
   UPSTART_JOB=lxsession
   UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/763
   USER=shane
   XAUTHORITY=/home/shane/.Xauthority
   
XDG_CONFIG_DIRS=/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_CONFIG_HOME=/home/shane/.config
   XDG_CURRENT_DESKTOP=LXDE
   
XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
   XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/shane
   XDG_MENU_PREFIX=lxde-
   XDG_RUNTIME_DIR=/run/user/1000
   XDG_SEAT=seat0
   XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
   XDG_SESSION_DESKTOP=Lubuntu
   XDG_SESSION_ID=c1
   XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
   XDG_SESSION_TYPE=x11
   XDG_VTNR=7
   XMODIFIERS=@im=ibus
   _LXSESSION_PID=894
   
   
   
   -Segue allegato-
   
   --
   
   -Segue allegato-
   
   ___

   Gambas-user mailing list
   Gambas-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/gambas-user
   


--
_

[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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/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 servers, apps and tools
> in one place.ce
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
>
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Printing

2015-10-12 Thread Shane
Hi Fabien I had a look at gb.report and once again I can not make head 
or tails of it I got stuck
at the very first thing all I wanted to to was display an image in the 
center of the page and some text
either side but when i finally got an image to display it would only 
display in the top left and I could not move it just seem over complicated!

On 12/10/15 18:32, Fabien Bodard wrote:
> Normally the size is the same... The scaling is done by the paint class.
> Be carefull as a point have not the same size between screen and printer.
>
> Have you try to use gb. report ?
> 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.Scale and from what the doc's say this should scale the
>> fonts ?
>>
>>
>>
>> --
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Printing

2015-10-13 Thread Shane
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, Fabien Bodard wrote:
> Well gb.report is based on a similar arrangement routine than the forms.
>
> To center a picture on the page you have 2 way.
>
> - playing with the containers to center it
> - set the ignore property of the image to true and setup the left and
> top properties (or X and Y)
>
> To setup a text just add a reportlabel and give to it a text.
>
> you can setup the page padding by setting the report padding.
>
> Gambas report have all the job to resolve font size... you need to
> play around it to understand who do what.
>
> It seem complex only because it use a not traditional way to describe
> a page. A report is a set of sections that can contains containers.
> Each section is like a report, but share things like page size and
> orientation.
>
> My two actual dark point are the picture resolution on rendering,
> because of the resolution... but i will find how to do that son.
> Multilevel recurssivity... my old problem on automation. 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 had a look at gb.report and once again I can not make head
>> or tails of it I got stuck
>> at the very first thing all I wanted to to was display an image in the
>> center of the page and some text
>> either side but when i finally got an image to display it would only
>> display in the top left and I could not move it just seem over complicated!
>>
>> On 12/10/15 18:32, Fabien Bodard wrote:
>>> Normally the size is the same... The scaling is done by the paint class.
>>> Be carefull as a point have not the same size between screen and printer.
>>>
>>> Have you try to use gb. report ?
>>> 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.Scale and from what the doc's say this should scale the
>>>> fonts ?
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>>>>
>>> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, Fabien Bodard wrote:
>> Well gb.report is based on a similar arrangement routine than the forms.
>>
>> To center a picture on the page you have 2 way.
>>
>> - playing with the containers to center it
>> - set the ignore property of the image to true and setup the left and
>> top properties (or X and Y)
>>
>> To setup a text just add a reportlabel and give to it a text.
>>
>> you can setup the page padding by setting the report padding.
>>
>> Gambas report have all the job to resolve font size... you need to
>> play around it to understand who do what.
>>
>> It seem complex only because it use a not traditional way to describe
>> a page. A report is a set of sections that can contains containers.
>> Each section is like a report, but share things like page size and
>> orientation.
>>
>> My two actual dark point are the picture resolution on rendering,
>> because of the resolution... but i will find how to do that son.
>> Multilevel recurssivity... my old problem on automation. 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 had a look at gb.report and once again I can not make head
>>> or tails of it I got stuck
>>> at the very first thing all I wanted to to was display an image in the
>>> center of the page and some text
>>> either side but when i finally got an image to display it would only
>>> display in the top left and I could not move it just seem over complicated!
>>>
>>> On 12/10/15 18:32, Fabien Bodard wrote:
>>>> Normally the size is the same... The scaling is done by the paint class.
>>>> Be carefull as a point have not the same size between screen and printer.
>>>>
>>>> Have you try to use gb. report ?
>>>> 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.Scale and from what the doc's say this should scale the
>>>>> fonts ?
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>
>>>>>
>>>> --
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 autoresize is used.
>
>>
>> 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, Fabien Bodard wrote:
>>>> Well gb.report is based on a similar arrangement routine than the
> forms.
>>>> To center a picture on the page you have 2 way.
>>>>
>>>> - playing with the containers to center it
>>>> - set the ignore property of the image to true and setup the left and
>>>> top properties (or X and Y)
>>>>
>>>> To setup a text just add a reportlabel and give to it a text.
>>>>
>>>> you can setup the page padding by setting the report padding.
>>>>
>>>> Gambas report have all the job to resolve font size... you need to
>>>> play around it to understand who do what.
>>>>
>>>> It seem complex only because it use a not traditional way to describe
>>>> a page. A report is a set of sections that can contains containers.
>>>> Each section is like a report, but share things like page size and
>>>> orientation.
>>>>
>>>> My two actual dark point are the picture resolution on rendering,
>>>> because of the resolution... but i will find how to do that son.
>>>> Multilevel recurssivity... my old problem on automation. 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 had a look at gb.report and once again I can not make head
>>>>> or tails of it I got stuck
>>>>> at the very first thing all I wanted to to was display an image in the
>>>>> center of the page and some text
>>>>> either side but when i finally got an image to display it would only
>>>>> display in the top left and I could not move it just seem over
> complicated!
>>>>> On 12/10/15 18:32, Fabien Bodard wrote:
>>>>>> Normally the size is the same... The scaling is done by the paint
> class.
>>>>>> Be carefull as a point have not the same size between screen and
> printer.
>>>>>> Have you try to use gb. report ?
>>>>>> 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.Scale and from what the doc's say this should scale
> the
>>>>>>> fonts ?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
> --
>>>>>>> ___
>>>>>>> Gambas-user mailing list
>>>>>>> Gambas-user@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>>>
>>>>>>>
> --
>>>>>> ___
>>>>>> Gambas-user mailing list
>>>>>> Gambas-user@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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:
>> Le 16/06/2016 21:10, wi...@develop.earthshipeurope.org a écrit :
>>> On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote:
 Hi all,

 I have been editing tables successfully using something like:

 rResult = hConn.Edit("error", "id=&1", iId)

 This comes in handy when wanting to edit a record with a certain id
 and
 works just fine for simple cases.
 But I have a table where the fields id and company (in table error)
 together form the primary key.

 My question: Is it possible to edit a record based on these two
 requirements using db.edit function?

 Something like below doesn't seem to work:

 rResult = hConn.Edit("error", "id=&1 AND company=&2", iId, sCompany)

 and documentation (http://gambaswiki.org/wiki/comp/gb.db/db/edit)
 isn't
 really helpful.

 Thanks,

 gbWilly
>>> Anyone a sensible answer?
>>>
>>> gbWilly
>>>
>> It should work. Please post a project with the code that does not work
>> as expected.
>>
>> Regards,
> Well, as usual it is part of a bigger application.
> So, I'll try to make a small example and post it when ready.
>
> Thanks for the response,
>
> gbWilly
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports. http://sdm.link/zohomanageengine
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] array of classes

2016-07-03 Thread Shane
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 Integer
Public width As Integer
Public height As Integer


then my Block.class

Public Screenpos As New Rect
Public Imagepos As New Rect
Public num_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 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 future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 it i have an
>> array of null values
>>
>> i have my Rect.class
>>
>> Public x As Integer
>> Public y As Integer
>> Public width As Integer
>> Public height As Integer
>>
>>
>> then my Block.class
>>
>> Public Screenpos As New Rect
>> Public Imagepos As New Rect
>> Public num_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
>>
>>
>>
> Well at first glance I'd tend to say - nothing!
> Declaration of the array in your main module is doing exactly what it should. 
>  Creating an empty array (presumably of length MAX_BLOCKS).
> If you were expecting that you would have an array of length MAX_BLOCKS 
> completely populated with some form of Block objects then this is not what 
> you are going to get.
>
> Try (in the Main module)
> Public Blocks As New Block[MAX_BLOCKS]
>
> Public Sub Main()
>
> Dim idx as integer
> Dim hBlock as new Block
>
> For idx = 0 to MAX_BLOCKS-1
>Blocks[idx] = hBlock
> Next
>
> etc
>
>
> Or have I misunderstood?
>
> hth
> Bruce
>


--
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 future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] array of classes

2016-07-03 Thread Shane
FYI this will not work as is as i found out

Public Sub Main()

Dim idx as integer
Dim hBlock as Block

For idx = 0 to MAX_BLOCKS-1
  hBlock = new Block
  Blocks[idx] = hBlock
Next

must be this way or in my case it did work as i was filling new values 
in the
loop

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 it i have an
>> array of null values
>>
>> i have my Rect.class
>>
>> Public x As Integer
>> Public y As Integer
>> Public width As Integer
>> Public height As Integer
>>
>>
>> then my Block.class
>>
>> Public Screenpos As New Rect
>> Public Imagepos As New Rect
>> Public num_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
>>
>>
>>
> Well at first glance I'd tend to say - nothing!
> Declaration of the array in your main module is doing exactly what it should. 
>  Creating an empty array (presumably of length MAX_BLOCKS).
> If you were expecting that you would have an array of length MAX_BLOCKS 
> completely populated with some form of Block objects then this is not what 
> you are going to get.
>
> Try (in the Main module)
> Public Blocks As New Block[MAX_BLOCKS]
>
> Public Sub Main()
>
> Dim idx as integer
> Dim hBlock as new Block
>
> For idx = 0 to MAX_BLOCKS-1
>Blocks[idx] = hBlock
> Next
>
> etc
>
>
> Or have I misunderstood?
>
> hth
> Bruce
>


--
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 future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

I should have said usb drive I was thinking using dev some how


--
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 put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] update

2013-08-13 Thread Shane
On 14/08/13 13:13, Sebastian Kulesz wrote:
> I'm really sorry about that. I did not have enough time to update the PPA
> since gb.clipper came out. I will fix it tomorrow as soon as I get home.
>
> If it's urgent you can always downgrade your installation from the dpkg
> cache. 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
>> now gambas wont run from command line i get  $ gambas3 gbr3: unable to
>> load component: gb.clipper
>>
>>
>>
>> --
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
ok Thanks i Downgraded now its working

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.0
Cairo=libcairo.so.2.11200.14
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.2
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.6.0
GTK+=libgtk-x11-2.0.so.0.2400.17
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.28.0.0
Qt4=libQtCore.so.4.8.4
SDL=libSDL-1.2.so.0.11.4

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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-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.0
>> Cairo=libcairo.so.2.11200.14
>> Curl=libcurl.so.4.3.0
>> DBus=libdbus-1.so.3.7.2
>> GStreamer=libgstreamer-0.10.so.0.30.0
>> GStreamer=libgstreamer-1.0.so.0.6.0
>> GTK+=libgtk-x11-2.0.so.0.2400.17
>> OpenGL=libGL.so.1.2.0
>> Poppler=libpoppler.so.28.0.0
>> Qt4=libQtCore.so.4.8.4
>> SDL=libSDL-1.2.so.0.11.4
>>
> What does
>
> $ gbx3 --version
>
> say?
>
> Regards,
> Tobi
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
sorry 3.4.90



--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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.0
>>>> Cairo=libcairo.so.2.11200.14
>>>> Curl=libcurl.so.4.3.0
>>>> DBus=libdbus-1.so.3.7.2
>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>> OpenGL=libGL.so.1.2.0
>>>> Poppler=libpoppler.so.28.0.0
>>>> Qt4=libQtCore.so.4.8.4
>>>> SDL=libSDL-1.2.so.0.11.4
>>>>
>>> What does
>>>
>>> $ gbx3 --version
>>>
>>> say?
>>>
>>> Regards,
>>> Tobi
>>>
>>> --
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>> sorry 3.4.90
>>
> Nothing more? If it 3.4.90 I would expect that it also prints the SVN
> revision number as of #5662 (which was May this year). Can you dig out the
> revision you're using for us?
>
> Regards,
> Tobi
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
ok it from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu
and its 3.4.99-2+svn 4657 build 41


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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:
>>>>>> 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.0
>>>>>> Cairo=libcairo.so.2.11200.14
>>>>>> Curl=libcurl.so.4.3.0
>>>>>> DBus=libdbus-1.so.3.7.2
>>>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>>>> OpenGL=libGL.so.1.2.0
>>>>>> Poppler=libpoppler.so.28.0.0
>>>>>> Qt4=libQtCore.so.4.8.4
>>>>>> SDL=libSDL-1.2.so.0.11.4
>>>>>>
>>>>> What does
>>>>>
>>>>> $ gbx3 --version
>>>>>
>>>>> say?
>>>>>
>>>>> Regards,
>>>>> Tobi
>>>>>
>>>>> --
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>
>>>>>
>>>> sorry 3.4.90
>>>>
>>> Nothing more? If it 3.4.90 I would expect that it also prints the SVN
>>> revision number as of #5662 (which was May this year). Can you dig out the
>>> revision you're using for us?
>>>
>>> Regards,
>>> Tobi
>>>
>>> --
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>> ok it from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu
>> and its 3.4.99-2+svn 4657 build 41
>>
> This appears to be the latest revision. I already reported problems with
> this revision (including the "Incorrect property value" issue). Don't get me
> wrong but I'm glad I'm not the only one seeing this :-)
>
> My solution was to downgrade to #5802. I think svn4622 in Sebi's numbering
> scheme should be fine.
>
> Regards,
> Tobi
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
This seems strange being using grid view for ages no problem?


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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:
>>>>>> 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-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.0
>>>>>>> Cairo=libcairo.so.2.11200.14
>>>>>>> Curl=libcurl.so.4.3.0
>>>>>>> DBus=libdbus-1.so.3.7.2
>>>>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>>>>> OpenGL=libGL.so.1.2.0
>>>>>>> Poppler=libpoppler.so.28.0.0
>>>>>>> Qt4=libQtCore.so.4.8.4
>>>>>>> SDL=libSDL-1.2.so.0.11.4
>>>>>>>
>>>>>> What does
>>>>>>
>>>>>> $ gbx3 --version
>>>>>>
>>>>>> say?
>>>>>>
>>>>>> Regards,
>>>>>> Tobi
>>>>>>
>>>>>> --
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance Management.
>>>>>> Visit us today!
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> ___
>>>>>> Gambas-user mailing list
>>>>>> Gambas-user@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>>
>>>>>>
>>>>> sorry 3.4.90
>>>>>
>>>> Nothing more? If it 3.4.90 I would expect that it also prints the SVN
>>>> revision number as of #5662 (which was May this year). Can you dig out the
>>>> revision you're using for us?
>>>>
>>>> Regards,
>>>> Tobi
>>>>
>>>> --
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>>>>
>>> ok it from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu
>>> and its 3.4.99-2+svn 4657 build 41
>>>
>> This appears to be the latest revision. I already reported problems with
>> this revision (including the "Incorrect property value" issue). Don't get me
>> wrong but I'm glad I'm not the only one seeing this :-)
>>
>> My solution was to downgrade to #5802. I think svn4622 in Sebi's numbering
>> scheme should be fine.
>>
>> Regards,
>> Tobi
>>
>> --
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user

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:
>>>>>> 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 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.0
>>>>>>>>> Cairo=libcairo.so.2.11200.14
>>>>>>>>> Curl=libcurl.so.4.3.0
>>>>>>>>> DBus=libdbus-1.so.3.7.2
>>>>>>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>>>>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>>>>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>>>>>>> OpenGL=libGL.so.1.2.0
>>>>>>>>> Poppler=libpoppler.so.28.0.0
>>>>>>>>> Qt4=libQtCore.so.4.8.4
>>>>>>>>> SDL=libSDL-1.2.so.0.11.4
>>>>>>>>>
>>>>>>>> What does
>>>>>>>>
>>>>>>>> $ gbx3 --version
>>>>>>>>
>>>>>>>> say?
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Tobi
>>>>>>>>
>>>>>>>> --
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance 
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> ___
>>>>>>>> Gambas-user mailing list
>>>>>>>> Gambas-user@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>>>>
>>>>>>>>
>>>>>>> sorry 3.4.90
>>>>>>>
>>>>>> Nothing more? If it 3.4.90 I would expect that it also prints the SVN
>>>>>> revision number as of #5662 (which was May this year). Can you dig out 
>>>>>> the
>>>>>> revision you're using for us?
>>>>>>
>>>>>> Regards,
>>>>>> Tobi
>>>>>>
>>>>>> --
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance Management.
>>>>>> Visit us today!
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> ___
>>>>>> Gambas-user mailing list
>>>>>> Gambas-user@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>>
>>>>>>
>>>>> ok it from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu
>>>>> and its 3.4.99-2+svn 4657 build 41
>>>>>
>>>> This appears to be the latest revision. I already reported problems with
>>>> this revision (including the "Incorrect property value" issue). Don'

[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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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" 
 a écrit :
>> 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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> includes
>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> 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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2013-09-19 Thread Shane
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 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"
>>  a écrit :
>>>> 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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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"
>>>  a écrit :
>>>>> 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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack 
>> includes
>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> --
> 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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
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, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

thanks Shane

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 able to
> find information that was to the point.
>
> There are my 2 questions:
>
> a) When I have loaded and displayed a picture, how can I access the color
> information of its individual pixels? I would like to read the red, green,
> blue, and alpha values of any pixel that I specify.
>
> b) Is this possible for any screen pixels, even for pixels outside my
> picture/my Gambas application?
>
> Thank you.
> *
> Regards,*
> ukimiku
>
>
>
> --
> View this message in context: 
> http://gambas.8142.n7.nabble.com/Reading-RGB-A-values-of-screen-pixels-tp44309.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> --
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the point.
>
> There are my 2 questions:
>
> a) When I have loaded and displayed a picture, how can I access the color
> information of its individual pixels? I would like to read the red, green,
> blue, and alpha values of any pixel that I specify.
>
> b) Is this possible for any screen pixels, even for pixels outside my
> picture/my Gambas application?
>
> Thank you.
> *
> Regards,*
> ukimiku
>
>
>
> --
> View this message in context: 
> http://gambas.8142.n7.nabble.com/Reading-RGB-A-values-of-screen-pixels-tp44309.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> --
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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) When I have loaded and displayed a picture, how can I access the color
information of its individual pixels? I would like to read the red, green,
blue, and alpha values of any pixel that I specify.

b) Is this possible for any screen pixels, even for pixels outside my
picture/my Gambas application?

Thank you.
*
Regards,*
ukimiku



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Reading-RGB-A-values-of-screen-pixels-tp44309.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user






pictest-0.0.1.tar.gz
Description: application/gzip
--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 comment out the Screen.Clear the image and rect show


--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user






pictest-0.0.1.tar.gz
Description: application/gzip
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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, or 1 if it is playing.

this would be great thanks in advance


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>>>
>>>
>>> 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, or 1 if it is playing.
>>>
>>> this would be great thanks in advance
>>>
>> You can check the value of Music.Pos. If is different from zero, then
>> the music is playing or paused.
>>
>> Regards,
>>
> And I added a Music.State property in revision #6108 to do what you want.
>
> Regards,
>
thats great thanks very much keep up the great work :-)


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 gambas does not have direct pdf printing support, so i plans to
>> use ps2pdf commnd to that!
>>
>> but my question HOW CAN I WRITE THE REPORT TO POSTSCRIPT?
>>
>> i i can write te gambas report class result render to a postscript print
>> file, i can wirte a pdf file converting this with ps2pdf commnd
>>
>> please urgent! (as always jjeje)
>>
>> Lenz McKAY Gerardo (PICCORO)
>> http://qgqlochekone.blogspot.com
>>
>> --
>> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user






PrinterBug-0.0.1.tar.gz
Description: application/gzip
--
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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :
>
>>
>>> 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
>>
>>
>> --
>> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>

--
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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, "Shane"  a écrit :
>> Control.Parent (gb.qt4)
>>
>> Property Read  *Parent*  As  Container  <
> http://gambasdoc.org/help/comp/gb.qt4/container?v3>
>
> Well lol,
>
> I know that ... I just want to know what parent must to be ... A form ?...
> A control ?
>
> If you want to get the form of a control prefer the use of me.window
>
>> 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 :
>>>
>>>>> 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
>>>>
>>>>
> --
>>>> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
> --
>>> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>>
> --
>> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> 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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
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.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 hardware to pcduino, lets
> see:
>
> daruma have CPU 800MHz shared to GPU and 512Mb ram, pata ide
> pcduino have 1GHz CPU and 400MHz GPU and 1Gb ram, sata ide
>
> so i recommended to use beter distro to hardware..
>
>> 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 ?
>>
> of course u can doit, but of course u must install respective devel packages
>
> in daruma's that are lower compared, i installed and develop easile with
> venenux
> also my assistance system works like a charm
>
> I've had such similar hardware, and really when you start installing many
> software
> comes somethings to fail, the cause is the software and not the hardware,
> for today's popular linux distros assume that there is a lot of power and
> resources
>
>
>> thanks shane
>>
>>
> --
> Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
> • 3 signs your SCM is hindering your productivity
> • Requirements for releasing software faster
> • Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pcduino

2014-05-06 Thread Shane
yes I have it running on my pcduino and it runs well and I have been 
able to turn leds on and off using
gambas but as far as anything else go's I've had no luck Eg: getting the 
PWM to work and One Wire
when I first started looking into this I thought that I would be simple 
and that the 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 try to explain that all u asked can be done, of course with some fin tune..
>
> i try to said to u that i have already minor hardware compared to
> pcduino and i run gambas, an many others systems
>> thanks
> --
> Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
> • 3 signs your SCM is hindering your productivity
> • Requirements for releasing software faster
> • Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.
> Mouse.Show() shows the cursor.
>
> Or use the Mouse.Visible property.
>
> Regards,
>


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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=libcairo.so.2.11200.14
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.2
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.6.0
GTK+3=libgtk-3.so.0.600.4
GTK+=libgtk-x11-2.0.so.0.2400.17
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.28.0.0
Qt4=libQtCore.so.4.8.4
SDL=libSDL-1.2.so.0.11.4
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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=libcairo.so.2.11200.14
>> Curl=libcurl.so.4.3.0
>> DBus=libdbus-1.so.3.7.2
>> GStreamer=libgstreamer-0.10.so.0.30.0
>> GStreamer=libgstreamer-1.0.so.0.6.0
>> GTK+3=libgtk-3.so.0.600.4
>> GTK+=libgtk-x11-2.0.so.0.2400.17
>> OpenGL=libGL.so.1.2.0
>> Poppler=libpoppler.so.28.0.0
>> Qt4=libQtCore.so.4.8.4
>> SDL=libSDL-1.2.so.0.11.4
>>
>>
>> --
>> Open source business process management suite built on Java and Eclipse
>> Turn processes into business applications with Bonita BPM Community Edition
>> Quickly connect people, data, and systems into organized workflows
>> Winner of BOSSIE, CODIE, OW2 and Gartner awards
>> http://p.sf.net/sfu/Bonitasoft
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
> --
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 remove 'systray/.libs/gb_desktop_x11_la-systray.o': 
Permission denied
Assembler messages:
Fatal error: can't create systray/.libs/gb_desktop_x11_la-systray.o: 
Permission denied
make[4]: *** [systray/gb_desktop_x11_la-systray.lo] Error 1
make[4]: Leaving directory `/home/shane/trunk/gb.desktop.x11/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/shane/trunk/gb.desktop.x11'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/shane/trunk/gb.desktop.x11'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shane/trunk'
make: *** [all] Error 2



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] sdl mouse

2014-07-03 Thread Shane
yea It is problematic if that happens. but i have seen it done with some 
game engines and the reason i need it is if i have a windowed action 
game that use,s the mouse i doesn't take long before the user is 
clicking outside the game window and losing focus on the game which is a 
problem
i did try what you said and it didn't work very well at all :-(

On 03/07/14 16:58, Rolf-Werner Eilert wrote:
> Isn't that dangerous? If the application crashes, the mouse is caught
> within the dead window's boundaries.
>
> Maybe you can read the mouse coordinates and reset 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 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 Most in Your Big Data with HPCC Systems
>>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>>> http://p.sf.net/sfu/hpccsystems
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>>
>> --
>> Open source business process management suite built on Java and Eclipse
>> Turn processes into business applications with Bonita BPM Community Edition
>> Quickly connect people, data, and systems into organized workflows
>> Winner of BOSSIE, CODIE, OW2 and Gartner awards
>> http://p.sf.net/sfu/Bonitasoft
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>>
>> thanks Shane
>>
> I have added a "Window.Grabbed" property in revision #6359 for that.
>
> Please test it and tell me if it works. And if you find a better name
> for the property, you are welcome! I don't find "Grabbed" very nice...
>
> Regards,
>


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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=GNOME
Theme=QGtk
Language=en_AU.UTF-8
Memory=3808M
[Libraries]
Cairo=libcairo.so.2.11200.14
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.2
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.6.0
GTK+3=libgtk-3.so.0.600.4
GTK+=libgtk-x11-2.0.so.0.2400.17
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.28.0.0
Qt4=libQtCore.so.4.8.4
SDL=libSDL-1.2.so.0.11.4

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Settings

2014-07-27 Thread Shane
still not working i even changed the project name but i still get the 
same error and there are no files in the setting dir with my project 
name. I think from memory there was at some stage but i deleted it to 
see if that would fix the problem. Is there anywhere that gambas keeps a 
record of this file?

On 27/07/14 17:39, Matti wrote:
> Have a look at http://gambaswiki.org/wiki/comp/gb.settings for the structure 
> of the settings file.
> And look at http://gambaswiki.org/wiki/comp/gb.settings/settings how to save 
> a value.
> So, the syntax is Settings["High_Score/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.
>>
>>
>> [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=libcairo.so.2.11200.14
>> Curl=libcurl.so.4.3.0
>> DBus=libdbus-1.so.3.7.2
>> GStreamer=libgstreamer-0.10.so.0.30.0
>> GStreamer=libgstreamer-1.0.so.0.6.0
>> GTK+3=libgtk-3.so.0.600.4
>> GTK+=libgtk-x11-2.0.so.0.2400.17
>> OpenGL=libGL.so.1.2.0
>> Poppler=libpoppler.so.28.0.0
>> Qt4=libQtCore.so.4.8.4
>> SDL=libSDL-1.2.so.0.11.4
>>
>> --
>> Want fast and easy access to all the code in your enterprise? Index and
>> search up to 200,000 lines of code with a free copy of Black Duck
>> Code Sight - the same software that powers the world's largest code
>> search on Ohloh, the Black Duck Open Hub! Try it now.
>> http://p.sf.net/sfu/bds
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
> --
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 there are no files in the setting dir with my project
> name. I think from memory there was at some stage but i deleted it to
> see if that would fix the problem. Is there anywhere that gambas keeps a
> record of this file?
>
> On 27/07/14 17:39, Matti wrote:
>> Have a look at http://gambaswiki.org/wiki/comp/gb.settings for the structure 
>> of the settings file.
>> And look at http://gambaswiki.org/wiki/comp/gb.settings/settings how to save 
>> a value.
>> So, the syntax is Settings["High_Score/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.
>>>
>>>
>>> [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=libcairo.so.2.11200.14
>>> Curl=libcurl.so.4.3.0
>>> DBus=libdbus-1.so.3.7.2
>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>> GTK+3=libgtk-3.so.0.600.4
>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>> OpenGL=libGL.so.1.2.0
>>> Poppler=libpoppler.so.28.0.0
>>> Qt4=libQtCore.so.4.8.4
>>> SDL=libSDL-1.2.so.0.11.4
>>>
>>> --
>>> Want fast and easy access to all the code in your enterprise? Index and
>>> search up to 200,000 lines of code with a free copy of Black Duck
>>> Code Sight - the same software that powers the world's largest code
>>> search on Ohloh, the Black Duck Open Hub! Try it now.
>>> http://p.sf.net/sfu/bds
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>> --
>> Want fast and easy access to all the code in your enterprise? Index and
>> search up to 200,000 lines of code with a free copy of Black Duck
>> Code Sight - the same software that powers the world's largest code
>> search on Ohloh, the Black Duck Open Hub! Try it now.
>> http://p.sf.net/sfu/bds
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>
> --
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 " 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 there are no files in the setting dir with my project
>>> name. I think from memory there was at some stage but i deleted it to
>>> see if that would fix the problem. Is there anywhere that gambas keeps a
>>> record of this file?
>>>
>>> On 27/07/14 17:39, Matti wrote:
>>>> Have a look at http://gambaswiki.org/wiki/comp/gb.settings for the
>> structure of the settings file.
>>>> And look at http://gambaswiki.org/wiki/comp/gb.settings/settings how
>> to save a value.
>>>> So, the syntax is Settings["High_Score/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.
>>>>>
>>>>>
>>>>> [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=libcairo.so.2.11200.14
>>>>> Curl=libcurl.so.4.3.0
>>>>> DBus=libdbus-1.so.3.7.2
>>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>>> GTK+3=libgtk-3.so.0.600.4
>>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>>> OpenGL=libGL.so.1.2.0
>>>>> Poppler=libpoppler.so.28.0.0
>>>>> Qt4=libQtCore.so.4.8.4
>>>>> SDL=libSDL-1.2.so.0.11.4
>>>>>
>>>>>
>> --
>>>>> Want fast and easy access to all the code in your enterprise? Index and
>>>>> search up to 200,000 lines of code with a free copy of Black Duck
>>>>> Code Sight - the same software that powers the world's largest code
>>>>> search on Ohloh, the Black Duck Open Hub! Try it now.
>>>>> http://p.sf.net/sfu/bds
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>
>> --
>>>> Want fast and easy access to all the code in your enterprise? Index and
>>>> search up to 200,000 lines of code with a free copy of Black Duck
>>>> Code Sight - the same software that powers the world's largest code
>>>> search on Ohloh, the Black Duck Open Hub! Try it now.
>>>> http://p.sf.net/sfu/bds
>>>> ___
>>>> Gambas-user mailing list
>>>> Gambas-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>>>>
>>>
>> --
>>> Infragistics Professional
>>> Build stunning WinForms apps today!
>>> Reboot your WinForms applications with our WinForms controls.
>>> Build a bridge from your legacy apps to the future.
>>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>>
>>
>> --
>> Infragistics Professional
>> Build stunning WinForms apps today!
>> Reboot your WinForms applications with our WinForms controls.
>> Build a bridge from your legacy apps to the future.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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?
>>
>>
>> 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 " 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 there are no files in the setting dir with my project
>>>> name. I think from memory there was at some stage but i deleted it to
>>>> see if that would fix the problem. Is there anywhere that gambas keeps a
>>>> record of this file?
>>>>
>>>> On 27/07/14 17:39, Matti wrote:
>>>>> Have a look at http://gambaswiki.org/wiki/comp/gb.settings for the
>>> structure of the settings file.
>>>>> And look at http://gambaswiki.org/wiki/comp/gb.settings/settings how
>>> to save a value.
>>>>> So, the syntax is Settings["High_Score/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.
>>>>>>
>>>>>>
>>>>>> [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=libcairo.so.2.11200.14
>>>>>> Curl=libcurl.so.4.3.0
>>>>>> DBus=libdbus-1.so.3.7.2
>>>>>> GStreamer=libgstreamer-0.10.so.0.30.0
>>>>>> GStreamer=libgstreamer-1.0.so.0.6.0
>>>>>> GTK+3=libgtk-3.so.0.600.4
>>>>>> GTK+=libgtk-x11-2.0.so.0.2400.17
>>>>>> OpenGL=libGL.so.1.2.0
>>>>>> Poppler=libpoppler.so.28.0.0
>>>>>> Qt4=libQtCore.so.4.8.4
>>>>>> SDL=libSDL-1.2.so.0.11.4
>>>>>>
>>>>>>
>>> --
>>>>>> Want fast and easy access to all the code in your enterprise? Index and
>>>>>> search up to 200,000 lines of code with a free copy of Black Duck
>>>>>> Code Sight - the same software that powers the world's largest code
>>>>>> search on Ohloh, the Black Duck Open Hub! Try it now.
>>>>>> http://p.sf.net/sfu/bds
>>>>>> ___
>>>>>> Gambas-user mailing list
>>>>>> Gambas-user@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>>
>>> --
>>>>> Want fast and easy access to all the code in your enterprise? Index and
>>>>> search up to 200,000 lines of code with a free copy of Black Duck
>>>>> Code Sight - the same software that powers the world's largest code
>>>>> search on Ohloh, the Black Duck Open Hub! Try it now.
>>>>> http://p.sf.net/sfu/bds
>>>>> ___
>>>>> Gambas-user mailing list
>>>>> Gambas-user@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>>
>>>>>
>>> --
>>>> Infragistics Professional
>>>> Build stunning WinForms apps today!
>>>> Reboot your WinForms applications with our WinForms controls.
>>>> Build a bridge from your legacy apps to the future.
>>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=1538

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 -0600
>>> Randall Morgan  wrote:
>>>
>>>> Must be too big on your end. I know I and others have sent larger files...
>>>> But the link works also. I'll look at your code and get back to you.
>>>>
>>> I have had a bit of a look at this.  To me, it appears that sdl is doing 
>>> something nasty to the Try.. If Error construct.
>>> The failure occurs in the Settings class when it is creating the directory 
>>> chain for the user's .config/gambas3 directory.
>>> It fails on the first iteration through the path, i.e.
>>> Try Mkdir "/" & sPath
>>> when sPath = "" i.e. the root directory (strangely enough!) already exists.
>>>
>>> That line should not fail i.e. the Try should ignore the error silently. 
>>> But with sdl it appears not too?
>>>
>>> Definitely a bug within Gambas itself.
>>>
>>> Over to Benoit...
>>>
>>> regards
>>> Bruce
>>>
>> Maybe not clicking the "stop on each error" button in the IDE would
>> solve the problem? :-)
>>
>> -- 
>> Benoît Minisini
>>
> "Stop on each error" is not clicked here and I can reproduce the reported 
> error.
> B
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 +0200
>> Benoît Minisini  wrote:
>>
>>> Le 28/07/2014 06:59, B Bruen a écrit :
>>>> On Sun, 27 Jul 2014 20:35:53 -0600
>>>> Randall Morgan  wrote:
>>>>
>>>>> Must be too big on your end. I know I and others have sent larger files...
>>>>> But the link works also. I'll look at your code and get back to you.
>>>>>
>>>> I have had a bit of a look at this.  To me, it appears that sdl is doing 
>>>> something nasty to the Try.. If Error construct.
>>>> The failure occurs in the Settings class when it is creating the directory 
>>>> chain for the user's .config/gambas3 directory.
>>>> It fails on the first iteration through the path, i.e.
>>>>  Try Mkdir "/" & sPath
>>>> when sPath = "" i.e. the root directory (strangely enough!) already exists.
>>>>
>>>> That line should not fail i.e. the Try should ignore the error silently. 
>>>> But with sdl it appears not too?
>>>>
>>>> Definitely a bug within Gambas itself.
>>>>
>>>> Over to Benoit...
>>>>
>>>> regards
>>>> Bruce
>>>>
>>> Maybe not clicking the "stop on each error" button in the IDE would
>>> solve the problem? :-)
>>>
>>> -- 
>>> Benoît Minisini
>>>
>> "Stop on each error" is not clicked here and I can reproduce the reported 
>> error.
>> B
>>
>
> --
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2014-08-07 Thread Shane
hi Dave i came across this an hour ago myself what i did was

Public mX As Integer
Public mY As Integer

Public Sub GridView1_MouseMove()

   mX = Mouse.X
   mY= Mouse.Y

End

then you can use

Public Sub GridView1_Menu()
 Row = GridView1.RowAt(mY)
 Col = GridView1.ColumnAt(mX)
End

hope 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 behaviour?
>
> If it /is/ the intended behaviour, how can I ascertain the Row and Column
> values?
>
> Hope someone can help!
>
> Dave
> Gambas 3.5.3, qt4, on crunchbang waldorf.
>
>
>
> --
> View this message in context: 
> http://gambas.8142.n7.nabble.com/GridView-not-setting-Row-Column-on-right-click-Menu-event-tp47692.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> --
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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]
Cairo=libcairo.so.2.11200.16
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.4
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.200.0
GTK+3=libgtk-3.so.0.803.4
GTK+=libgtk-x11-2.0.so.0.2400.20
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.28.0.0
Poppler=libpoppler.so.43.0.0
Qt4=libQtCore.so.4.8.4
SDL=libSDL-1.2.so.0.11.4


textboxtest-0.0.1.tar.gz
Description: application/gzip
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 file.
> Can i simply put this at the top of my class and then do a
> Print Count ??
>
> I need the Count so i can iterate thru the fields and extract data,
> something like:
> For Each Count
>   get specific field
>   do something with field
> Next
> I suppose I could use the primary key ID as the For Each loop
> But not sure about that.
>   
>
Try this

myResult = dbcon.find(myTable, "id = &1",ID)
 for each myResult
 TextBox1.text = myResult!myField1
 TextBox2.text = myResult!myField2
 next

>
>
> --
> 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, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>


--
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, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 widths every time program loads,(using
> dataview),this is inherited
> of the length of the Varchar and string elements in the database.
> Is there a way to adjust the column widths to my liking and have them stay
> that way?
>
> I've tried using both the datacombo and the datacomboview but have received
> error messages when I do.
> "Unknown symbol in HeaderHieght in class", Grid_viewRows"
> But when I double click either the datacomdo or the comboview to enter code
> gambas crashes.



--
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, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 ;-)
>
>
> --
> 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, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>


--
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, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Grid view data event

2012-12-04 Thread Shane
Hi i'm trying to use the Gridview data Event using this code

   Res.moveTo(Row)
   GridView1.Data.text = Str(res[Column])
and all works fine now is there a way to get only some of the fields 
from the data base
eg if i had

code,
price,
cost,
picture,

fields and i didnt want to show the 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 focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


  1   2   >