Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-07 Thread Kadaitcha Man
On 6 April 2010 20:38, richard terry rte...@pacific.net.au wrote:

 I've never used a panel ever in my project, and I've hundreds of forms and
 modules on a postgres backend with 30 schemas and hundreds of tables.

 I've programmed in VB3-6, Python/ wxPython, various IDe's and I reckon gambas
 is probably the most predictable I've ever encountered in my life - and
 easiest to use.

 Let it work for you.

Wow! You're so cool.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-07 Thread richard terry
On Wednesday 07 April 2010 17:13:39 Kadaitcha Man wrote:
 On 6 April 2010 20:38, richard terry rte...@pacific.net.au wrote:
  I've never used a panel ever in my project, and I've hundreds of forms
  and modules on a postgres backend with 30 schemas and hundreds of tables.
 
  I've programmed in VB3-6, Python/ wxPython, various IDe's and I reckon
  gambas is probably the most predictable I've ever encountered in my life
  - and easiest to use.
 
  Let it work for you.
 
 Wow! You're so cool.
 
 ---
 --- Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 
Didn't anyone tell you sarcasm is the lowest form of wit?

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-07 Thread Benoît Minisini
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to move
 up using up arrow . after the move all the gap between buttons become screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
 button always change it own position when I left click on it (it's like
 snap to grid or something).

Hi!

The bug should be fixed in revision #2868.

For point 3, when interacting with controls on the form with the mouse, press 
the SHIFT key to prevent snapping to grid.

Regards,

-- 
Benoît Minisini

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 08:19, Ron_1st ron...@tiscali.nl wrote:
 On Monday 05 April 2010, Kadaitcha Man wrote:
 On 5 April 2010 17:19, kobolds kobo...@singnet.com.sg wrote:
 
  here how you do the test on IDE
 
  1. create a form (768x1024)
  2. drag a panel into the form (make sure it big)
  3. drag a picbox into the panel (same size as panel) so the picbox cover 
  the
  whole panel
  4. drag 9 buttons on it ( on top of picbox)
  5. change button1 width and height to 100x80
  6. select the rest of buttons and do alignment same width and same height
  7.  check the widthxheight of the buttons . you will notice all change to
  other value (not 100x80)
 
  hope this will help

 Probably not. Who is going to do all that when you could post the code 
 yourself?


 It is a problem that occurs durring the make of the form.
 If he send it predone you do not experience the same behviour.

 Second, when he send it should be a complete project else
 other people start to complain. It is not a real problem
 to add a form in one of the many trial and error projects
 everyone have laying arround for test the told story by Richard.

 Many times it make sence to do what you suggest but for this
 one it isn't a absolute must do IMHO.

Ok, that's fair.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread kobolds

I couldn't find the option snap to grid in GB3 but I try on/off the toggle
grid . same result . 

problem align same height and same width. 
1. i create a form and drop 3 buttons
2. change the  button1  only widthxheight to 80x100
3. select the rest button and do align same height and same width
4. after that button1  become 84x98 , button2 become 84x98 , button3 become
84x98
this is wrong . all the button should become 80x100


problem with align button
1. create form and drag 3 buttons 
2. set button1 x-position to 200 
3. select the rest of buttons . do alignt to bottom
4. all buttons  x-position become 203 .
this is wrong . all button x-position suppose to be 200





Benoît Minisini wrote:
 
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to
 move
 up using up arrow . after the move all the gap between buttons become
 screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
 button always change it own position when I left click on it (it's like
 snap to grid or something).
 
 Did you disable snap to grid before working on your form?
 
 -- 
 Benoît Minisini
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 
 

-- 
View this message in context: 
http://old.nabble.com/problem-with-alignmet---position-in-GB3%28qt%29-tp28137172p28149016.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 18:55, kobolds kobo...@singnet.com.sg wrote:

 I couldn't find the option snap to grid in GB3 but I try on/off the toggle
 grid . same result .

 problem align same height and same width.
 1. i create a form and drop 3 buttons
 2. change the  button1  only widthxheight to 80x100
 3. select the rest button and do align same height and same width
 4. after that button1  become 84x98 , button2 become 84x98 , button3 become
 84x98
 this is wrong . all the button should become 80x100


 problem with align button
 1. create form and drag 3 buttons
 2. set button1 x-position to 200
 3. select the rest of buttons . do alignt to bottom
 4. all buttons  x-position become 203 .
 this is wrong . all button x-position suppose to be 200

I followed those instructions and reproduced the problem.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread richard terry
On Tuesday 06 April 2010 18:55:16 kobolds wrote:
Hi,

I'm stuggling to understand what you mean - why not just use vertical 
box/horizontal box, and set the expand or not expand properties. let the IDE 
do the work for  you

I enclose a simple example showing various areas of the screen not-expanding 
or expanding.

perhaps if you told us what you are doing and what the final product could look 
like it would help.

I've never used a panel ever in my project, and I've hundreds of forms and 
modules on a postgres backend with 30 schemas and hundreds of tables.

I've programmed in VB3-6, Python/ wxPython, various IDe's and I reckon gambas 
is probably the most predictable I've ever encountered in my life - and 
easiest to use.

Let it work for you.

Regards

richard

 I couldn't find the option snap to grid in GB3 but I try on/off the toggle
 grid . same result .
 
 problem align same height and same width.
 1. i create a form and drop 3 buttons
 2. change the  button1  only widthxheight to 80x100
 3. select the rest button and do align same height and same width
 4. after that button1  become 84x98 , button2 become 84x98 , button3 become
 84x98
 this is wrong . all the button should become 80x100
 
 
 problem with align button
 1. create form and drag 3 buttons
 2. set button1 x-position to 200
 3. select the rest of buttons . do alignt to bottom
 4. all buttons  x-position become 203 .
 this is wrong . all button x-position suppose to be 200
 
 Benoît Minisini wrote:
  I post this problem before but until now this issue left unsolved.
 
  i try to create a form with many buttons (something like a keyboard).
 
  1. when I try to change the height and width of all the buttons by using
  align same height and width , it doesn't work .
 
  2. I position each button with small gap next to each other manually
  from each button property x and y . but when I select all button and try
  to move
  up using up arrow . after the move all the gap between buttons become
  screw
  up .
 
  3.  if I manual enter button position using button property x and y ,
  button always change it own position when I left click on it (it's like
  snap to grid or something).
 
  Did you disable snap to grid before working on your form?
 


expand.tar.gz
Description: application/compressed-tar
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread Benoît Minisini
 I couldn't find the option snap to grid in GB3 but I try on/off the toggle
 grid . same result .
 
 problem align same height and same width.
 1. i create a form and drop 3 buttons
 2. change the  button1  only widthxheight to 80x100
 3. select the rest button and do align same height and same width
 4. after that button1  become 84x98 , button2 become 84x98 , button3 become
 84x98
 this is wrong . all the button should become 80x100
 
 
 problem with align button
 1. create form and drag 3 buttons
 2. set button1 x-position to 200
 3. select the rest of buttons . do alignt to bottom
 4. all buttons  x-position become 203 .
 this is wrong . all button x-position suppose to be 200
 

OK, I see. All align buttons snap the control coordinates to the grid, but 
they should not!

-- 
Benoît Minisini

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread richard terry
On Monday 05 April 2010 14:22:12 kobolds wrote:
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to move
 up using up arrow . after the move all the gap between buttons become screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
  button always change it own position when I left click on it (it's like
  snap to grid or something).
 
send use your code and I'll take a look.

Why not just design it on a form using the IDE?

Richard

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread kobolds

 the problem is on the ide . you can try todo the same as the picture I
attach  . you will notice the problem . it's very obvious .





richard terry-5 wrote:
 
 On Monday 05 April 2010 14:22:12 kobolds wrote:
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to
 move
 up using up arrow . after the move all the gap between buttons become
 screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
  button always change it own position when I left click on it (it's like
  snap to grid or something).
 
 send use your code and I'll take a look.
 
 Why not just design it on a form using the IDE?
 
 Richard
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 
 

-- 
View this message in context: 
http://old.nabble.com/problem-with-alignmet---position-in-GB3%28qt%29-tp28137172p28137682.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread kobolds

here how you do the test on IDE

1. create a form (768x1024)
2. drag a panel into the form (make sure it big)
3. drag a picbox into the panel (same size as panel) so the picbox cover the
whole panel
4. drag 9 buttons on it ( on top of picbox) 
5. change button1 width and height to 100x80
6. select the rest of buttons and do alignment same width and same height 
7.  check the widthxheight of the buttons . you will notice all change to
other value (not 100x80)

hope this will help






richard terry-5 wrote:
 
 On Monday 05 April 2010 14:22:12 kobolds wrote:
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to
 move
 up using up arrow . after the move all the gap between buttons become
 screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
  button always change it own position when I left click on it (it's like
  snap to grid or something).
 
 send use your code and I'll take a look.
 
 Why not just design it on a form using the IDE?
 
 Richard
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 
 

-- 
View this message in context: 
http://old.nabble.com/problem-with-alignmet---position-in-GB3%28qt%29-tp28137172p28137736.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Kadaitcha Man
On 5 April 2010 17:19, kobolds kobo...@singnet.com.sg wrote:

 here how you do the test on IDE

 1. create a form (768x1024)
 2. drag a panel into the form (make sure it big)
 3. drag a picbox into the panel (same size as panel) so the picbox cover the
 whole panel
 4. drag 9 buttons on it ( on top of picbox)
 5. change button1 width and height to 100x80
 6. select the rest of buttons and do alignment same width and same height
 7.  check the widthxheight of the buttons . you will notice all change to
 other value (not 100x80)

 hope this will help

Probably not. Who is going to do all that when you could post the code yourself?

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Benoît Minisini
 I post this problem before but until now this issue left unsolved.
 
 i try to create a form with many buttons (something like a keyboard).
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work .
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to move
 up using up arrow . after the move all the gap between buttons become screw
 up .
 
 3.  if I manual enter button position using button property x and y ,
 button always change it own position when I left click on it (it's like
 snap to grid or something).

Did you disable snap to grid before working on your form?

-- 
Benoît Minisini

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Fabien Bodard

 Send us the code.

 personally I never use panels - only ever Vbox/Hbox and set the properties of
 these to maket my rows/columns expand/keep the same etc.

 Send us the code,and could you re-post the picture as I trashed it, happy for
 you to send to me direct.

 Richard

hum ... Richard ... he is talking about the desing time not execution ... ;-)

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Ron_1st
On Monday 05 April 2010, Kadaitcha Man wrote:
 On 5 April 2010 17:19, kobolds kobo...@singnet.com.sg wrote:
 
  here how you do the test on IDE
 
  1. create a form (768x1024)
  2. drag a panel into the form (make sure it big)
  3. drag a picbox into the panel (same size as panel) so the picbox cover the
  whole panel
  4. drag 9 buttons on it ( on top of picbox)
  5. change button1 width and height to 100x80
  6. select the rest of buttons and do alignment same width and same height
  7.  check the widthxheight of the buttons . you will notice all change to
  other value (not 100x80)
 
  hope this will help
 
 Probably not. Who is going to do all that when you could post the code 
 yourself?
 

It is a problem that occurs durring the make of the form.
If he send it predone you do not experience the same behviour.

Second, when he send it should be a complete project else
other people start to complain. It is not a real problem 
to add a form in one of the many trial and error projects 
everyone have laying arround for test the told story by Richard.

Many times it make sence to do what you suggest but for this
one it isn't a absolute must do IMHO. 

Best regards,

Ron_1st

-- 



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Ron_1st
On Monday 05 April 2010, Fabien Bodard wrote:
 
  Send us the code.
 
  personally I never use panels - only ever Vbox/Hbox and set the properties 
  of
  these to maket my rows/columns expand/keep the same etc.
 
  Send us the code,and could you re-post the picture as I trashed it, happy 
  for
  you to send to me direct.
 
  Richard
 
 hum ... Richard ... he is talking about the desing time not execution ... ;-)

Righ. :)


Best regards,

Ron_1st

-- 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-04 Thread kobolds

here I attach the image
http://old.nabble.com/file/p28137258/snapshot4.png 


kobolds wrote:
 
 I post this problem before but until now this issue left unsolved. 
 
 i try to create a form with many buttons (something like a keyboard). 
 
 1. when I try to change the height and width of all the buttons by using
 align same height and width , it doesn't work . 
 
 2. I position each button with small gap next to each other manually from
 each button property x and y . but when I select all button and try to
 move  up using up arrow . after the move all the gap between buttons
 become screw up .
 
 3.  if I manual enter button position using button property x and y ,
 button always change it own position when I left click on it (it's like
 snap to grid or something). 
 
 
 
 

-- 
View this message in context: 
http://old.nabble.com/problem-with-alignmet---position-in-GB3%28qt%29-tp28137172p28137258.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user