Re: [Gambas-user] Top posting

2015-03-10 Thread richard terry
On 11/03/15 14:37, Kevin Fishburne wrote: > On 03/10/2015 07:37 PM, richard terry wrote: >> Personally I like top-posting, some lists I"m on use it. I find it >> easier to find out the last thing said rather than having to scroll down >> to the bottom of a long post. If the mail headers are up in t

Re: [Gambas-user] Pre-release of Gambas 3.7 (3)

2015-03-10 Thread Kevin Fishburne
This isn't a bug, but a minor (if annoying) usability issue. If you have a lot of procedures and click the procedure drop-down (or listbox or whatever) the procedure the cursor is in used to be highlighted in the list, but this is no longer the case. I name my procedures so that they are groupe

Re: [Gambas-user] Top posting

2015-03-10 Thread Kevin Fishburne
On 03/10/2015 09:30 AM, Jussi Lahtinen wrote: >> There should be parent/child relationships between each message. > > I agree, this is preserved by gmail. > > > >> Quotes should be begin/end pointers referring to the message being quoted, >> not >> duplicating its text. This way the email client co

Re: [Gambas-user] Top posting

2015-03-10 Thread Kevin Fishburne
On 03/10/2015 07:37 PM, richard terry wrote: > Personally I like top-posting, some lists I"m on use it. I find it > easier to find out the last thing said rather than having to scroll down > to the bottom of a long post. If the mail headers are up in the top > pain, and the text in the bottom pain

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Emil Lenngren
Sigh... Why did they remove the old jit... I'll try to see how easy or hard it is to port it to their MCJIT. /Emil Den 11 mar 2015 00:18 skrev "Benoît Minisini" : > Le 11/03/2015 00:03, Jussi Lahtinen a écrit : > >> Exactly. Only Emil can confirm, as I don't have enough knowledge about > >> that

Re: [Gambas-user] Top posting

2015-03-10 Thread Tobias Boege
On Wed, 11 Mar 2015, richard terry wrote: > Personally I like top-posting, some lists I"m on use it. I find it > easier to find out the last thing said rather than having to scroll down > to the bottom of a long post. If the mail headers are up in the top > pain, and the text in the bottom pain

Re: [Gambas-user] Top posting

2015-03-10 Thread richard terry
Personally I like top-posting, some lists I"m on use it. I find it easier to find out the last thing said rather than having to scroll down to the bottom of a long post. If the mail headers are up in the top pain, and the text in the bottom pain its easy to just scroll down the mail without hav

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Benoît Minisini
Le 11/03/2015 00:03, Jussi Lahtinen a écrit : >> Exactly. Only Emil can confirm, as I don't have enough knowledge about >> that, but apparently there is no way to make an equivalent Gambas JIT >> compiler with the new versions of LLVM! >> >> I have modified the configuration script of gb.jit so tha

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Jussi Lahtinen
OK, here is the problem isolated. It seems to affect only Qt. Jussi On Tue, Mar 10, 2015 at 5:49 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > I have uploaded a new version of the source package at the same place, > with (normally) all reported bugs fixed. > > Please tes

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Jussi Lahtinen
> Exactly. Only Emil can confirm, as I don't have enough knowledge about > that, but apparently there is no way to make an equivalent Gambas JIT > compiler with the new versions of LLVM! > > I have modified the configuration script of gb.jit so that it checks > that the llvm version is greater than

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Fabien Bodard
Le 10 mars 2015 22:18, "Benoît Minisini" a écrit : > > Le 10/03/2015 22:10, Jussi Lahtinen a écrit : > >> Apparently llvm 3.6 drops the JIT interface of previous llvm versions. > >> For no reason, at least in their changelog. > >> > >> It's cool that LLVM allowed Emil to write a JIT compiler for G

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Jussi Lahtinen
> Apparently llvm 3.6 drops the JIT interface of previous llvm versions. > For no reason, at least in their changelog. > > It's cool that LLVM allowed Emil to write a JIT compiler for Gambas. > Otherwise the more I look at it, the less I like it... > Here is more about it: http://blog.llvm.org/201

[Gambas-user] Random access files with fixed-length string

2015-03-10 Thread Gian
Hello everyone, those coming from the Windows VB, frequently asks how to work with random access files with fixed-length string. I created this demo as an explanation and would like to know if you think right, correct in part or completely wrong. Thank you for attention Gianluigi Attention: T

Re: [Gambas-user] Problem with gb.report

2015-03-10 Thread Fabien Bodard
Even on thé last version ? Le 10 mars 2015 19:50, "herberth guzman" a écrit : > Salut Fabien > > I have the following problem with gb.report > > If for example I copy a report1 to report2 an image and the path of picture > does not exist the report no longer opens. > > gives the following error.

Re: [Gambas-user] form resize behave (2)

2015-03-10 Thread Benoît Minisini
Le 10/03/2015 21:03, Karl Reinl a écrit : > Salut, > > Is there a switch or form property to get form smaller then the starting > (not initial) size, or pull it back to initial size ? > If your form is modal and resizable, its initial size is its minimum size. If your form is resizable but not mo

[Gambas-user] form resize behave (2)

2015-03-10 Thread Karl Reinl
Salut, Is there a switch or form property to get form smaller then the starting (not initial) size, or pull it back to initial size ? -- Amicalement Charlie Salut, I found out what happens. I set the saved (with Settings.write(Me)) Form size before Form_Open raises, in Public Sub Run(.. The r

[Gambas-user] Problem with gb.report

2015-03-10 Thread herberth guzman
Salut Fabien I have the following problem with gb.report If for example I copy a report1 to report2 an image and the path of picture does not exist the report no longer opens. gives the following error. [12] Not an object. CFamilyReport.DrawControl.391 This happens if I have 2 different proje

[Gambas-user] X11.SetWindowProperty

2015-03-10 Thread herberth guzman
Congratulations on Pre-release of Gambas 3.7, fantastic. Great job to you and all who collaborate. Benoit Doing tests I noticed a problem. In the Form in the Open event if I put: X11.SetWindowProperty 1- (f_panel.Id, Atom ["_ NET_WM_WINDOW_TYPE"] Atom ["ATOM"] Atom ["_ NET_WM_WINDOW_TYPE_DOCK"])

[Gambas-user] Possible bug with Text property of MaskBox

2015-03-10 Thread John Rose
I've found what I think is a bug on the Text property of the Maskbox control. When I set it with a Text property (conforming to its Mask property), it shows as blank at runtime. However, if I set it by code to the same value, it works OK. Test project attached. Please confirm if it is a bug or just

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Gian
Il 10/03/2015 16:49, Benoît Minisini ha scritto: > Hi, > > I have uploaded a new version of the source package at the same place, > with (normally) all reported bugs fixed. > > Please test it and tell me if you still have problems! > > Regards, > Thanks Benoit, perfect installation, for the first

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Laurent Carlier
Le mardi 10 mars 2015, 16:49:58 Benoît Minisini a écrit : > Hi, > > I have uploaded a new version of the source package at the same place, > with (normally) all reported bugs fixed. > > Please test it and tell me if you still have problems! > > Regards, AFAIK gb.jit component doesn't build with

Re: [Gambas-user] Play video

2015-03-10 Thread Benoît Minisini
Le 10/03/2015 14:29, abbat81 a écrit : > Hi, > > I tried to play any video using example MoviePlayer 3.0.0 > But nothing works. > > Is there any example to play video? > > Thanks. > > The MediaPlayer example. Regards, -- Benoît Minisini -

[Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Benoît Minisini
Hi, I have uploaded a new version of the source package at the same place, with (normally) all reported bugs fixed. Please test it and tell me if you still have problems! Regards, -- Benoît Minisini -- Dive into the

[Gambas-user] Play video

2015-03-10 Thread abbat81
Hi, I tried to play any video using example MoviePlayer 3.0.0 But nothing works. Is there any example to play video? Thanks. -- View this message in context: http://gambas.8142.n7.nabble.com/Play-video-tp50864.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Change value shown in Tray Icon

2015-03-10 Thread bill-lancaster
Thanks Benoît, Please see attached. a10-0.gz -- View this message in context: http://gambas.8142.n7.nabble.com/Change-value-shown-in-Tray-Icon-tp50812p50866.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Pre-release of Gambas 3.7 source package

2015-03-10 Thread Jussi Lahtinen
I have problems with revision 6963 (and maybe earlier), is that essentially same as 3.7? The problem causes crash preceded with "GUI is not initalized in ...". I will try to isolate the problem, but it will take time. Jussi On Tue, Mar 10, 2015 at 3:16 AM, Benoît Minisini < gam...@users.sourcef

Re: [Gambas-user] Top posting

2015-03-10 Thread Jussi Lahtinen
> There should be parent/child relationships between each message. I agree, this is preserved by gmail. > Quotes should be begin/end pointers referring to the message being quoted, > not > duplicating its text. This way the email client could display message > threads however it (or the end us

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-10 Thread Jussi Lahtinen
Yes, I do that also. Shift + Ctrl + End and then just Delete. Takes less than second, so it's not big deal. Jussi On Tue, Mar 10, 2015 at 9:50 AM, Fabien Bodard wrote: > Well ... often i remove the ancian message and just take part of it > quoted to answer more clearer. > > gmail is cool by h

Re: [Gambas-user] Gambas 3.7

2015-03-10 Thread Benoît Minisini
Le 10/03/2015 12:36, Ron a écrit : > Ran into same error as someone on mailing lists posted > > Making runtime symbolic link > Registering Gambas executable mimetype > Creating the information files for gb component... > gb > /usr/bin/install: cannot stat ‘lib/gb.component’: No such file or directo

[Gambas-user] form resize behave

2015-03-10 Thread Karl Reinl
Salut, Is there a switch or form property to get form smaller then the starting (not initial) size, or pull it back to initial size ? -- Amicalement Charlie -- Dive into the World of Parallel Programming The Go Paralle

Re: [Gambas-user] Gambas 3.7

2015-03-10 Thread Benoît Minisini
Le 10/03/2015 11:26, Ron a écrit : > Hi Benoit, > > testing 3.7 (wel compiling all first) on new installed ubuntu 14.04.2 > > Have installed these: > > sudo apt-get install subversion build-essential autoconf mysql-client > libbz2-dev \ >libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev >

Re: [Gambas-user] Pre-release of Gambas 3.7 source package

2015-03-10 Thread emanuele sottocorno
Hi Benoît, got this error at make install: cannot execute stat of "lib/gb.component": File or directory does not exists attached all installation logs. 2015-03-10 2:16 GMT+01:00 Benoît Minisini : > Hi everyone, > > I made a pre-release of the source package of Gambas 3.7 at: > > > https://source

Re: [Gambas-user] Top posting

2015-03-10 Thread Lewis Balentine
>> Email's still in the frakking DARPANET ages. << I tend to agree with you. However getting the entire world's electronic population to change would a daunting challenge. Perhaps if one was very dedicated, aggressive with unlimited resources it could be accomplished after a suitable period of

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-10 Thread Fabien Bodard
Well ... often i remove the ancian message and just take part of it quoted to answer more clearer. gmail is cool by hidding the ancian common lines, but it make huge mail message in fact . i would prefer it to not copy the old message. and give me the choice of adding part of this one. 2015-03-09