[Gambas-user] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Matteo Pasotti
Dear sirs,
I'm experiencing a problem using gb.chart.
It seems that an instruction like this
Chart.Style = ChartStyle.Custom
Chart.Colors.Values = [Color.Violet, Color.Cyan]
is ignored.
However the chart works using what I suppose to be the default settings
(purple, orange and so on).
I'm working on Debian Lenny with gambas2 version 2.7 but I've also tried
2.15 (from unstable repo) without success.
What's wrong?
Regards,
Matteo


--
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] DataControl and No current Connection Error

2009-08-30 Thread Mathias Ebermann
Ah, now I understand. Thanks!
It's explained in your help file gb.db/Connection.
Didn't see that before.

Benoît Minisini schrieb:
 Thanks, Benoit.

 But the database connection IS open, that's why I am confused.

 DataSource reads the table, and DataBrowser shows the data in the columns I
 set in properties. So, the connection seems to be not the problem.
 The only things that don't work are the DataControls. They always produce
 this No current Connection.

 Or am I completely wrong??
 I open the database connection in the PUBLIC SUB Form_Open(), first thing.
 That's the earliest point I can imagine. 
 
 You must open it before showing the form. Either you reimplement the public 
 static Main function in your startup form, either you create a startup module 
 for that. 
 
 Regards,
 

--
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] How many row in a GridView ?

2009-08-30 Thread Pino Zollo
Alle 17:53, mercoledì 26 agosto 2009, hai scritto:
 I think what you are looking for is the Scaled property for the form. If
 you set this to false, I understand the objects should stay the same size.

 Hope this helps
Thanks,
...but GridView does not seem to have a Scaled property.


hey Pino,

you can count the number of rows in the gridview control like this

Gridview1.Rows.Count

as for the height of each one of the rows... now that you prolly have to do
some calculations yourself using the fonts that your gridview control and
your QT Theme use.

I hope it helps

Regards,
Dimitris

I know exactely how many rows there are because I write at 12 by 12.
The problem is that if the screen is 1280X1024 I get all them, but in 1024X768 
the number of rows is less.

The strange is that reducing the font size in QT-config I get less (not more) 
raws.

How can I calculate ? How can I know how hight is a row in GridView in 
function of the font ?

Best regards
Pino

-- 
Key ID: 0xF6768208 
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net

--
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] Compiling Gambas 2 on recent Ubuntu syste ms ( and maybe others)

2009-08-30 Thread Benoît Minisini
 Am Sonntag, den 30.08.2009, 18:36 +0200 schrieb Benoît Minisini:
  Hi,
 
  I backported from Gambas 3 the fixes that made it compile on Ubuntu 9.04.
 
  Can those who had problems with compiling Gambas 2 try the revision #2287
  and tell me if things go better?
 
  Thanks in advance!

 Something told (my Kubuntu 9.04) that he can't add gb.sdl/m4 because the
 object with such a name exists.

 Charlie


subversion sucks when you replace a directory by a symbolic link. Try to 
checkout from scratch.

-- 
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] web browser.

2009-08-30 Thread Jussi Lahtinen
It should install pretty easily to almost any distro... please run
report-ng (to terminal sh report-ng) and
attach the result gambas_report.log. At the beginning I had a lot of
problems installing it to Ubuntu, but today
everything works as expected.


Jussi





On Sun, Aug 30, 2009 at 20:06, abdurrahman ulusoyuluso...@yahoo.com wrote:
 which distro, gambas3 install easiest.

 --- 30/08/09 Pzr tarihinde Charlie Reinl karl.re...@fen-net.de şöyle 
 yazıyor:

 Kimden: Charlie Reinl karl.re...@fen-net.de
 Konu: Re: [Gambas-user] web browser.
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Ağustos 2009 Pazar, 13:01

 Am Sonntag, den 30.08.2009, 01:06 -0700 schrieb abdurrahman ulusoy:
 THESE COMPONENTS ARE DISABLED:

 - gb.cairo
 - gb.compress.bzlib2
 - gb.db.sqlite2
 - gb.gtk
 - gb.gtk.svg
 - gb.image.imlib
 - gb.image.io
 - gb.net.curl
 - gb.net.smtp
 - gb.opengl
 - gb.pdf
 - gb.qt4
 - gb.sdl
 - gb.v4l
 - gb.xml

 
 gambas2 dep.s(gb.pdf,gb.v4l,gbxml, gb.gtk, gb.opengl)  on my computer. 
 but error say me disabled. and some gambas3 dep.s (gb.cairo, gb.qt4...) are 
 not. This is true.
   i installed some deps. and reconf  ./configure -C  but again say me  
disabled.

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

 Kimden: Fabien Bodard gambas...@gmail.com
 Konu: Re: [Gambas-user] web browser.
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Ağustos 2009 Pazar, 1:25

 say us what is the problem on the gb3 install

 2009/8/29 abdurrahman ulusoy uluso...@yahoo.com:
 
  yes. i want. i try to install gambas3  a lot of times but  i cant.
 
  --- 29/08/09 Cts tarihinde Benoît Minisini gam...@users.sourceforge.net 
  şöyle yazıyor:
 
  Kimden: Benoît Minisini gam...@users.sourceforge.net
  Konu: Re: [Gambas-user] web browser.
  Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
  Tarihi: 29 Ağustos 2009 Cumartesi, 15:35
 
  when i wait for opengl selection :) , i add some codes to webbrowser (in
  gambas examples).
 
  if you want to develope gambasweb codes here
 
   http://code.google.com/p/gambasweb/
 
 
 
  Do you think making a Gambas 3 version with gb.qt4.webkit?
 
  --
  Benoît
 
 Salut,

 an information I missing (or have not seen) is you Linux-Distribution.

 attached you the script report-ng from  Joshua Higgins, make it
 executable (set the x) you can sent us the  output =  gambas_report.log


 --
 Amicalment
 Charlie

 -Satır İçi Eki Var-

 --
 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
 -Satır İçi Eki Var-

 ___
 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] web browser.

2009-08-30 Thread abdurrahman ulusoy
result attached.

--- 30/08/09 Pzr tarihinde Charlie Reinl karl.re...@fen-net.de şöyle yazıyor:

Kimden: Charlie Reinl karl.re...@fen-net.de
Konu: Re: [Gambas-user] web browser.
Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
Tarihi: 30 Ağustos 2009 Pazar, 13:01

Am Sonntag, den 30.08.2009, 01:06 -0700 schrieb abdurrahman ulusoy:
 THESE COMPONENTS ARE DISABLED:
 
 - gb.cairo
 - gb.compress.bzlib2
 - gb.db.sqlite2
 - gb.gtk
 - gb.gtk.svg
 - gb.image.imlib
 - gb.image.io
 - gb.net.curl
 - gb.net.smtp
 - gb.opengl
 - gb.pdf
 - gb.qt4
 - gb.sdl
 - gb.v4l
 - gb.xml
 
 
 gambas2 dep.s(gb.pdf,gb.v4l,gbxml, gb.gtk, gb.opengl)  on my computer. 
 but error say me disabled. and some gambas3 dep.s (gb.cairo, gb.qt4...) are 
 not. This is true. 
   i installed some deps. and reconf  ./configure -C  but again say me  
disabled.
 
 --- 30/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor:
 
 Kimden: Fabien Bodard gambas...@gmail.com
 Konu: Re: [Gambas-user] web browser.
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Ağustos 2009 Pazar, 1:25
 
 say us what is the problem on the gb3 install
 
 2009/8/29 abdurrahman ulusoy uluso...@yahoo.com:
 
  yes. i want. i try to install gambas3  a lot of times but  i cant.
 
  --- 29/08/09 Cts tarihinde Benoît Minisini gam...@users.sourceforge.net 
  şöyle yazıyor:
 
  Kimden: Benoît Minisini gam...@users.sourceforge.net
  Konu: Re: [Gambas-user] web browser.
  Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
  Tarihi: 29 Ağustos 2009 Cumartesi, 15:35
 
  when i wait for opengl selection :) , i add some codes to webbrowser (in
  gambas examples).
 
  if you want to develope gambasweb codes here
 
   http://code.google.com/p/gambasweb/
 
 
 
  Do you think making a Gambas 3 version with gb.qt4.webkit?
 
  --
  Benoît
 
Salut,

an information I missing (or have not seen) is you Linux-Distribution.

attached you the script report-ng from  Joshua Higgins, make it
executable (set the x) you can sent us the  output =  gambas_report.log


-- 
Amicalment
Charlie

-Satır İçi Eki Var-

--
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
-Satır İçi Eki Var-

___
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_report.log
Description: Binary data
--
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] Compiling Gambas 2 on recent Ubuntu systems (and maybe others)

2009-08-30 Thread Charlie Reinl
Am Sonntag, den 30.08.2009, 18:36 +0200 schrieb Benoît Minisini:
 Hi,
 
 I backported from Gambas 3 the fixes that made it compile on Ubuntu 9.04.
 
 Can those who had problems with compiling Gambas 2 try the revision #2287 and 
 tell me if things go better?
 
 Thanks in advance!
 
Something told (my Kubuntu 9.04) that he can't add gb.sdl/m4 because the
object with such a name exists.

Charlie


--
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] Compiling Gambas 2 on recent Ubuntu systems (and maybe others)

2009-08-30 Thread Ron
Benoît Minisini schreef:
 Hi,

 I backported from Gambas 3 the fixes that made it compile on Ubuntu 9.04.

 Can those who had problems with compiling Gambas 2 try the revision #2287 and 
 tell me if things go better?

 Thanks in advance!

   
I just removed the downgraded libtool version lock in synaptics and 
upgraded to the current libtool in 9.04 (2.2.6) with apt-get upgrade
Updated gambas svn source and recompiled Gambas 2.15 without any problems!
Very nice!

Regards,
Ron_2nd.

--
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] web browser.

2009-08-30 Thread Laurent Carlier
Le dimanche 30 août 2009 20:04:31 abdurrahman ulusoy, vous avez écrit :
  THESE COMPONENTS ARE DISABLED:
 
  - gb.cairo
  - gb.compress.bzlib2
  - gb.db.sqlite2
  - gb.gtk
  - gb.gtk.svg
  - gb.image.imlib
  - gb.image.io
  - gb.net.curl
  - gb.net.smtp
  - gb.opengl
  - gb.pdf
  - gb.qt4
  - gb.sdl
  - gb.v4l
  - gb.xml
 

As found here:
ftp://ftp.surfnet.nl/pub/os/Linux/distr/pardusrepo/2008

try : sudo pisi it qt4 curl cairo gtk2 poppler-glib libsdl sdl-image sdl-ttf

Give us the result

++

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


[Gambas-user] DataCombo doesn't work

2009-08-30 Thread Mathias Ebermann
Hi,
I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I understand, 
it should work like this:

Let's say I have a movie database.
The table movie is in my DataSource.
In this table is a field Directors_ID, the directors are stored in the table 
directors, where there is a field Name.
Then I would put a DataCombo in my DataSource with the properties:
Field = Directors_ID
Table = directors
Display = Name

But all I get is Query failed: SQL error or missing database.
(the database is sqlite, but that shouldn't matter?)
When I test it with Field = id, I get a greyed DataCombo with a name, but of 
course with the wrong index.

What am I doing wrong or thinking wrong?

Of course, I can use code and fill a TextBox or ComboBox with the names, but
- would be nice without, and
- what would be the event to react to, if the record is changed? In VB this was 
some RecordChanged or so event, easy to
use, but here I can't find anything.

Thanks for help. Matti

--
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] Compiling Gambas 2 on recent Ubuntu systems ( and maybe others)

2009-08-30 Thread Jussi Lahtinen
No problems with my system!

[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.28-15-generic
DistributionVendor=ubuntu
DistributionRelease=Ubuntu 9.04

[System]
CPUArchitecture=x86_64
TotalRam=3993220 kB

[Gambas]
Gambas1=Not Installed
Gambas2=2.15.2
Gambas2Path=/usr/local/bin/gbx2
Gambas3=2.99.0
Gambas3Path=/usr/local/bin/gbx3


And with libtool 2.2.6. Great work!


Jussi



2009/8/30 Benoît Minisini gam...@users.sourceforge.net:
 Am Sonntag, den 30.08.2009, 18:36 +0200 schrieb Benoît Minisini:
  Hi,
 
  I backported from Gambas 3 the fixes that made it compile on Ubuntu 9.04.
 
  Can those who had problems with compiling Gambas 2 try the revision #2287
  and tell me if things go better?
 
  Thanks in advance!

 Something told (my Kubuntu 9.04) that he can't add gb.sdl/m4 because the
 object with such a name exists.

 Charlie


 subversion sucks when you replace a directory by a symbolic link. Try to
 checkout from scratch.

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


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


[Gambas-user] dental patience record software

2009-08-30 Thread abdurrahman ulusoy
http://code.google.com/p/dis2/downloads/list
patience record software dor dentist. if you interest download and use or 
develope. 



  ___
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] web browser.

2009-08-30 Thread Fabien Bodard
put this on gambasdoc !

2009/8/30 Laurent Carlier lordhea...@gmail.com:
 Le dimanche 30 août 2009 22:37:35 Fabien Bodard, vous avez écrit :
 and you have installed the -dev package file ?


 Fixed during a gtalk session !

 The magic command : sudo pisi install -c system.devel

 \o/

 --
 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] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Fabien Bodard
the gb.chart is  really bugged on the gb2 version ... i've only
corrected the gb3 one... you must understand that this component is an
alfa one... not ready

2009/8/30 Matteo Pasotti matteo.paso...@gmail.com:
 Dear sirs,
 I'm experiencing a problem using gb.chart.
 It seems that an instruction like this
 Chart.Style = ChartStyle.Custom
 Chart.Colors.Values = [Color.Violet, Color.Cyan]
 is ignored.
 However the chart works using what I suppose to be the default settings
 (purple, orange and so on).
 I'm working on Debian Lenny with gambas2 version 2.7 but I've also tried
 2.15 (from unstable repo) without success.
 What's wrong?
 Regards,
    Matteo


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


[Gambas-user] Easiest distro for gambas (changed thread title)

2009-08-30 Thread richard terry
On Monday 31 August 2009 03:06:54 abdurrahman ulusoy wrote:
 which distro, gambas3 install easiest.

I'm Biased (ARCH LINUX),  build file included.

 --- 30/08/09 Pzr tarihinde Charlie Reinl karl.re...@fen-net.de şöyle
 yazıyor:

 Kimden: Charlie Reinl karl.re...@fen-net.de
 Konu: Re: [Gambas-user] web browser.
 Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
 Tarihi: 30 Ağustos 2009 Pazar, 13:01

 Am Sonntag, den 30.08.2009, 01:06 -0700 schrieb abdurrahman ulusoy:
  THESE COMPONENTS ARE DISABLED:
 
  - gb.cairo
  - gb.compress.bzlib2
  - gb.db.sqlite2
  - gb.gtk
  - gb.gtk.svg
  - gb.image.imlib
  - gb.image.io
  - gb.net.curl
  - gb.net.smtp
  - gb.opengl
  - gb.pdf
  - gb.qt4
  - gb.sdl
  - gb.v4l
  - gb.xml
 
  
  gambas2 dep.s(gb.pdf,gb.v4l,gbxml, gb.gtk, gb.opengl)  on my
  computer. but error say me disabled. and some gambas3 dep.s (gb.cairo,
  gb.qt4...) are not. This is true. i installed some deps. and reconf 
  ./configure -C  but again say me  disabled.
 
  --- 30/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle
  yazıyor:
 
  Kimden: Fabien Bodard gambas...@gmail.com
  Konu: Re: [Gambas-user] web browser.
  Kime: mailing list for gambas users gambas-user@lists.sourceforge.net
  Tarihi: 30 Ağustos 2009 Pazar, 1:25
 
  say us what is the problem on the gb3 install
 
  2009/8/29 abdurrahman ulusoy uluso...@yahoo.com:
   yes. i want. i try to install gambas3  a lot of times but  i cant.
  
   --- 29/08/09 Cts tarihinde Benoît Minisini
   gam...@users.sourceforge.net şöyle yazıyor:
  
   Kimden: Benoît Minisini gam...@users.sourceforge.net
   Konu: Re: [Gambas-user] web browser.
   Kime: mailing list for gambas users
   gambas-user@lists.sourceforge.net Tarihi: 29 Ağustos 2009 Cumartesi,
   15:35
  
   when i wait for opengl selection :) , i add some codes to webbrowser
   (in gambas examples).
  
   if you want to develope gambasweb codes here
  
http://code.google.com/p/gambasweb/
  
   Do you think making a Gambas 3 version with gb.qt4.webkit?
  
   --
   Benoît

 Salut,

 an information I missing (or have not seen) is you Linux-Distribution.

 attached you the script report-ng from  Joshua Higgins, make it
 executable (set the x) you can sent us the  output =  gambas_report.log
# Contributor: Toni Foerster ston...@skeps.de
# changed by Richard Terry (so it is probably Wrong! rte...@pacific.net.au
# to get the lastest development branch of Gambas libffi added as dependency
pkgname=gambas3-svn
pkgrel=2
pkgver=2284
arch=('i686')
url=http://gambas.sourceforge.net;
depends=('libldap' 'librsvg' 'postgresql' 'libmysqlclient' 'curl' 'sqlite2' \
 'sqlite3' 'sdl_mixer' 'sdl_image' 'unixodbc'  'poppler' \
  'libfbclient' 'omniorb' 'libffi' 'autoconf' 'automake')
license=('GPL')
conflicts=('gambas_3' 'gambas3')
install=gambas3-svn.install
source=(gambas3.desktop gambas3.png)
md5sums=('177837d2a53cd202ab0fc307656a8c50'
 '682f60d694dd1df53d786c21939622c5')

_svntrunk=https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
_svnrevision=2284
build() {
msg Checking out svn-tree...
svn checkout -r $_svnrevision $_svntrunk|| return 1
cd $startdir/src/trunk
msg Configure files...
./reconf-all
./configure --disable-qte \
--prefix=/usr
msg Start Compiling...
#make LDFLAGS+=-L/opt/qt/lib
make LDFLAGS+=-L/opt/qt/lib bindir=$startdir/pkg/usr/bin || return 1
make DESTDIR=$startdir/pkg install || return 1

chmod -R 755 $startdir/pkg/usr/share/gambas3/help

install -D -m644 $startdir/src/gambas3.desktop \
 $startdir/pkg/usr/share/applications/gambas3.desktop
install -D -m644 $startdir/src/gambas3.png \
 $startdir/pkg/usr/share/pixmaps/gambas3.png
}
--
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] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Matteo Pasotti
I just wanted to understand if it was an error of my code or something
else.
I'll wait patiently the gb3 official release :-)
Thank you for your time and work.
Regards,
Matteo

Fabien Bodard wrote:
 the gb.chart is  really bugged on the gb2 version ... i've only
 corrected the gb3 one... you must understand that this component is an
 alfa one... not ready

 2009/8/30 Matteo Pasotti matteo.paso...@gmail.com:
   
 Dear sirs,
 I'm experiencing a problem using gb.chart.
 It seems that an instruction like this
 Chart.Style = ChartStyle.Custom
 Chart.Colors.Values = [Color.Violet, Color.Cyan]
 is ignored.
 However the chart works using what I suppose to be the default settings
 (purple, orange and so on).
 I'm working on Debian Lenny with gambas2 version 2.7 but I've also tried
 2.15 (from unstable repo) without success.
 What's wrong?
 Regards,
Matteo


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

   


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