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] 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] 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] 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

[Gambas-user] Problems generating a form

2010-01-07 Thread norarg
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 width=70 height=28 should b