Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 223 by benoit.m...@gmail.com: RDir fails to recurse
when Filter is set to gb.File
http://code.google.com/p/gambas/issues/detail?id=223
Yep. The semantic is logical, but I admit it is not very useful!
Le 11/03/2012 21:04, Christian DaGeek247 Stephens a écrit :
> *Alright guys, im considering doing a mail client that can text phones via
> email. I've been researching (so i dont start something i cant finish) and
> from what i understand its fairly simple to send an email in gambas with
> the smtp
Le 11/03/2012 16:22, Olivier Cruilles a écrit :
> Hello Benoit,
>
> 1- In a futur version of the IDE of Gambas3, could you please add the support
> of the proxy to
> use the documentation ?
>
Done in revision #4543.
Regards,
--
Benoît Minisini
-
Updates:
Status: Fixed
Comment #2 on issue 220 by benoit.m...@gmail.com: Visible false on window
creation not working
http://code.google.com/p/gambas/issues/detail?id=220
Fixed in revision #4543.
--
Try before
Le 11/03/2012 23:48, Bill-Lancaster a écrit :
>
> I'm happy to do whatever is needed to get out f this!
>
> Do you want the whole project? Would just a sample do?
>
> Bill
You have apparently a font-related problem. This problem may be visible
only in the Gambas Editor control, because that cont
El 11/03/12 23:48, Bill-Lancaster escribió:
>
> I'm happy to do whatever is needed to get out f this!
>
> Do you want the whole project? Would just a sample do?
>
> Bill
Hi Bill
Ideally an small working project would do the job. If possible, only one
form and no databases.
I'm not very familia
I'm happy to do whatever is needed to get out f this!
Do you want the whole project? Would just a sample do?
Bill
--
View this message in context:
http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33483280.html
Sent from the gambas-user mailing list archive at Nabble.com.
-
*Alright guys, im considering doing a mail client that can text phones via
email. I've been researching (so i dont start something i cant finish) and
from what i understand its fairly simple to send an email in gambas with
the smtp client component. What i cant ind is a way to read the sent
emails,
hi,
On 11.03.2012 20:55, M. Cs. wrote:
> Is it possible to change the layout during runtime? I mean if I have a
> panel and I would like to move it to another place.
>
> Thanks!
>
> Csaba
of course is it possible. how could you get along without doing so until
now? ;)
the controls on your form a
Is it possible to change the layout during runtime? I mean if I have a
panel and I would like to move it to another place.
Thanks!
Csaba
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes
El 11/03/12 19:53, Bill-Lancaster escribió:
>
> My Ubuntu theme is 'Ambiance', Changed it to 'Radiance' then 'Highg Contrast'
> No change
You might try to do an small test case, i.e. an small working project
that demonstrates the issue. Many times has proven that doing this, one
could be able to
My Ubuntu theme is 'Ambiance', Changed it to 'Radiance' then 'Highg Contrast'
No change
--
View this message in context:
http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33482196.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Thank you.
command line - qmake --version
produces:-
QMake version 2.01a
Using Qt version 4.8.0 in /usr/lib/i386-linux-gnu
Is this of any help?
--
View this message in context:
http://old.nabble.com/Strange-Keyboard-Behavior-tp33477237p33482137.html
Sent from the gambas-user mailing list arch
Valgrind doesn't show anything (except some false positives)...
Also I have this same warning with my test project, which I use to test
newly compiled revision.
My compilation script:
#!/bin/sh
killall gbr3
sleep 1
sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
/usr/local/
Yes I understand but in Gambas2 it was ok. On the first time that I open the
Dialog, the display is
configured by icons and if I change to details and I close the Dialog, the
choice is saved automatically.
Some things change between qt3 and qt4 ?
Olivier Cruilles
Mail: linu...@club-internet
Le 11/03/2012 16:22, Olivier Cruilles a écrit :
> Hello Benoit,
>
> 1- In a futur version of the IDE of Gambas3, could you please add the support
> of the proxy to
> use the documentation ?
>
Yep.
> 2 - It is possible to add in the Dialog.OpenFile() a feature to choose to
> display all files as
Hello Benoit,
1- In a futur version of the IDE of Gambas3, could you please add the support
of the proxy to
use the documentation ?
2 - It is possible to add in the Dialog.OpenFile() a feature to choose to
display all files as icons or as detailed
before opening the dialog form ?
Thank in adv
Valgrind is also a nice tool. For each malloc() that has not been free():d,
it will list how the runtime stack looked like when the unfreed memory
chunk was allocated. If you use it with Gambas, you might need to disable
the memory pooling system Gambas uses, otherwise you can get strange
results..
Thanks!
Jussi
On Sun, Mar 11, 2012 at 17:03, Emil Lenngren wrote:
> The interpreter has support for debugging memory using some flags. Then you
> can see in which functions borrows/releases are made. Look in the source
> code what the flags are and compile gbx with them enabled ;)
>
> /Emil
>
>
The interpreter has support for debugging memory using some flags. Then you
can see in which functions borrows/releases are made. Look in the source
code what the flags are and compile gbx with them enabled ;)
/Emil
2012/3/11 Jussi Lahtinen
> Hi!
> Is it possible to have more information about
Hi!
Is it possible to have more information about non freed allocations?
Pointer name, object where allocation is done or something that would help
to find the problem?
Since I don't think I have any non freed allocations...
Jussi
--
...did you try without ":
Shell "cd /home/onix/Games/FlatOut2 && wine Flat Out 2.exe -opengl"
or
Shell "cd /home/onix/Games/FlatOut2 && wine \"Flat Out 2.exe\" -opengl"
Bye
Vuott
--- Dom 11/3/12, abbat ha scritto:
> Da: abbat
> Oggetto: [Gambas-user] How to SHELL with ""
> A: gambas-user
I have such a string to SHELL:
cd /home/onix/Games/FlatOut2 && wine "Flat Out 2".exe -opengl
But I cannot write it correct
Shell "cd /home/onix/Games/FlatOut2 && wine "Flat Out 2".exe -opengl" - is
wrong
Usually i use:
Shell "prog_name" but my promlem is with ("")
Help me pls.
Thanks
Le 11/03/2012 10:49, Bill-Lancaster a écrit :
>
> Dear Benoît
> I thought I would bring Ubuntu up to date, had a warning "Not alll updates
> can be installed".
> When I run type "gambas3" in terminal I get:-
> gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8
>
This warning is not import
Dear Benoît
I thought I would bring Ubuntu up to date, had a warning "Not alll updates
can be installed".
When I run type "gambas3" in terminal I get:-
gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8
Don't know how to find version of QT4 and so far can't find out how (sorry!)
Just tr
> but no change
Well if you did the apt-get install suggested by Jussi correctly, I
would expect the following messages to disappear (which is a change,
maybe just not the one you're looking for):
Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Gtk-WARNING **: Unable to
Get gambas-3 ppa (for example :*ppa:nemh/gambas3)*
in a shell sudo apt-add-repository *ppa:nemh/gambas3*
to get ppa'key, then sudo apt-get update && apt-get build-dep gambas3
and you get all libs installed. I do it for 12.04 too...
Le 10/03/2012 23:13, Randall Morgan a écrit :
> Make sure autoto
27 matches
Mail list logo