Re: [Gambas-user] inheritance problems

2012-02-04 Thread Shane Powell
On 05/02/12 06:34, Jussi Lahtinen wrote: >> thats what i want to know it seems that public variables are copy when a >> class is inherited >> and the value they where when you inherit them is only used from then on >> >> i made a test app i must be doing something wrong >> this app just uses intege

Re: [Gambas-user] inheritance problems

2012-02-04 Thread Shane Powell
On 04/02/12 17:42, nando wrote: > PUBLIC myint is only exactly one variable. > It's public. > > > -- Original Message --- > From: Shane Powell > To: nand...@nothingsimple.com, mailing list for gambas users > > Sent: Sat, 04 Feb 2012 17:16:17 +

Re: [Gambas-user] inheritance problems

2012-02-03 Thread Shane Powell
On 04/02/12 15:57, nando wrote: How can it be empty AND have elements in it? -- Original Message --- From: Shane Powell To: mailing list for gambas users Sent: Sat, 04 Feb 2012 12:05:24 +1100 Subject: [Gambas-user] inheritance problems I have this in my program class 1

[Gambas-user] inheritance problems

2012-02-03 Thread Shane Powell
I have this in my program class 1 public array of class 2 class 2 inherits class 1 access array of class 2 in class 1 but array is empty but i know it has elements in it what am i doing wrong ? -- Tr

Re: [Gambas-user] Database table row update

2012-02-02 Thread Shane Powell
On 02/02/12 22:49, John Rose wrote: > I think that I've narrowed down this problem on the attached Test > project. The run time error on the starred line below is an error > message stating "Update database site table record error"& "Error: > Result is read-only": > Public Sub ButtonSave_Click() >

Re: [Gambas-user] Sqlite3 bug ?

2012-01-12 Thread Shane Powell
On 12/01/12 17:26, Benoît Minisini wrote: > Le 10/01/2012 06:30, Shane Powell a écrit : >> seems my last post was cut off >> >> >> not sure if this is a bug but when i access this database i get a copy of >> pictures that should not be there ie: in the program att

[Gambas-user] Sqlite3 bug ?

2012-01-09 Thread Shane Powell
seems my last post was cut off not sure if this is a bug but when i access this database i get a copy of pictures that should not be there ie: in the program attached i have 6 records the 1st has a picture the 2nd and 3rd have no pictures but i get the data from the 1st record see program usi

[Gambas-user] Sqlite3 bug ?

2012-01-09 Thread Shane Powell
not sure if this is a bug but when i access this database i get a copy of pictures that should not be there ie: in the program attatached i have 6 records the first has a picture the 2nd and 3rd have no pictures but i Sqlite3_test-0.0.1.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 09/06/11 10:34, Benoît Minisini wrote: >> On 09/06/11 08:32, Benoît Minisini wrote: hi Benoit im using gambas 3 3871 and im using qt-4 at design time when i set the background color only the part of the control that dosnt have the grid on it has

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 09/06/11 08:32, Benoît Minisini wrote: hi Benoit im using gambas 3 3871 and im using qt-4 at design time when i set the background color only the part of the control that dosnt have the grid on it has the changed color Do you have a screenshot? Can you make a little projec

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 08/06/11 23:09, Benoît Minisini wrote: >> hi Group im trying to set the initial background colour of a tableview >> rows and columns all to a set colour >> is there a way to do this with out looping through all the rows and >> columns individually and setting it there >> thanks >>Sha

[Gambas-user] Array's

2011-06-06 Thread Shane Powell
Hi everyone I have this code public ids[7,24] as integer public sub clearit() ids.Clear end and i get embedded array error at the clear call can anyone tell me the reason for this ? thanks -- EditLive Enterprise is th

[Gambas-user] Tableview Background

2011-06-05 Thread Shane Powell
hi Group im trying to set the initial background colour of a tableview rows and columns all to a set colour is there a way to do this with out looping through all the rows and columns individually and setting it there thanks Shane --

Re: [Gambas-user] printing gambas 3

2011-05-21 Thread Shane Powell
On 22/05/11 00:27, Fabien Bodard wrote: > 2011/5/21 Shane Powell: >> On 21/05/11 00:53, Fabien Bodard wrote: >>> 2011/5/20 Shane Powell: >>>> trying to print in gambas 3 using drawtext but the letters are huge >>>> what gives ? >>> on gambas3

Re: [Gambas-user] printing gambas 3

2011-05-21 Thread Shane Powell
On 22/05/11 00:27, Fabien Bodard wrote: > 2011/5/21 Shane Powell: >> On 21/05/11 00:53, Fabien Bodard wrote: >>> 2011/5/20 Shane Powell: >>>> trying to print in gambas 3 using drawtext but the letters are huge >>>> what gives ? >>> on gambas3

Re: [Gambas-user] gambas 3

2011-05-20 Thread Shane Powell
On 21/05/11 08:47, Benoît Minisini wrote: >> hi >> I opened a gambas 2 project with gambas 3 and was asked if i wanted >> to convert it >> witch i did thinking that i would be able to save somewhere else wrong! >> so is there a way to convert it back to gambas 2 project and i think >> that yo

Re: [Gambas-user] printing gambas 3

2011-05-20 Thread Shane Powell
On 21/05/11 00:53, Fabien Bodard wrote: > 2011/5/20 Shane Powell: >> trying to print in gambas 3 using drawtext but the letters are huge >> what gives ? > on gambas3 you need to use the paint class > > paint.text... > > paint generate vectorial and antialiased draw.

[Gambas-user] printing gambas 3

2011-05-20 Thread Shane Powell
trying to print in gambas 3 using drawtext but the letters are huge what gives ? -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation

Re: [Gambas-user] Issue 66 in gambas: Unknown symbol 'MoveScaled' in class 'Timer'

2011-05-19 Thread Shane Powell
On 20/05/11 14:24, gam...@googlecode.com wrote: > Status: New > Owner: > Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any > Desktop-Any GUI-Any > > New issue 66 by sholzy2...@yahoo.com: Unknown symbol 'MoveScaled' in > class 'Timer' > http://code.google.com/p/gambas/issues/

[Gambas-user] Printer

2011-05-19 Thread Shane Powell
In gambas 3 build 3852 when i have a printer component placed on a form when the form is shown i get Unknown symbol scalemove in class printer error -- What Every C/C++ and Fortran developer Should Know! Read this article

[Gambas-user] gambas 3

2011-05-19 Thread Shane Powell
hi I opened a gambas 2 project with gambas 3 and was asked if i wanted to convert it witch i did thinking that i would be able to save somewhere else wrong! so is there a way to convert it back to gambas 2 project and i think that you should be able to save the new gambas 3 project some wher

[Gambas-user] printing

2011-05-19 Thread Shane Powell
hi In gambas 2 I could set the scale of printing to mm by doing Draw.Scale(Draw.Resolution / 25.4, Draw.Resolution 25.4) How do I do The Same Thing in Gambas 3 thanks Shane -- What Every C/C++ and Fortran developer

Re: [Gambas-user] Lost Timer1

2011-05-05 Thread Shane Powell
On 05/05/11 21:42, richard terry wrote: > Hi List > > I "lost" a Timer (visually) on a complex form and I wanted to get rid of it. I > could see it in the hierachy tree. > > I eventually noticed a couple of pixels right on the border of the form which > after many attempts I couldn't grab, so assum

Re: [Gambas-user] Magnify 0.0.8

2011-04-21 Thread Shane Powell
On 21/04/11 08:11, richard terry wrote: On Thursday 21 April 2011 04:20:35 Matti wrote: Hi Shane and Richard (and whoever, didn't follow the conversation), this is a nice idea! After trying it just once with a few images, a question: The lens magnifies, but definitely doesn't show the origin

Re: [Gambas-user] Magnify 0.0.8

2011-04-20 Thread Shane Powell
On 20/04/11 15:49, richard terry wrote: On Wednesday 20 April 2011 14:25:03 Shane Powell wrote: Had a quick play with this, works ok, except when the image is expanded the mouse-over is no longer accurate. Have a think about my previous post about the 'hidden image' as the one you re

Re: [Gambas-user] Magnify 0.0.8

2011-04-19 Thread Shane Powell
On 19/04/11 23:55, richard terry wrote: On Tuesday 19 April 2011 21:21:30 Shane Powell wrote: Ok, I couldn't resist before I went to bed, I've skipped a number in case you post 0.0.7 and we get confused. Hope I've sent the correct one, if not re- post. This now works like th

Re: [Gambas-user] Magnify

2011-04-19 Thread Shane Powell
On 19/04/11 22:58, richard terry wrote: > On Tuesday 19 April 2011 21:21:30 Shane Powell wrote: >> On 19/04/11 20:53, richard terry wrote: >>> On Tuesday 19 April 2011 20:34:17 Fabien Bodard wrote: >>>> What do you want to do exactly Richard ? >>> Hi Fabi

Re: [Gambas-user] Magnify

2011-04-19 Thread Shane Powell
On 19/04/11 20:53, richard terry wrote: > On Tuesday 19 April 2011 20:34:17 Fabien Bodard wrote: >> What do you want to do exactly Richard ? > Hi Fabian > > I don't really want the side viewer - but the viewer with the circle around it > like you drew - on the picture itself. > > The last version s

Re: [Gambas-user] Magnify

2011-04-18 Thread Shane Powell
On 19/04/11 08:46, richard terry wrote: > On Monday 18 April 2011 18:06:54 Shane Powell wrote: >> Just some more tinkering >> > Hi LIst, > > I've made some minor mods and put the magnification factor on the mouse wheel. > > I can make it get more magnified,

Re: [Gambas-user] Magnify

2011-04-18 Thread Shane Powell
On 18/04/11 17:20, Fabien Bodard wrote: > i think magnify factor must be between 2 and 4 max > > 2011/4/18 richard terry: >> On Monday 18 April 2011 14:25:05 Shane Powell wrote: >>> here you go richard >>> >> Thanks, I"ll take a closer look tonight. The

Re: [Gambas-user] slider/spinbox

2011-04-18 Thread Shane Powell
On 18/04/11 17:24, Fabien Bodard wrote: > 2011/4/18 Shane Powell: >> How about a slider and or a spinbox having float values ? > for slider the workaround will be to use a *100 factor > > slider.step = 2 > > slider.maxvalue = 400 > Slider.MinValue = 200 > > >

[Gambas-user] slider/spinbox

2011-04-18 Thread Shane Powell
How about a slider and or a spinbox having float values ? -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization ca

Re: [Gambas-user] Dialog filter

2011-04-17 Thread Shane Powell
second > description, > third...] > > > Am 17.04.2011 11:39, schrieb Shane Powell: >> hi list >> Is there anyway of having all of the dialog filters as a filter >> e

Re: [Gambas-user] Magnify

2011-04-17 Thread Shane Powell
On 18/04/11 06:08, Fabien Bodard wrote: > Hi Richard, > > > This is a short code that do what you need i think. > > It use a mix of the Draw and paint class... And it is fast > > Best regards, > > > > > -- > Benefiting from

Re: [Gambas-user] Magnify

2011-04-17 Thread Shane Powell
On 17/04/11 20:39, richard terry wrote: On Sunday 17 April 2011 19:20:16 Shane Powell wrote: Hi Richard is this more what you are looking for you can now maximise for full screen still some bug e.g. when the mouse cursor moves to the edges

[Gambas-user] Dialog filter

2011-04-17 Thread Shane Powell
hi list Is there anyway of having all of the dialog filters as a filter e.g. *.png *. jpeg *.gif and then one for all the filters e.g. all supported graphics files -- Benefiting from Server Virtualization:

[Gambas-user] Magnify

2011-04-17 Thread Shane Powell
Hi Richard is this more what you are looking for you can now maximise for full screen still some bug e.g. when the mouse cursor moves to the edges -- Benefiting from Server Virtualization: Beyond Initial Workload Consoli

Re: [Gambas-user] an "Is this possible question" about images

2011-04-16 Thread Shane Powell
On 16/04/11 21:38, richard terry wrote: > On Saturday 16 April 2011 20:32:22 Shane Powell wrote: > Hi Shane, > > I''ve re-arranged the screen from 0.0.3 to show you what happens when you > have a (roughly) proportional picture. > > If you leave the drawing code as i

Re: [Gambas-user] an "Is this possible question" about images

2011-04-16 Thread Shane Powell
On 16/04/11 15:27, richard terry wrote: On Saturday 16 April 2011 10:29:15 Shane Powell wrote: Hi Shane, I had an 11MB picture I wanted to magnify (I'll send you an image of this off list), with your last code iteration only part of the image was shown, so I changed the code i

Re: [Gambas-user] Display TextLabel on Message box

2011-04-16 Thread Shane Powell
On 16/04/11 18:31, Ganesh Kumar wrote: > Hi Guys., > > How to do it ? > > Display TextLabel on Message box. This is my code. > > > PUBLIC SUB Button1_Click() > Message.Info("Hallo, this is your message", "OK") > END >