Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread Benoît Minisini
Le 04/06/2012 00:22, RICHARD WALKER a écrit : > I finally worked out what I was doing wrong, I think, with gdb. I got > it to start my test application and watched as it displayed the > console error message we have seen before. The program had returned a > value of 1. I then executed "bt" and it s

Re: [Gambas-user] New feature in Gambas 3

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 17:45, Jussi Lahtinen a écrit : > With revision 4804 it still crashes. > Fixed in revision #4806. regards, -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread RICHARD WALKER
I finally worked out what I was doing wrong, I think, with gdb. I got it to start my test application and watched as it displayed the console error message we have seen before. The program had returned a value of 1. I then executed "bt" and it simply said "No Stack". Is there anything else I can d

Re: [Gambas-user] 请问,有没有中文的基础教程?

2012-06-03 Thread Jussi Lahtinen
有许多例子与Gambas中运(这是非常类似VB)。 请喜欢英语,没有人了解中国。 Jussi On 3 June 2012 20:35, wonnerfy wrote: > 请问,有没有中文的基础教程,在windwsXP下学过一点vb(但不是很精通)。 > > > -- > Live Security Virtual Conference > Exclusive live event will cover all the way

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Adrien Prokopowicz
Le dimanche 3 juin 2012 19:10:13 Emil Lenngren a écrit : > I hope it works in the latest revision :) > > /Emil > > 2012/6/3 Emil Lenngren > > > Nevermind, that was another problem. > > > > > > 2012/6/3 Benoît Minisini > > > >> Le 03/06/2012 16:30, Emil Lenngren a écrit : > >> > Benoît, didn

[Gambas-user] 请问,有没有中文的基础教程?

2012-06-03 Thread wonnerfy
请问,有没有中文的基础教程,在windwsXP下学过一点vb(但不是很精通)。 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions wil

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Emil Lenngren
I hope it works in the latest revision :) /Emil 2012/6/3 Emil Lenngren > Nevermind, that was another problem. > > > 2012/6/3 Benoît Minisini > >> Le 03/06/2012 16:30, Emil Lenngren a écrit : >> > Benoît, didn't you get the same message before? >> > >> >> What are you talking about? >> >> -- >>

Re: [Gambas-user] New feature in Gambas 3

2012-06-03 Thread Jussi Lahtinen
With revision 4804 it still crashes. *** buffer overflow detected ***: ProfilerBug terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f6332982007] /lib/x86_64-linux-gnu/libc.so.6(+0x107f00)[0x7f6332980f00] /lib/x86_64-linux-gnu/libc.so.6(+0x107369)[0x7f

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread RICHARD WALKER
On 03/06/2012, Benoît Minisini wrote: > Le 03/06/2012 02:24, RICHARD WALKER a écrit : >> The observant among you may be wondering why I did not use the Write >> settings method. In fact I have used it but it causes a crash if the >> program is closed when it is on the second monitor. > > If you ha

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Emil Lenngren
Nevermind, that was another problem. 2012/6/3 Benoît Minisini > Le 03/06/2012 16:30, Emil Lenngren a écrit : > > Benoît, didn't you get the same message before? > > > > What are you talking about? > > -- > Benoît Minisini > > >

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 16:30, Emil Lenngren a écrit : > Benoît, didn't you get the same message before? > What are you talking about? -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Emil Lenngren
It's probably a 32-bit problem. I will start up my virtualbox with 32-bit and see what happens :) 2012/6/3 Emil Lenngren > Benoît, didn't you get the same message before? > > > 2012/6/3 Benoît Minisini > >> Le 03/06/2012 15:02, Emil Lenngren a écrit : >> > Which function is marked as Fast? I wo

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Emil Lenngren
Benoît, didn't you get the same message before? 2012/6/3 Benoît Minisini > Le 03/06/2012 15:02, Emil Lenngren a écrit : > > Which function is marked as Fast? I would like to know which gambas > > function that results in that error. > > I should add debug printing that says which function is bei

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 15:02, Emil Lenngren a écrit : > Which function is marked as Fast? I would like to know which gambas > function that results in that error. > I should add debug printing that says which function is being compiled > > And profiling jit functions is not really implemented. > > /Emil

[Gambas-user] Issue 255 in gambas: TextBox_LostFocus event bug?

2012-06-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 255 by sot...@gmail.com: TextBox_LostFocus event bug? http://code.google.com/p/gambas/issues/detail?id=255 1) Having a button with property default set to TRUE on a Form wi

Re: [Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Emil Lenngren
Which function is marked as Fast? I would like to know which gambas function that results in that error. I should add debug printing that says which function is being compiled And profiling jit functions is not really implemented. /Emil 2012/6/3 Adrien Prokopowicz > Hi, > > I tried to prof

Re: [Gambas-user] gb.qt4 compilation time

2012-06-03 Thread Adrien Prokopowicz
Le samedi 2 juin 2012 19:31:25 Benoît Minisini a écrit : > Le 02/06/2012 19:08, Adrien Prokopowicz a écrit : > > Hi all, > > > > Since a few weeks I found that the gb.qt4 component takes a lot of time to > > compile. I was wondering why and I found that there were a lot of > > #includes in CWindow

[Gambas-user] Crash with JIT + IDE Profiling

2012-06-03 Thread Adrien Prokopowicz
Hi, I tried to profile the IDE by enabling the profiling option, but when I close the child IDE, the parent IDE crashes : gdb gbr3 GNU gdb (GDB) 7.4.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free soft

Re: [Gambas-user] Delete/Remove blank line from text file.

2012-06-03 Thread Jussi Lahtinen
Show your code. I think it might be due PRINT command adding \n to end of line. Jussi On 3 June 2012 12:29, sundar j wrote: > In my application i need to use lot of string function to add and remove > multiple lines. I do not have any issue with that. However, If i remove > certain sentence t

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 02:24, RICHARD WALKER a écrit : > The observant among you may be wondering why I did not use the Write > settings method. In fact I have used it but it causes a crash if the > program is closed when it is on the second monitor. If you have a crash, please give the details about it: d

Re: [Gambas-user] Installing runtime in Centos6

2012-06-03 Thread Jesus
El 02/06/12 19:48, Jesus escribió: > El 02/06/12 14:41, Bruce escribió: >> On Sat, 2012-06-02 at 14:03 +0200, Jesus wrote: >>> Hi all >>> >>> Well, a friend of mine is running into problems to have the Gambas3 >>> runtime installed on a VPS server running Centos6. >>> >>> It seems to be a kind of m

Re: [Gambas-user] cant start Gambas3 as user

2012-06-03 Thread b3tchi
Benoît Minisini wrote: > > Le 02/06/2012 21:39, b3tchi a écrit : >> >> its the latest version 3.1.1 in both cases (ppa and manual compilation >> with >> checkinstall) >> ppa is https://launchpad.net/~nemh/+archive/gambas3/+packages >> https://launchpad.net/~nemh/+archive/gambas3/+packages >> >

[Gambas-user] Delete/Remove blank line from text file.

2012-06-03 Thread sundar j
In my application i need to use lot of string function to add and remove multiple lines. I do not have any issue with that. However, If i remove certain sentence then it becomes blank line. So how do i remove those blank lines? -