Re: [Gambas-user] How to generate a new frame or pic box when a button is pressed

2010-01-10 Thread Fiddler63
Fab, thanks for that. I got the form to show fine but I'm a bit confused about the movement with the mouse. Tell me if I'm on the right track here: X,Y of the mouse is within X,Y of the object to be moved and while MouseDown, move object to current Mouse X,Y coordinates. Do I handle each of the

Re: [Gambas-user] Modules cant raise events :-(

2010-01-10 Thread bbb888
Hi Benoit, Benoît Minisini wrote: > > If CurrentUser, CurrentProject and CurrentSystem are the objects that > change, > then they should raise the events, not the module where they are declared. > Shouldn't they? An event is the way an object tells the world it has > changed. > > If you can'

Re: [Gambas-user] Modules cant raise events :-(

2010-01-10 Thread Benoît Minisini
> I have a module called "env" that "holds" three system wide objects > (CurrentUser, CurrentProject, CurrentSystem). Lots of forms access and use > these objects (Login, FMain etc etc). > > I am trying to signal an unknown number of listeners when one of these > objects changes, for example is

[Gambas-user] Modules cant raise events :-(

2010-01-10 Thread bbb888
I have a module called "env" that "holds" three system wide objects (CurrentUser, CurrentProject, CurrentSystem). Lots of forms access and use these objects (Login, FMain etc etc). I am trying to signal an unknown number of listeners when one of these objects changes, for example is the user ch

Re: [Gambas-user] Where is "user component directory"?

2010-01-10 Thread bbb888
Thanks Fabien, I forgot that I did a little cleanup/re-org before the upgrade and moved the projects. The links in ~/.local/lib/gambas2 still existed and therefore pointed to a non-existent place. Simply deleting them and re-making the exec's fixed it all up! Also, sorry for the delay in reply

Re: [Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

2010-01-10 Thread matteo.l...@engicam.com
Yes libqt3-mt-dev is installed thanks for your reply ! - Original Message - Da : Fabien Bodard A : mailing list for gambas users Oggetto : Re: [Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10 Data : Sun, 10 Jan 2010 19:51:21 +0100 > IS libqt3-mt-dev installed ?

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi, thanks. I will just try to use another mail-address. I am not so happy with hotmail anyway, have a own domain, but the siteprovider is (still) free, and it went down for 2 days for about 2 months ago, so I switched the mail-adress in gambas-users to receive the mailing-list. I don't know if

Re: [Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

2010-01-10 Thread Fabien Bodard
IS libqt3-mt-dev installed ? if not install it and do a reconf-all 2010/1/10 matteo.l...@engicam.com : > Ok > > I checked all library installed on my ubuntu and redid the > installation from the beginning. > > Somethings is changed: > > When I launch gambas2 I have: > > ERROR: #27: Cannot load c

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread Doriano Blengino
Ron_1st ha scritto: > On Thursday 07 January 2010, norarg wrote: > >> X-Originating-IP: [201.234.99.50] >> > see below > > >> X-Originating-Email: [nor...@hotmail.de] >> Message-ID: >> Received: from [192.168.1.100] ([201.234.99.50]) by >> BLU0-SMTP84.blu0.hotmail.com over TL

Re: [Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

2010-01-10 Thread matteo.l...@engicam.com
Ok I checked all library installed on my ubuntu and redid the installation from the beginning. Somethings is changed: When I launch gambas2 I have: ERROR: #27: Cannot load component 'gb.qt': cannot find library file The ./configure disable the gb.qte packet and the make / make install seems t

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi as I can figure out, the primary DNS is 200.0.194.78, I don't know what the guy is doing. As I see, the dynamic IP is correct, so I presume it is right what you tell me. I use Evolution with POP3/SMTP to handle the mails. But it makes me somehow thoughtful, I can't use such sh... I will hand th

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi again, I am living in Argentina now, still using the mail-adresses I used when living in Germany a year ago. regards, norarg Am Sonntag, den 10.01.2010, 18:42 +0100 schrieb Ron_1st: > BTW > 201.234.99.50: hostname 201-234-99-50.static.impsat.net.ar > > IP assigned to provider in Argentina

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi, I see this problem for the first time. I do not have an own router, the provider connects his customers via antennas, and I have no access to the router, just get a dynamic IP-address. regards norarg Am Sonntag, den 10.01.2010, 18:35 +0100 schrieb Ron_1st: > On Thursday 07 January 2010, n

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread Ron_1st
BTW 201.234.99.50: hostname 201-234-99-50.static.impsat.net.ar IP assigned to provider in Argentina in use in germany??? Best regards, Ron_1st -- -- This SF.Net email is sponsored by the Verizon Developer Community T

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread Ron_1st
On Thursday 07 January 2010, norarg wrote: > X-Originating-IP: [201.234.99.50] see below > X-Originating-Email: [nor...@hotmail.de] > Message-ID: > Received: from [192.168.1.100] ([201.234.99.50]) by > BLU0-SMTP84.blu0.hotmail.com over TLS secured channel with > Microsoft SMTPS

Re: [Gambas-user] Gambas-user Digest, Vol 44, Issue 16

2010-01-10 Thread Steven Herbert
Nabeel: You are absolutely correct - the key/struggle for us is - the screen interface - capacitive versus resistive. From my point of view that is really the biggest draw back for us. If we can get rid of this hurdle, then we have to seriously look at it. Best Regards, Steven Herbert Direct

Re: [Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

2010-01-10 Thread Benoît Minisini
> Hi to All ! > > I'm trying to install last gambas2 version on my ubuntu 9.10 > but I had some error: > > 1) I launch the configuration script with: > > sudo ./configure --enable-net=yes --enable-curl=yes > --enable-smtp=yes > > but at the end I receive the following report: > > THESE COMPON

[Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

2010-01-10 Thread matteo.l...@engicam.com
Hi to All ! I'm trying to install last gambas2 version on my ubuntu 9.10 but I had some error: 1) I launch the configuration script with: sudo ./configure --enable-net=yes --enable-curl=yes --enable-smtp=yes but at the end I receive the following report: THESE COMPONENTS ARE DISABLED: [..] -

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread Benoît Minisini
> Hi, > > let me see if I have understood this right: > the values of the items in the .form are core, and recalculated in pixel > when the form is loaded into the IDE. > here an example: > > { Label1 Label > MoveScaled(2,2,10,4) > Text = ("Label1") > } > > when loaded, > x=14 > y=14

Re: [Gambas-user] How to generate a new frame or pic box when a button is pressed

2010-01-10 Thread Fabien Bodard
in fact you need to load a new form, set it's border to none, set it's size to the picture size, set it's picture to the picture, and then manage the movement with mouseDown, mouseUp and MouseMove events. dim hForm as new Form hForm.Resize(hPic.W, hPic.H) hForm.Picture = hPic hForm.Border = Borde