Qt or kde
Le 15 nov. 2012 23:47, "Fabien Bodard" a écrit :
> Be carefully to not use specific write or kde libs.: -)
> Le 15 nov. 2012 23:40, "richard" a écrit :
>
>> On 16/11/12 09:37, Benoît Minisini wrote:
>> > Le 15/11/2012 23:30, richard a écrit :
>> >> I wondered if anyone had tried using
Be carefully to not use specific write or kde libs.: -)
Le 15 nov. 2012 23:40, "richard" a écrit :
> On 16/11/12 09:37, Benoît Minisini wrote:
> > Le 15/11/2012 23:30, richard a écrit :
> >> I wondered if anyone had tried using these recently under kubuntu 12.
> >>
> >> when the form is closed th
Maybe not :
Because I noticed that for the second installation, I was noticed that new
gambas packages (that were not in the 1st install) were installed.
So, it was maybe because I did forget to install some important package.
2012/11/15 Benoît Minisini
> Le 15/11/2012 23:11, laurent bernabe a
On 16/11/12 09:37, Benoît Minisini wrote:
> Le 15/11/2012 23:30, richard a écrit :
>> I wondered if anyone had tried using these recently under kubuntu 12.
>>
>> when the form is closed the error is:
>> "The program has stopped unexpectedly (Aborted 6).
>>
>> I tried another app:
>>
>> Kamerka is a
Le 15/11/2012 23:30, richard a écrit :
> I wondered if anyone had tried using these recently under kubuntu 12.
>
> when the form is closed the error is:
> "The program has stopped unexpectedly (Aborted 6).
>
> I tried another app:
>
> Kamerka is a Qt4 app that uses KDE4 libraries. It uses Video4Lin
I wondered if anyone had tried using these recently under kubuntu 12.
when the form is closed the error is:
"The program has stopped unexpectedly (Aborted 6).
I tried another app:
Kamerka is a Qt4 app that uses KDE4 libraries. It uses Video4Linux
This works without problems.
The following is
So report the valgrind output as explained on the gambas.sf. net site in
the troubleshooting section
Le 15 nov. 2012 23:02, "laurent bernabe" a
écrit :
> Hello, thanks for your answer.
>
> But I did not installed Gambas3 by a compilation of the sources.
>
>- First, I've installed the followin
Le 15/11/2012 23:11, laurent bernabe a écrit :
> Hello,
>
> it will seem odd, but I solved my issue simply by removing gambas3 (via
> apt-get remove) and puting it back.
So strange...
--
Benoît Minisini
--
Monitor you
Le 15/11/2012 23:01, laurent bernabe a écrit :
> Hello, thanks for your answer.
>
> But I did not installed Gambas3 by a compilation of the sources.
Ok, I thought so.
>
> - First, I've installed the following ppa : ppa:nemh/gambas3
> - Then I installed gambas3
> - Then I installed li
Hello,
it will seem odd, but I solved my issue simply by removing gambas3 (via
apt-get remove) and puting it back.
2012/11/15 laurent bernabe
> Hello, thanks for your answer.
>
> But I did not installed Gambas3 by a compilation of the sources.
>
>- First, I've installed the following ppa :
Hello, thanks for your answer.
But I did not installed Gambas3 by a compilation of the sources.
- First, I've installed the following ppa : ppa:nemh/gambas3
- Then I installed gambas3
- Then I installed libsdl-ttf2.0-dev libsdl-sound1.2-dev
libsdl-mixer1.2-dev libsdl-image1.2-dev (th
If you have already done a commit it's normal
Le 15 nov. 2012 21:50, "Matti" a écrit :
> I've just committed a translation update, and 'svn commit' was done without
> asking for username/password. Something wrong here?
> Matti
>
>
>
Le 15/11/2012 11:55, laurent bernabe a écrit :
> I've progressed ! :)
>
> I've just lauched from terminal
>
>
> $ sudo apt-get install gb.sdl
>
>
> But when trying the GambasGears 3 again, I got the
>
> --
I've just committed a translation update, and 'svn commit' was done without
asking for username/password. Something wrong here?
Matti
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. G
Hi,
It's really interesting new in Gambas 3.3.
I have read your link.
But best way to understand is some example.
Maybe there is any example you know?
Thanks
...
Peter
Jussi Lahtinen wrote:
>
> There is kind of multi-threading in Gambas 3.3.
> http://www.gambasdoc.org/help/comp/gb/task?v3&e
That's funny. On my machine the help browser has no extra font, it uses the
standard Gambas font that is defined in the settings dialog, section
'interface'.
So your Gambas should look ugly all over... :-)
The only way I can think of to use a different font is (only if you compile
from
svn):
O
I cannot reproduce your problem with Gambas 3 development version @ Xubuntu
12.04 64bit.
Can someone confirm whether this is issue of Gambas?
Meanwhile see crash reporting section:
http://gambasdoc.org/help/doc/report?en&view
Jussi
On Thu, Nov 15, 2012 at 12:55 PM, laurent bernabe wrote:
>
Am 15.11.2012 14:38, schrieb Tobias Boege:
> On Thu, 15 Nov 2012, Rolf-Werner Eilert wrote:
>> Hi folks, I have a question:
>>
>> In FMain I have a Printer object (Printer icon) and a Button to click on
>> for printing.
>>
>> The whole printing procedure should take place in a separate module to
I've got it running, I found Paint.DrawText instead of Paint.Text would
do it...
Am 15.11.2012 15:30, schrieb Fabien Bodard:
> Why the printer is on your form ?
>
>
> In your module declare a new printer
>
> Drucker = new printer() as "Drucker"
>
> You must declare the printer where you use it.
>
Am 15.11.2012 14:38, schrieb Tobias Boege:
> On Thu, 15 Nov 2012, Rolf-Werner Eilert wrote:
>> Hi folks, I have a question:
>>
>> In FMain I have a Printer object (Printer icon) and a Button to click on
>> for printing.
>>
>> The whole printing procedure should take place in a separate module to
Am 15.11.2012 15:30, schrieb Fabien Bodard:
> Why the printer is on your form ?
Because I saw this in the printer example :-) And it kinda works.
>
>
> In your module declare a new printer
>
> Drucker = new printer() as "Drucker"
It complaints about the (), i. e. it says ") too early". So I left
Why the printer is on your form ?
In your module declare a new printer
Drucker = new printer() as "Drucker"
You must declare the printer where you use it.
There is another way but i think this one is the most simpler. Andif i
understand well you don't need the printer object on the form
201
On Thu, 15 Nov 2012, Rolf-Werner Eilert wrote:
> Hi folks, I have a question:
>
> In FMain I have a Printer object (Printer icon) and a Button to click on
> for printing.
>
> The whole printing procedure should take place in a separate module to
> keep the lengthy code apart from FMain code.
>
Thank you Benoît
--
View this message in context:
http://old.nabble.com/listview-how-to-show-an-ite-as-selected-tp34679752p34683635.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Monitor your phy
Hi folks, I have a question:
In FMain I have a Printer object (Printer icon) and a Button to click on
for printing.
The whole printing procedure should take place in a separate module to
keep the lengthy code apart from FMain code.
The Button_Click event calls druck.start in the module "druck"
Hello,
Now, whenever I lauch Gambas3, I get a segmentation fault : so should I
leave PPA installation and try from sources instead ?
-
$ gambas3
Control: (null) is deprecated. Do not use it anymore
Segmentation fault (core dumped)
--
I've progressed ! :)
I've just lauched from terminal
$ sudo apt-get install gb.sdl
But when trying the GambasGears 3 again, I got the
--
signal error 11
--
So, is it a Gam
P.S
I've done
---
sudo apt-get install libsdl-ttf2.0-dev libsdl-sound1.2-dev
libsdl-mixer1.2-dev libsdl-image1.2-dev
--
Regards :)
2012/11/15 laurent bernabe
> Hello,
>
> Thank you very much for your answer :)
>
> Unfortunately, I've
Hello,
Thank you very much for your answer :)
Unfortunately, I've jsut installed, via "apt-get install", all the packages
you gave me, but I still get the same error
---
gb.sdl.error : canno't open /u
gb.sdl libSDL.so libSDL_ttf.so libGL.so libGLEW.so
You need to install these libs to get gb.sdl run well
libsdl-ttf2.0-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev
libsdl-image1.2-dev
2012/11/15 laurent bernabe
> No answer ?
> Is it such a silly question ?
>
> Must I forgive Gambas3 OpenGL dev
No answer ?
Is it such a silly question ?
Must I forgive Gambas3 OpenGL development ?
Regards
2012/11/13 laurent bernabe
> Hello,
>
> I also noticed that in /usr/share/gambas3, I have no folder gb.sdl :
> Did I miss something in Gambas3 installation.
>
> Thanks in advance
>
> 2012/11/13 lauren
Sorry, I sent to the bad message :(
2012/11/15 laurent bernabe
> No answer ?
> Is it such a silly question ?
>
> Regards
>
> 2012/11/13 laurent bernabe
>
>> Hello everyone,
>>
>> I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10
>> 64 bits (Gnome version).
>> Then I launch
No answer ?
Is it such a silly question ?
Regards
2012/11/13 laurent bernabe
> Hello everyone,
>
> I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 64
> bits (Gnome version).
> Then I launched Gambas3 from the Ubuntu search bar.
>
> So, I opened the Painting example (it s
Is it possible to change the font used in the help browser?
On my system, the font used looks a bit ugly.
Regards
Rolf
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth i
Am 14.11.2012 19:44, schrieb Tobias Boege:
> On Wed, 14 Nov 2012, Matti wrote:
>> While updating the German translation, I have no idea about
>> "Class xy is badly overridden"
>
> "Klasse xy wurde inkorrekt ueberschrieben."
That's true. Hm. Overridden is not overwritten/written over. Override
m
Hi,
forgott it, the problem lay on OSI Layer 8,...
In my own settings menu I set the wrong settings,...
Bye
Gregor
--
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-dep
36 matches
Mail list logo