[Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy

anyone has an idea on that?


--- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle 
yazıyor:

Kimden: abdurrahman ulusoy uluso...@yahoo.com
Konu: [Gambas-user] drawingarea resize
Kime: Gambas-user@lists.sourceforge.net
Tarihi: 8 Temmuz 2009 Çarşamba, 11:04

hi
when i  resize to drawingarea gambas console show me this error.
X Error: BadAlloc (insufficient resources for operation) 11
  Major opcode:  53
  Minor opcode:  0
  Resource id:  0x7c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  70
  Minor opcode:  0
  Resource id:  0x3600fc2
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  62
  Minor opcode:  0
  Resource id:  0x3600fc2
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode:  2
  Minor opcode:  0
  Resource id:  0x3600fc2
X Error: BadAlloc (insufficient resources for operation) 11
  Major opcode:  53
  Minor opcode:  0
  Resource id:  0x7c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  70
  Minor opcode:  0
  Resource id:  0x3600fc3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  62
  Minor opcode:  0
  Resource id:  0x3600fc3
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode:  54
  Minor opcode:  0
  Resource id:  0x3600fc2
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode:  2
  Minor opcode:  0
  Resource id:  0x3600fc3+




      ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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!
--
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] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
Yes. too large.

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

Kimden: Benoît Minisini gam...@users.sourceforge.net
Konu: Re: [Gambas-user] Yan:  drawingarea resize
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 30 Temmuz 2009 Perşembe, 15:41

 anyone has an idea on that?


 --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
 yazıyor:

 Kimden: abdurrahman ulusoy uluso...@yahoo.com
 Konu: [Gambas-user] drawingarea resize
 Kime: Gambas-user@lists.sourceforge.net
 Tarihi: 8 Temmuz 2009 Çarşamba, 11:04

 hi
 when i  resize to drawingarea gambas console show me this error.

Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use 
gb.gui, with with desktop?

 X Error: BadAlloc (insufficient resources for operation) 11
   Major opcode:  53
   Minor opcode:  0
   Resource id:  0x7c

insufficient resources. Hmm, are you trying to resize a too large cached 
DrawingArea?

-- 
Benoît

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



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
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] Yan: drawingarea resize

2009-07-30 Thread Benoît Minisini
  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
.
   /|\
|
which --'


-- 
Benoît

--
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] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
 KDE 3.5.10 my desktop
i use  gambas 2.9  and   gb.qt 



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

Kimden: Benoît Minisini gam...@users.sourceforge.net
Konu: Re: [Gambas-user] Yan:  drawingarea resize
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 30 Temmuz 2009 Perşembe, 15:49

  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
                .
               /|\
                |
which --'


-- 
Benoît

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



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
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] Yan: drawingarea resize

2009-07-30 Thread Fabien Bodard
resize in what way ?... you are using cached mode ?



2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
  KDE 3.5.10 my desktop
 i use  gambas 2.9  and   gb.qt



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

 Kimden: Benoît Minisini gam...@users.sourceforge.net
 Konu: Re: [Gambas-user] Yan:  drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 15:49

  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
                 .
                /|\
                 |
 which --'


 --
 Benoît

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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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


Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
yes , cached mode.

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

Kimden: Fabien Bodard gambas...@gmail.com
Konu: Re: [Gambas-user] Yan: drawingarea resize
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 30 Temmuz 2009 Perşembe, 16:53

resize in what way ?... you are using cached mode ?



2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
  KDE 3.5.10 my desktop
 i use  gambas 2.9  and   gb.qt



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

 Kimden: Benoît Minisini gam...@users.sourceforge.net
 Konu: Re: [Gambas-user] Yan:  drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 15:49

  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
                 .
                /|\
                 |
 which --'


 --
 Benoît

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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
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] Yan: drawingarea resize

2009-07-30 Thread Fabien Bodard
if you can ... prefer a no cached mode... and use the _draw event to
redraw the scene...



PUBLIC SUB DrawingArea1_Draw()

  Draw.Text(1,1,text redraw)

END


You have not to define the draw.begin in this event it is automatically set.

SO in  this case you not resize the picture but redraw it... i think
it's a better idea and a less resources consumer.

then it depend of your code ... as i don't your need


2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
 yes , cached mode.

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

 Kimden: Fabien Bodard gambas...@gmail.com
 Konu: Re: [Gambas-user] Yan: drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 16:53

 resize in what way ?... you are using cached mode ?



 2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
  KDE 3.5.10 my desktop
 i use  gambas 2.9  and   gb.qt



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

 Kimden: Benoît Minisini gam...@users.sourceforge.net
 Konu: Re: [Gambas-user] Yan:  drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 15:49

  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
                 .
                /|\
                 |
 which --'


 --
 Benoît

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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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


Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
cached = false and  with   DrawingArea1_Draw - redraw is OK.
thank you very much. this method solved my problem.

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

Kimden: Fabien Bodard gambas...@gmail.com
Konu: Re: [Gambas-user] Yan: drawingarea resize
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 30 Temmuz 2009 Perşembe, 17:38

if you can ... prefer a no cached mode... and use the _draw event to
redraw the scene...



PUBLIC SUB DrawingArea1_Draw()

  Draw.Text(1,1,text redraw)

END


You have not to define the draw.begin in this event it is automatically set.

SO in  this case you not resize the picture but redraw it... i think
it's a better idea and a less resources consumer.

then it depend of your code ... as i don't your need


2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
 yes , cached mode.

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

 Kimden: Fabien Bodard gambas...@gmail.com
 Konu: Re: [Gambas-user] Yan: drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 16:53

 resize in what way ?... you are using cached mode ?



 2009/7/30 abdurrahman ulusoy uluso...@yahoo.com:
  KDE 3.5.10 my desktop
 i use  gambas 2.9  and   gb.qt



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

 Kimden: Benoît Minisini gam...@users.sourceforge.net
 Konu: Re: [Gambas-user] Yan:  drawingarea resize
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Temmuz 2009 Perşembe, 15:49

  anyone has an idea on that?
 
 
  --- 08/07/09 Çar tarihinde abdurrahman ulusoy uluso...@yahoo.com şöyle
  yazıyor:
 
  Kimden: abdurrahman ulusoy uluso...@yahoo.com
  Konu: [Gambas-user] drawingarea resize
  Kime: Gambas-user@lists.sourceforge.net
  Tarihi: 8 Temmuz 2009 Çarşamba, 11:04
 
  hi
  when i  resize to drawingarea gambas console show me this error.

 Which version of Gambas do you use? Do you use gb.qt, gb.gtk, or if you use
 gb.gui, with with desktop?
                 .
                /|\
                 |
 which --'


 --
 Benoît

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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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



      ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 --
 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