Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Laurent Carlier
Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit :
 Hello,

 I've noticed that the Gb.glu component is missing the two functions
 project() and unproject().
 Will a very next version of Gambas implement it ?

 Otherwise I've found the implementation code (C++) so that I still can
 create a new module with both functions :
 http://www.opengl.org/wiki/GluProject_and_gluUnProject_code

 Regards.

Glu.Project, Glu.UnProject and Glu.UnProject4 are now part of gb.opengl.glu
component in rev #5355

http://gambas.svn.sourceforge.net/viewvc/gambas?view=revisionrevisionS55

Regards,
++


signature.asc
Description: This is a digitally signed message part.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Thank you very much :)
Now I think I'll leave official Ubuntu package for Gambas, and try to
compile from the last revision.

Regards

2012/11/24 Laurent Carlier lordhea...@gmail.com

 Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit :
  Hello,
 
  I've noticed that the Gb.glu component is missing the two functions
  project() and unproject().
  Will a very next version of Gambas implement it ?
 
  Otherwise I've found the implementation code (C++) so that I still can
  create a new module with both functions :
  http://www.opengl.org/wiki/GluProject_and_gluUnProject_code
 
  Regards.

 Glu.Project, Glu.UnProject and Glu.UnProject4 are now part of gb.opengl.glu
 component in rev #5355

 http://gambas.svn.sourceforge.net/viewvc/gambas?view=revisionrevision=5355

 Regards,
 ++


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Error from Maps 0.0.1 exemple

2012-11-24 Thread Ru Vuott
Hello,

when I launch the new exemple Maps 0.0.1m I receive this notice from a ballon 
below on right-corner:

 Point.X is incorrectly overridden in class Point 


If I re-try the launch, sometimes I receive this message in console:

*

(process:10622): Gtk-CRITICAL **: IA__gtk_clipboard_clear: assertion `clipboard 
!= NULL' failed

*


Regards
vuottt

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 12:05, Laurent Carlier a écrit :
 Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit :
 Hello,

 I've noticed that the Gb.glu component is missing the two functions
 project() and unproject().
 Will a very next version of Gambas implement it ?

 Otherwise I've found the implementation code (C++) so that I still can
 create a new module with both functions :
 http://www.opengl.org/wiki/GluProject_and_gluUnProject_code

 Regards.

 Glu.Project, Glu.UnProject and Glu.UnProject4 are now part of gb.opengl.glu
 component in rev #5355

 http://gambas.svn.sourceforge.net/viewvc/gambas?view=revisionrevision=5355

 Regards,
 ++


I think that the following code in 'GLUproject.c' is false:

   ...
   for (i=0; i16; i++)
 view[i] = *((GLdouble *)GB.Array.Get(VARG(Model),i));
   for (i=0; i16; i++)
 view[i] = *((GLdouble *)GB.Array.Get(VARG(Proj),i));
   for (i=0; i4; i++)
 view[i] = *((GLint *)GB.Array.Get(VARG(View),i));
   ...  

Do you want me to add to the Gambas API helper functions to quickly 
convert between a Gambas array and a C array?

-- 
Benoît Minisini

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Error from Maps 0.0.1 exemple

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 14:00, Ru Vuott a écrit :
 Hello,

 when I launch the new exemple Maps 0.0.1m I receive this notice from a 
 ballon below on right-corner:

  Point.X is incorrectly overridden in class Point


 If I re-try the launch, sometimes I receive this message in console:

 *

 (process:10622): Gtk-CRITICAL **: IA__gtk_clipboard_clear: assertion 
 `clipboard != NULL' failed

 *


 Regards
 vuottt


Don't use the very last revision: some classes defined in gb.map are 
becoming native, but gb.map has not been update yet.

Regards,

-- 
Benoît Minisini

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Hello again,

Should I compile from trunk subfolder or from branches : i mean, is the
latest trunk version stable enough, or the latest branch is enough in order
to get the new glu functions ?

Regards

2012/11/24 laurent bernabe laurent.bern...@gmail.com

 Thank you very much :)
 Now I think I'll leave official Ubuntu package for Gambas, and try to
 compile from the last revision.

 Regards

 2012/11/24 Laurent Carlier lordhea...@gmail.com

 Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit :
  Hello,
 
  I've noticed that the Gb.glu component is missing the two functions
  project() and unproject().
  Will a very next version of Gambas implement it ?
 
  Otherwise I've found the implementation code (C++) so that I still can
  create a new module with both functions :
  http://www.opengl.org/wiki/GluProject_and_gluUnProject_code
 
  Regards.

 Glu.Project, Glu.UnProject and Glu.UnProject4 are now part of
 gb.opengl.glu
 component in rev #5355


 http://gambas.svn.sourceforge.net/viewvc/gambas?view=revisionrevision=5355

 Regards,
 ++


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] hsplit.layout settings under gtk

2012-11-24 Thread charlesg
Hi,

The saving of hsplit.layout settings works fine under qt4 but give imprecise
results under gtk. Gambas 3.3.9. various 32bit OS.

tSplitLayout-0.0.1.tar
http://gambas.8142.n7.nabble.com/file/n40036/tSplitLayout-0.0.1.tar  

rgds



--
View this message in context: 
http://gambas.8142.n7.nabble.com/hsplit-layout-settings-under-gtk-tp40036.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 14:08, laurent bernabe a écrit :
 Hello again,

 Should I compile from trunk subfolder or from branches : i mean, is the
 latest trunk version stable enough, or the latest branch is enough in order
 to get the new glu functions ?

 Regards


The latest branch will not get any new features, only bug fixes. You 
need to use /trunk for new features.

-- 
Benoît Minisini

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] hsplit.layout settings under gtk

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 13:55, charlesg a écrit :
 Hi,

 The saving of hsplit.layout settings works fine under qt4 but give imprecise
 results under gtk. Gambas 3.3.9. various 32bit OS.

 tSplitLayout-0.0.1.tar
 http://gambas.8142.n7.nabble.com/file/n40036/tSplitLayout-0.0.1.tar

 rgds



I have no problem with your example, can you give more details?

And Gambas 3.3.9 is a version I am not aware of!

-- 
Benoît Minisini

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] hsplit.layout settings under gtk

2012-11-24 Thread charlesg
Hi

Thks for super-quick reply! Gambas 3.3.90

Under GTK only: If I move the hsplit bar and close the file, then the hsplit
is not in the new position when I open the program the next time. It does
respond to the change but not accurately. All this works fine under QT

rgds





--
View this message in context: 
http://gambas.8142.n7.nabble.com/hsplit-layout-settings-under-gtk-tp40036p40043.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] hsplit.layout settings under gtk

2012-11-24 Thread Benoît Minisini
Le 24/11/2012 14:23, charlesg a écrit :
 Hi

 Thks for super-quick reply! Gambas 3.3.90

 Under GTK only: If I move the hsplit bar and close the file, then the hsplit
 is not in the new position when I open the program the next time. It does
 respond to the change but not accurately. All this works fine under QT

 rgds


I cannot reproduce any problem, so please give more details : which GTK+ 
theme you use, which desktop you use, screenshots...

-- 
Benoît Minisini

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] The static method Gl.SelectBuffer

2012-11-24 Thread abdurrahman ulusoy
i attached sample targz file. about opengl picking selection

 
Abdurrahman ULUSOY
Ulusoy Mekatronik


glselect-0.0.1.tar.gz
Description: GNU Zip compressed data
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Ok, thank you very much :)
So, I will compile from trunk.

Regards

2012/11/24 Benoît Minisini gam...@users.sourceforge.net

 Le 24/11/2012 14:08, laurent bernabe a écrit :
  Hello again,
 
  Should I compile from trunk subfolder or from branches : i mean, is the
  latest trunk version stable enough, or the latest branch is enough in
 order
  to get the new glu functions ?
 
  Regards
 

 The latest branch will not get any new features, only bug fixes. You
 need to use /trunk for new features.

 --
 Benoît Minisini


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Issue 360 in gambas: Gambas 3.3.4 - Crash - Consistently Reproducible

2012-11-24 Thread gambas
Status: New
Owner: 
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 360 by t4769_a...@cogeco.ca: Gambas 3.3.4 - Crash - Consistently  
Reproducible
http://code.google.com/p/gambas/issues/detail?id=360

1) Describe the problem.
Complete Crash when clicking blank area of Properties for Timer

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=3.2.0-34-generic-pae
Architecture=i686
Memory=3095920 kB
DistributionVendor=Ubuntu
DistributionRelease=Ubuntu 12.04.1 LTS
(am using Kubuntu not Ubuntu as reported)
Desktop=KDE4.9.3

[Gambas 3]
Version=3.3.3
(as using 3.3.4 not 3.3.3 as reported)
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.10

3) Provide a little project that reproduces the bug or the crash.
I tried to load a project but the Open button was not enabled anywhere in  
the project files - I did though attach a composite image - in my theme the  
blank area is black

5) Explain clearly how to reproduce the bug or the crash.
Open a form - place a timer on the form - while the timer has the focus  
click in the blank area of Properties under the X and Y - message This  
application has raised an unexpected error and must abort. Bad row index  
GridView._Checkcall.932 - I tried it about 5 or 6 times with varying  
controls but the timer seems the only thing affected - when reproducing I  
had to click more than once about 25% of my testing time

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!


Attachments:
gambas.bug.png  18.5 KB


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repository

2012-11-24 Thread Willy Raets
On Sat, 2012-11-24 at 20:17 -0300, Sebastian Kulesz wrote:
 On Fri, Nov 23, 2012 at 8:10 PM, Ian Haywood ihayw...@iinet.net.au wrote:
 
  On Fri, Nov 23, 2012 at 6:47 AM, Sebastian Kulesz sebi...@gmail.com
  wrote:
   Hi there!!
  
   Yesterday I released a new version of a personal project. Luckily, it
   gained a lot of traction. Not so luckily, a lot of Debian users commented
   that they either had problems with apt complaining about gambas versions,
   or the interpreter complaining about the Bytecode too recent. error.
  
   I provided a PPA for Ubuntu users which solves everything for them, but
   Debian users are left in the dark. They have 2 options only, compile
   gambas3 or use the Ubuntu PPA version corresponding to
   it's Debian installation (NOT recommended at all). And those who don't
  know
   how to do any, will complain about the official packages spitting out
   errors because they are either wrongly packaged or too out of date. This
   has been like this for months and contacting a maintainer is nearly
   impossible. Besides, the mailing list for Gambas packagers is full of
  spam,
   so it seems nobody is watching it.
  If you can get gambas to compile on a debian system (I have really
  struggled)
  please let me know as this is the block to getting an update out.
 
  the other option (which is what I do) is to compile your project on the
  debian
  version, this prevents the bytecode too recent problem and creates a
  version
  debian users can use.

First make sure all previous installations are completely removed
So uninstall and next do this:

sudo rm
-f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 
/usr/local/bin/gbi3
sudo rm -rf /usr/local/lib/gambas3
sudo rm -rf /usr/local/share/gambas3
sudo rm -f /usr/local/bin/gambas3
sudo rm -f /usr/local/bin/gambas3.gambas

sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3
sudo rm -rf /usr/lib/gambas3
sudo rm -rf /usr/share/gambas3
sudo rm -f /usr/bin/gambas3
sudo rm -f /usr/bin/gambas3.gambas

Last version I installed compiling was Gambas 3.3.3 (so I hope it works
for 3.3.4 as well)

For Debian squeeze:

sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev
ibglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev
libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev
libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev
libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev
libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev
libaa1-dev libxtst-dev libffi-dev kdelibs4-dev firebird2.1-dev
libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
libgnome-keyring-dev linux-libc-dev libgsl0-dev libncurses5-dev
libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev
libgmime-2.4-dev

gb.media (gstreamer version to low) and gb.jit (LLVM 3.1 needed) will be
disabled.

For Debian Wheezy:

sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev
libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev
libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev
libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev
libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev
libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev
libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev
firebird2.1-dev libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev
libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev
linux-libc-dev libgsl0-dev libncurses5-dev libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev libcairo2-dev libgmime-2.6-dev

gb.jit (LLVM 3.1 needed) is disabled.

Both installs where from 3.3.3. downloaded from Gambas website.

Hope this helps, I would love to see a Gambas 3.3.x version in official
Debian repos (for both Squeeze and Wheezy) really soon.
That would probably also be of influence on the Ubuntu repos (as I
understood from someone)
Both distros really need some Gambas 3 A.S.A.P , but how to make them
understand this need?

Willy



--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 360 in gambas: Gambas 3.3.4 - Crash - Consistently Reproducible

2012-11-24 Thread gambas
Updates:
Status: NeedsInfo
Labels: -Version Version-3.3.0

Comment #1 on issue 360 by benoit.m...@gmail.com: Gambas 3.3.4 - Crash -  
Consistently Reproducible
http://code.google.com/p/gambas/issues/detail?id=360

Please start the IDE from a terminal, and give me the stack backtrace  
displayed there just after the crash.

Thanks!


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 358 in gambas: Devel. environment locks up when stack backtrace area is resized

2012-11-24 Thread gambas
Updates:
Status: Fixed

Comment #1 on issue 358 by benoit.m...@gmail.com: Devel. environment locks  
up when stack backtrace area is resized
http://code.google.com/p/gambas/issues/detail?id=358

This should have been fixed since revision #5326.


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 359 in gambas: ScrollBar fails in the new version

2012-11-24 Thread gambas
Updates:
Status: NeedsInfo
Labels: -Version Version-TRUNK

Comment #1 on issue 359 by benoit.m...@gmail.com: ScrollBar fails in the  
new version
http://code.google.com/p/gambas/issues/detail?id=359

I don't see anything problematic when running your example, but I use the  
development version. Can you give more details, or a screenshot of the  
problem?


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repository

2012-11-24 Thread Ian Haywood
On Sun, Nov 25, 2012 at 10:17 AM, Sebastian Kulesz sebi...@gmail.com wrote:


 Well, don't ask me how, but i managed to compile every component except
 gb.media and gb.jit. gstreamer and llvm are available that those versions
 are too old. I had an issue installing gb.image.imlib because of a virtual
 package i had to look online (that prevented me from installing gb.sdl* and
 gb.v4l) but that solved everything worked.

 I might be able to build a repository by porting the daily builds ppa
 control files, let debuild detect the dependencies automatically (really, i
 lost track of them) and using reprepro [0] to build the structure.
 Screenshot attached.
I'm not sure building a separate repo is really that useful, people
might as well use the Ubuntu PPA for the appropriate version
(yes it's not recommended, neither is using a separate repo)

try downloading the sources for the latest debian version, copy
it and then change the files in debian/ as required to make it compile,
then send me the diff.

I can integrate it with some stuff I've already done (I got LLVM 3.1 working
so gb.jit does compile), and send on to the debian developers for inclusion.

Ian

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repository

2012-11-24 Thread Sebastian Kulesz
On Sat, Nov 24, 2012 at 11:53 PM, Ian Haywood ihayw...@iinet.net.au wrote:

 On Sun, Nov 25, 2012 at 10:17 AM, Sebastian Kulesz sebi...@gmail.com
 wrote:


  Well, don't ask me how, but i managed to compile every component except
  gb.media and gb.jit. gstreamer and llvm are available that those versions
  are too old. I had an issue installing gb.image.imlib because of a
 virtual
  package i had to look online (that prevented me from installing gb.sdl*
 and
  gb.v4l) but that solved everything worked.
 
  I might be able to build a repository by porting the daily builds ppa
  control files, let debuild detect the dependencies automatically
 (really, i
  lost track of them) and using reprepro [0] to build the structure.
  Screenshot attached.
 I'm not sure building a separate repo is really that useful, people
 might as well use the Ubuntu PPA for the appropriate version
 (yes it's not recommended, neither is using a separate repo)

 try downloading the sources for the latest debian version, copy
 it and then change the files in debian/ as required to make it compile,
 then send me the diff.

 I can integrate it with some stuff I've already done (I got LLVM 3.1
 working
 so gb.jit does compile), and send on to the debian developers for
 inclusion.

 Ian


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


I've already done multiple builds on a clean chroot using pbuilder, i will
let you know when i have something definitive. They take a lot of time
since i have to build from scratch every time (inside a VM). I'm almost
done with Debian 6, just doing some final builds to confirm.

I don't know how the Debian policy is for including new packages, but i
know Ubuntu won't do it for stable releases. They only sync new packages
while in beta. So, what i was thinking, is of doing a repository (just like
a PPA) but for Debian systems. I can build everything locally and upload it
to my server.

If i have enough time, tomorrow i will publish the definitive binary
packages for Debian 6 so others can test them, and then move to Unstable.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 360 in gambas: Gambas 3.3.4 - Crash - Consistently Reproducible

2012-11-24 Thread gambas

Comment #2 on issue 360 by t4769_a...@cogeco.ca: Gambas 3.3.4 - Crash -  
Consistently Reproducible
http://code.google.com/p/gambas/issues/detail?id=360

As requested:

@:~$ gambas3
gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8
GridView._CheckCell.932: Bad row index
1: FProperty.ShowProperty.596
2: FProperty.grdProperty_MouseUp.1075

Hope this helps.



--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repository

2012-11-24 Thread Ian Haywood
On Sun, Nov 25, 2012 at 2:02 PM, Sebastian Kulesz sebi...@gmail.com wrote:

 If i have enough time, tomorrow i will publish the definitive binary
 packages for Debian 6 so others can test them, and then move to Unstable.
please publish the source package too, and I will submit to the debian
contacts I have

Ian

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user