Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
An english traduction of your software will be great too :) (and the site 
...:-)    Yes but i am sure, you understand, my english is not good. 
CAD in gambas ... good work !Gambas is easy and rapid language. infact  a lot 
of linux user say me:in linux use C or python. they dont like gambas.  but i 
like   :)



--- 26/07/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor:

Kimden: Fabien Bodard gambas...@gmail.com
Konu: Re: [Gambas-user] A web page for Gambas applications
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 26 Temmuz 2009 Pazar, 23:47

An english traduction of your software will be great too :) (and the site ...:-)

CAD in gambas ... good work !

2009/7/26 abdurrahman ulusoy uluso...@yahoo.com:
 hii dont know.
 i dont decided.i want gpl. but not commercial use. but which licence i need  
 i dont know.

 --- 26/07/09 Pzr tarihinde Benoît Minisini gam...@users.sourceforge.net 
 şöyle yazıyor:

 Kimden: Benoît Minisini gam...@users.sourceforge.net
 Konu: Re: [Gambas-user] A web page for Gambas applications
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 26 Temmuz 2009 Pazar, 16:16

 hiName         :Abdurrahman ULUSOY
 Application : KediCAD
 Description:  KediCAD is a CAD(Computer Aided Design) software  İt has 2
 version.        KediCAD2D and KediCAD3D.            KediCAD2D Like autocad,
 qcad.        KediCAD 3D like inventor. (see
 http://cadcizim.googlepages.com/czm1.avi.tar.gz) screenshoot:
 http://cadcizim.googlepages.com/fren.jpg/fren-full;init:.jpg
      http://cadcizim.googlepages.com/3bornek.png/3bornek-full;init:.png
 website   : http://cadcizim.googlepages.com/home
 Best Regards,


 What is the license?

 --
 Benoît

 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
Thanks.i think this is my problem solution.

--- 26/07/09 Pzr tarihinde Jean-Yves F. Barbier 12u...@gmail.com şöyle 
yazıyor:

Kimden: Jean-Yves F. Barbier 12u...@gmail.com
Konu: Re: [Gambas-user] A web page for Gambas applications
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 26 Temmuz 2009 Pazar, 19:11

abdurrahman ulusoy a écrit :
 hii dont know. 
 i dont decided.i want gpl. but not commercial use.

This is antinomic: one of the GPL license purpose is to avoid such restrictions!

 but which licence i need  i dont know.
 
If you don't want your code to be reused in a comercial prject, then GPLv3 
should do,
if you don't want your code to be used at all by any commercial organization, 
you
must twin-license: let's say GPLv3 for personnal use, and commercial for 
organizations

(you have an example with the PUEL from virtualbox.org)

JY
-- 
He who walks on burning coals is sure to get burned.
        -- Sinbad

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Reading email

2009-07-27 Thread Jussi Lahtinen
I think you mean you need to use POP3 protocol..?
Gambas has only component for sending email, not for receiving.
But if you mean just SMTP protocol for intranet purpose or similar,
maybe you can write something with gb.net component.

http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol
http://en.wikipedia.org/wiki/Post_Office_Protocol
http://gambasdoc.org/help/comp/gb.net


Jussi

To Benoit; there is little typo in project properties -- components,
STMP client, should be SMTP client.




On Thu, Jul 23, 2009 at 18:07, Jarkko Härmäjarkko.ha...@surffi.net wrote:
 Hello

 Is there any way of reading email from Gambas ?

 Jarkko

 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Reading email

2009-07-27 Thread Benoît Minisini
 I think you mean you need to use POP3 protocol..?
 Gambas has only component for sending email, not for receiving.
 But if you mean just SMTP protocol for intranet purpose or similar,
 maybe you can write something with gb.net component.

 http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol
 http://en.wikipedia.org/wiki/Post_Office_Protocol
 http://gambasdoc.org/help/comp/gb.net

Yes, POP3 should be perfectly and simply doable in Gambas with a blocking 
Socket.



 Jussi

 To Benoit; there is little typo in project properties -- components,
 STMP client, should be SMTP client.

Yes. I fix that in Gambas 3, but not in Gambas 2 to not lose the translations.

Regards,

-- 
Benoît

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] General Input Box

2009-07-27 Thread nic
I think Gambas should have a general use input box. For example, a hidden
box that monitors your mouse position and keystrokes. I'm new to Gambas, so
if there's another way of doing this, please help.

Thanks!
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] General Input Box

2009-07-27 Thread Dimitris Anogiatis
Nic,

I don't know how Gambas works internally, but my understanding is that any
such feature would be
a resource hog because it would have to monitor keystrokes and mouse
positions for all controls used
in a form; what would happen if you had arrays of controls or complicated
controls that you had to monitor?

With your generic keystroke and mouse monitor approach there would be cases
where keystrokes coming
from certain controls would have to be prioritized and queued...  that would
create havoc bringing gambas
programs' runtime performance to a slow grind. Yet again as I said before I
don't know how Gambas works
internally so the only person who can answer this for us, is Benoi himself.

Regards,
Dimitris

On Mon, Jul 27, 2009 at 6:41 PM, nic dent@gmail.com wrote:

 I think Gambas should have a general use input box. For example, a hidden
 box that monitors your mouse position and keystrokes. I'm new to Gambas, so
 if there's another way of doing this, please help.

 Thanks!

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user