[Gambas-user] problem with event DataBrowser_MouseDown

2010-07-21 Thread ivan-kern
Hello
I use Gambas2-2.21, GTK+ on Ubuntu 10.04.
My problem is that  events DataBrowser_MouseDown, DataBrowser_DblClick do not 
work.

 
Thanks 
With kind regards
 
Ivan
 




freenetMail mobil – Alle E-Mails auf Ihrem Handy versenden und empfangen.
Jetzt kinderleicht und kostenlos einrichten. Hier informieren!
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Bug in DateChooser when used with ShowModal? (gambas 2.20)

2010-07-21 Thread Benoît Minisini
  Hello,
  
  DateChooser does not allow me to select a date in most cases when its
  form was opened with ShowModal.
  
  Here are the specifics:  The calendar does not react to clicks when its
  form is opened with ShowModal and a lower window is still open.  Other
  buttons in the same window work fine.  The problem does not occur when
  the lower window is closed with ME.Close() before the call to
  ShowModal().
  
  For convenience, I attached a small gambas project---with two buttons
  opening same the window in those two ways.
  
  I use gambas 2.20 from the Madness Mike's PPA on Launchpad under Ubuntu
  10.04 lucid.  It is available at
  https://launchpad.net/~madnessmike/+archive/gambas.
  
  My kernel was patched for a problem with Intel 845G video.  Did not try
  on stock kernel, but would be surprised if that would make a difference.
  
   'uname -a' output is 2.6.34-v9patch-generic #2-Ubuntu SMP Wed Jun 9
  
  04:13:19 UTC 2010 i686 GNU/Linux.
  
  My apologies if I am reporting a known problem.  I searched the mailing
  list but could not find any relevant info about it.
  
  Sincerely,
  Felix Lechner
 
 Hu hu. This is a problem with gb.gtk only, I will look at it...

The bug should be fixed in the last revisions now.

Regards,

-- 
Benoît Minisini

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] How to make Context Menus?

2010-07-21 Thread vikram
Hi,

I am new to gambas, I am using Gambas 2.7 on Debian Lenny. I need to make 
context menus for a project I am working on, i tried googling but came up 
pretty much empty handed...any help on this is welcome.

Thanks
Vikram Nair



  
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] the password property in smtpclient (gb2)

2010-07-21 Thread Wellington de Souza Pinto
Hi!

Why the password property in smtpclient (gb2) not exist??? (in gb3 exist and
work)!!

I need create subroutine (gb2) in my program to send email by smtp.
Any idea???

Best Reguards,

Souza, Wellington
___
Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem
tarifas muito baratas esperando por você. Aproveite!


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to make Context Menus?

2010-07-21 Thread craf
Hi.

This link can serve:

http://gambaslinux.eg2.fr/articles.php?lng=enpg=160

Regards

-Mensaje original-
De: vikram austin...@yahoo.com
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: gambas-user@lists.sourceforge.net
Asunto: [Gambas-user] How to make Context Menus?
Fecha: Wed, 21 Jul 2010 04:38:40 -0700 (PDT)



Hi,

I am new to gambas, I am using Gambas 2.7 on Debian Lenny. I need to make 
context menus for a project I am working on, i tried googling but came up 
pretty much empty handed...any help on this is welcome.

Thanks
Vikram Nair



  
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to make Context Menus?

2010-07-21 Thread Benoît Minisini
 Hi.
 
 This link can serve:
 
 http://gambaslinux.eg2.fr/articles.php?lng=enpg=160
 
 Regards
 

That example is correct, except that you must react to the Menu event, and 
not the MouseDown event, otherwise the keyboard menu key won't work!

Regards,

-- 
Benoît Minisini

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user