Re: [Gambas-user] R: Ubuntu message

2015-03-23 Thread Gian
Re-reading with a cool head as I wrote in this thread, I realize that I 
explained very badly.
I meant to talk about the Gambas IDE and just wanted to ask the 
opportunity to choose the Ubuntu balloon.
I apologize to everyone for the confusion created.
God did not want me to learn English, probably to safeguard you, but the 
devil knows several tricks. :)
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 612 in gambas: BUG Cannot browse more of 128 records on tables "No current connection"

2015-03-23 Thread gambas

Comment #1 on issue 612 by marcobra...@gmail.com: BUG Cannot browse more of  
128 records on tables "No current connection"
https://code.google.com/p/gambas/issues/detail?id=612

A dirty custom temporary solution: raising query limit into gambas code
in ~/src/gambas/trunk/comp/src/gb.db.form/.src/DataTable.class

Public LIMIT_INC As Integer = 128

to 128000 then recompiling

cd ~/src/gambas/trunk
make &&  sudo make install

Made me happy...

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Issue 615 in gambas: Printer.configure cause segfault (signal #11) with GTK3

2015-03-23 Thread gambas
Status: New
Owner: 
Labels: 3.7.0 Type-Crash Priority-Medium OpSys-Linux Dist-Ubuntu Arch-Any  
Desktop-Gnome GUI-GTK Arch-X86-64

New issue 615 by sot...@gmail.com: Printer.configure cause segfault (signal  
#11) with GTK3
https://code.google.com/p/gambas/issues/detail?id=615



1) Describe the problem.
Printer.Configure() cause signal #11 with gb.gtk3 component.
Console show the message:
Error building template class 'GtkPrintUnixDialog' for an instance of  
type 'GtkPrintUnixDialog': Invalid object type `GtkPrinterOptionWidget'

2) Give information about your system. Use the 'System information' menu in
the Gambas IDE, and paste the result there.
[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-46-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=3833M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

3) Indicate the Gambas version in the issue labels, and if it is a bug, a
crash, or an enhancement request.

4) Provide a little project that reproduces the bug or the crash.
printer.tar.gz
GNU debugger output

5) If your project needs a database, try to provide it, or part of it.
NA

6) Explain clearly how to reproduce the bug or the crash.
Simply run the project, it crashes immediately at line printer.configure()



Attachments:
gdb.out.tar.gz  606 bytes
printer-0.0.1.tar.gz  4.5 KB

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas wiki down

2015-03-23 Thread Christof Thalhofer
Am 22.03.2015 um 02:30 schrieb Benoît Minisini:

> For an unknown reason, the web server has been stopped (it didn't 
> crash). It is back now.

What server? Apache? You can use monit to restart it, if has stopped.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas wiki down

2015-03-23 Thread Benoît Minisini
Le 23/03/2015 18:23, Christof Thalhofer a écrit :
> Am 22.03.2015 um 02:30 schrieb Benoît Minisini:
>
>> For an unknown reason, the web server has been stopped (it didn't
>> crash). It is back now.
>
> What server? Apache? You can use monit to restart it, if has stopped.
>
>
> Alles Gute
>
> Christof Thalhofer
>

It's a custom version of thttpd.

-- 
Benoît Minisini

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 613 in gambas: IDE feature request: add possibility to 'Change into' a valuebox from textbox

2015-03-23 Thread gambas
Updates:
Status: Invalid

Comment #2 on issue 613 by benoit.m...@gmail.com: IDE feature request: add  
possibility to 'Change into' a valuebox from textbox
https://code.google.com/p/gambas/issues/detail?id=613

But you can already do that!

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas wiki down

2015-03-23 Thread Christof Thalhofer
Am 23.03.2015 um 18:29 schrieb Benoît Minisini:

> It's a custom version of thttpd.

Strange (that it stops working). You can also automatically restart it
with monit, if it's down:

http://www.debianhelp.co.uk/monit.htm

I use monit to keep services up for years, even if the daemons tend to
fail sometimes.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user