Hi everyone
I'm using the latest svn of gambas3 and was wondering where the border
property
for the frame control has gone?
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify a
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.
On 13/09/10 23:06, Fabien Bodard wrote:
> 2010/9/13 Shane:
>
>> On 13/09/10 22:46, Benoît Minisini wrote:
>>
>>>> Hi everyone
>>>>
>>>> I'm using the latest svn of gambas3 and was wondering where t
is there any way of getting continuous mousemove events without pressing
a button for the gridview control ?
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application depl
On 18/09/10 22:52, Benoît Minisini wrote:
>> is there any way of getting continuous mousemove events without pressing
>> a button for the gridview control ?
>>
>>
> The Tracking property.
>
>
sorry should have mentioned that I was using gambas 2
so what version of gambas should we be usin
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
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 ?
---
On 19/09/10 09:41, Benoît Minisini wrote:
>> On 19/09/10 09:26, Benoît Minisini wrote:
>>
> Give a screenshot to see what you are talking about.
>
here you go
>>> Everything seems to be correct in that screenshot. What's the problem?
>>>
>> is t
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
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
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
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?
---
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
On 27/12/10 21:36, Fabien Bodard wrote:
> try to add
>
>
> Picturebox.Picture.Fill(gb.Transparent)
>
> after setting the new picture
>
Tried This
PictureBox1.Picture = New Picture(PictureBox1.w,PictureBox1.h)
Draw.Begin(PictureBox1.Picture)
Draw.Image(myimage,(PictureBox1.w-myimage.w)/2,(PictureB
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
>>>
>>
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)
>>>>
>
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
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
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
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
>
vice do. (with
> usb interfaces)
> That's why you see extra code to read the links, you can leave it out
> if not needed.
>
> Regards,
> Ron.
>
> 2015-06-01 14:20 GMT+02:00 Shane :
>> Thanks heaps this is exactly what i wanted.
>> just one thing i get some 30
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
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:
hing wrong
this seems to be the way it should be done
thanks Ru Vuott.
On 08/09/15 09:22, Ru Vuott wrote:
> Hello Shane,
>
> in " Public Sub Button1_Click() " routine you can try:
>
>
> Public Sub Button1_Click()
>
>If Not Dialog.OpenFile(
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
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
nice bird
On 16/09/15 20:16, Moviga Technologies wrote:
>
>
> Just some thoughts on some modifications
>
>
> --
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your s
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
---
Le 12 oct. 2015 09:19, "Shane" a écrit :
>
>> What am I doing wrong here I'm trying to print something the same size on
>> the printer as on the screen
>> but when it goes to the printer it huge ?
>> I'm using Paint.Sc
n. But it is not
> a problem for filled reports.
>
> you can see some of my reports here :
> https://plus.google.com/u/0/communities/113475756360896510823
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 2015-10-13 8:01 GMT+02:00 Shane :
>> Hi Fabien I ha
Is there a way to stop ReportImage from scaling up to fill the page
On 14/10/15 08:02, Shane wrote:
> Thanks Fabien I had a quick look at setting ignore to true and I can now
> move things where i want
> so it might work for me after all Thanks.
>
>
> On 14/10/15 03:47, F
sorry my bad I think I forgot the ignore property
On 14/10/15 16:17, Fabien Bodard wrote:
> Le 13 oct. 2015 23:16, "Shane" a écrit :
>> Is there a way to stop ReportImage from scaling up to fill the page
>>
> Hum. Change the height and width. If they are 0 then autor
I'm trying to display part of an Image in a picture box is this possible i
seem to rember something about no mem to mem copy available ?
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patte
I tried that but I get the error Image is read only
mypicbox.picture.image = myimage.copy(x,y,width,height)
On 12/06/16 22:18, Gianluigi wrote:
> Looking for this?
> http://gambaswiki.org/wiki/comp/gb.image/image/copy
>
> 2016-06-12 9:55 GMT+02:00 Shane :
>
>> I'm tr
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:
>
How do I Paint Text directly to a report
--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the futu
_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
thanks Bruce that was my problem i just
fixed a little differant i used the add function
thanks for your help
Shane.
On 03/07/16 19:38, adamn...@gmail.com wrote:
> On Sun, 3 Jul 2016 18:20:15 +1000
> Shane wrote:
>
>> I'm trying create a array of myClass but when i create i
...@gmail.com wrote:
> On Sun, 3 Jul 2016 18:20:15 +1000
> Shane wrote:
>
>> I'm trying create a array of myClass but when i create it i have an
>> array of null values
>>
>> i have my Rect.class
>>
>> Public x As Integer
>> Public y As Intege
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
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
On 30/07/13 19:13, Kende Krisztián wrote:
>> is it possible to list all the usb devices on a system?
>>
> Yeah, the lsusb command is your friend.
>
> --
> Get your SQL database under version control now!
> Version control i
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
ache. Downgrading the IDE package to a working version should suffice.
>
> I will let you know when new builds are on the way.
> On Aug 13, 2013 9:14 PM, "Shane" wrote:
>
>> just updated gambas from
>> http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu
>
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.
On 27/08/13 17:00, Tobias Boege wrote:
> On Tue, 27 Aug 2013, Shane wrote:
>> I am unable to set the Gridview Mode Property in the IDE
>> I get Incorrect Property Value (not an Object)
>>
>>
>> [System]
>> OperatingSystem=Linux
>> Kernel=3.8.0-29-g
On 27/08/13 17:48, Tobias Boege wrote:
> On Tue, 27 Aug 2013, Shane wrote:
>> On 27/08/13 17:00, Tobias Boege wrote:
>>> On Tue, 27 Aug 2013, Shane wrote:
>>>> I am unable to set the Gridview Mode Property in the IDE
>>>> I get Incorrect Property Va
On 27/08/13 18:52, Tobias Boege wrote:
> On Tue, 27 Aug 2013, Shane wrote:
>> On 27/08/13 17:48, Tobias Boege wrote:
>>> On Tue, 27 Aug 2013, Shane wrote:
>>>> On 27/08/13 17:00, Tobias Boege wrote:
>>>>> On Tue, 27 Aug 2013, Shane wrote:
>>>&g
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 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:
>>>>
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
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
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"
>&
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
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.
I'm having trouble connecting to a FTP server using the curl ftpclient
and it seems that it uses EPSV buy default is there a way to switch to
PASV mode ?
also when i'm finished using the ftp connection what is the correct way to
dissconect?
th
there is this for ver 2.0
http://gambasdoc.org/help/comp/gb.qt/image
where you use image[x,y]
On 21/11/13 09:01, ukimiku wrote:
> *Dear list members,*
>
> this is my first post, I am new to Gambas. I tried to find an answer to my
> question by searching the list archives first, but have not been a
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
Is this of any help
On 21/11/13 09:01, ukimiku wrote:
*Dear list members,*
this is my first post, I am new to Gambas. I tried to find an answer to my
question by searching the list archives first, but have not been able to
find information that was to the point.
There are my 2 questions:
a) W
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
-
i did a small program
On 15/12/13 11:59, Shane wrote:
what's going on here i'm trying to display and image with a rectangle
around it on an SDL Window
using
Screen.Clear
Draw.Image
Draw.Rect
when i do this i get just the Rect
if i comment out the Draw.Rect the Image shows
and if i c
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
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
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,
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
>>>
>>
I think there might be a bug in the printer component
this program generates a signal 11 when you press print
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid C
That's Great just what i needed too
On 04/02/14 04:05, Fabien Bodard wrote:
> As always you under estimates gb ?
>
> Just name the file with a .pdf as extention.
>
> Printer.filename="Toto.pdf"
>
> Will generate a pdf.
> Le 3 févr. 2014 16:46, "PICCORO McKAY Lenz" a
> écrit :
>
>> i note that g
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
is the daily build of kendek's ppa still working ?
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.double
is this a bug ?
when I use - " Me.Parent.Width " I get a value as exspeced
but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0
and the same with
" Me.Parent.ClientX .ClientY " etc
--
Managing the Perfo
> is this a bug ?
>
> when I use - " Me.Parent.Width " I get a value as expected
> but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0
> and the same with
> " Me.Parent.ClientX .ClientY " etc
--
Mana
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 :
>
>>
>
lol
what i have is a form2 on a workspace1 and the workspace1 is on the main
form1 so from2
I want to get the location of workspace1 on form1
hope that makes sense?
it just seem that these properties should be filled.
On 07/02/14 17:13, Fabien Bodard wrote:
> Le 7 févr. 2014 02:46, "S
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
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
he pcduino would have
a Library for the ardunio side of things but It is a bit more
complicated than this it seems
On 07/05/14 06:20, PICCORO McKAY Lenz wrote:
>> From: Shane
>>Can you show me some links to what you are talking about as i am not
>> sure what you mean
> i
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
Thanks Benoit
On 15/06/14 21:58, Benoît Minisini wrote:
> Le 15/06/2014 05:58, Shane a écrit :
>> Could we please have the ability in SDL to hide and show the cursor?
>>
>> thanks Shane.
>>
> Done in revision #6318.
>
> Mouse.Hide() hides the cursor.
> Mo
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
I get the attached error when trying to insert a menu to an existing
project form
build 6343
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.8.0-35-generic
Architecture=x86_64
Distribution=Linux Mint 15 Olivia
Desktop=GNOME
Theme=QGtk
Language=en_AU.UTF-8
Memory=3808M
[Libraries]
Cairo=li
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
i get this error when trying to make version 6349
make[4]: Entering directory `/home/shane/trunk/gb.desktop.x11/src'
CC gb_desktop_x11_la-main.lo
CC gb_desktop_x11_la-x11.lo
CC gb_desktop_x11_la-c_x11systray.lo
CC systray/gb_desktop_x11_la-systray.lo
rm: cannot r
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
eset them to within the
> window, by code of your application, so that the mouse gets free if the
> application dies.
>
> Rolf
>
>
> Am 03.07.2014 07:44, schrieb Shane:
>> any word on this
>>
>> On 16/06/14 23:25, Shane wrote:
>>> hi benoit would it be po
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
>&
I'm getting file already exists error when trying to run this code
Settings["High_Score"] = HighScore
am i doing this the right way? also this is a sdl program.
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.8.0-35-generic
Architecture=x86_64
Distribution=Linux Mint 15 Olivia
Desktop=
re/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.
>>
Something strange is going on here i just put in the code " Print
Settings.Path " and i get the same error
but the settings in my other projects work fine?
On 28/07/14 10:35, Shane wrote:
> still not working i even changed the project name but i still get the
> same error and th
I'll try its 3.8MB is that to big ?
On 28/07/14 11:38, Randall Morgan wrote:
> Can you attached your project?
>
>
> On Sun, Jul 27, 2014 at 6:46 PM, Shane wrote:
>
>> Something strange is going on here i just put in the code " Print
>> Settings.Path " an
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?
>>
>>
>>
Thanks benoit that fixed it
But i'm not sure why but i guess you do
Thanks Shane
On 28/07/14 15:26, B Bruen wrote:
> On Mon, 28 Jul 2014 07:18:47 +0200
> Benoît Minisini wrote:
>
>> Le 28/07/2014 06:59, B Bruen a écrit :
>>> On Sun, 27 Jul 2014 20:35:53 -0
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
this helps
Shane.
On 07/08/14 08:43, DaveOxford1 wrote:
> Hi All
>
> When right-clicking on a GridView, .Row and .Column are not set to the
> values for the new cell in the Menu event (as they in the Click event for a
> left-click).
>
> Is this a bug or the intended behaviou
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]
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
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
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 ;-)
>
>
> --
cost field how would i do this.
thanks shane.
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and foc
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
trying to use the ftp client but how do you monitor the status of files
uploads etc?
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities
1 - 100 of 184 matches
Mail list logo