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
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'
> 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
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
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
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 ?
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
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
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
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
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
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
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
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
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
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
> 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
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:
[..]
-
> 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
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
20 matches
Mail list logo