[Gambas-user] Report Rebirth

2015-01-16 Thread Fabien Bodard
-- Message transféré -- De : "Fabien Bodard" Date : 15 janv. 2015 14:11 Objet : Report Rebirth À : Cc : Hi, this is a screenshot of the render of the new report engine. It support now Margins and BoxShadow. The code can be tested in trunk/comp/src/gb.report2 I want to take my t

Re: [Gambas-user] Downloading files

2015-01-16 Thread Rolf-Werner Eilert
I meant binary files like photos or parts of a program (zipped, maybe), to be used for updates. Can be anything from a few kB to several MB. Is there a reason to choose a certain method for any of these, or does it depend on programming reasons only? Rolf Am 15.01.2015 11:45, schrieb Fabien B

[Gambas-user] Liblinphone

2015-01-16 Thread Tobias Boege
Hi list, there is someone who got interested in Liblinphone[0] and wants to use it in Gambas. As far as I could see (and told him), even basic support would at least be a pain to get working with Externs. A real approach would be a C/C++ component. I must say that this whole telephone thingy does

Re: [Gambas-user] Liblinphone

2015-01-16 Thread Fabien Bodard
(in desperate hopes that this fourth mail will make it to you) -> got it 2015-01-16 12:11 GMT+01:00 Tobias Boege : > Hi list, > > there is someone who got interested in Liblinphone[0] and wants to use it > in Gambas. As far as I could see (and told him), even basic support would > at least be a pa

Re: [Gambas-user] Downloading files

2015-01-16 Thread Fabien Bodard
http://daniel.haxx.se/docs/ftp-vs-http.html 2015-01-16 12:08 GMT+01:00 Rolf-Werner Eilert : > I meant binary files like photos or parts of a program (zipped, maybe), > to be used for updates. Can be anything from a few kB to several MB. Is > there a reason to choose a certain method for any of the

Re: [Gambas-user] Downloading files

2015-01-16 Thread Fabien Bodard
http://stackoverflow.com/questions/717200/comparing-http-and-ftp-for-transferring-files 2015-01-16 12:23 GMT+01:00 Fabien Bodard : > http://daniel.haxx.se/docs/ftp-vs-http.html > > 2015-01-16 12:08 GMT+01:00 Rolf-Werner Eilert : >> I meant binary files like photos or parts of a program (zipped, ma

Re: [Gambas-user] Downloading files

2015-01-16 Thread Fabien Bodard
http://stackoverflow.com/questions/9569342/which-protocol-ftp-or-http-is-better-for-download-upload-small-or-large-files 2015-01-16 12:25 GMT+01:00 Fabien Bodard : > http://stackoverflow.com/questions/717200/comparing-http-and-ftp-for-transferring-files > > 2015-01-16 12:23 GMT+01:00 Fabien Bodard

[Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Hi, among other problems that i did not solved, but at least worked around, there is one i cannot solve by myself, nor i know if it is a bug in gambas or a mistake by myself. libmpv is a library to access mpv mediaplayer, the library header is here: https://raw.githubusercontent.com/mpv-player/m

Re: [Gambas-user] Downloading files

2015-01-16 Thread Rolf-Werner Eilert
Thanks a lot for the three links, Fabian. They tell me I will do pretty well with HTTP. Have a nice weekend Rolf Am 16.01.2015 12:23, schrieb Fabien Bodard: > http://daniel.haxx.se/docs/ftp-vs-http.html > > 2015-01-16 12:08 GMT+01:00 Rolf-Werner Eilert : >> I meant binary files like photos or

[Gambas-user] BIG Crash

2015-01-16 Thread Fabien Bodard
On the last revision i'm not able to run gb.report2. -- Fabien Bodard gb.report2-0.0.1-crash-150116-140259.tar.bz2 Description: BZip2 compressed data -- New Year. New Location. New Benefits. New Data Center in Ashburn,

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Koko wrote: > That's it. > The program starts and begin playing the file. > As i push the button, it stops playing and the player window will close, > but as soon as i close the main form, the gambas interpreter shows a > window saying the program crashed wuth a segmentation fault. > > This is t

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Tobias Boege
On Fri, 16 Jan 2015, Koko wrote: > Koko wrote: > > > > That's it. > > The program starts and begin playing the file. > > As i push the button, it stops playing and the player window will close, > > but as soon as i close the main form, the gambas interpreter shows a > > window saying the program

[Gambas-user] JSON Parsing

2015-01-16 Thread Nigel Verity
Hi I would be interested to know whether any Gambas users have already created a parser for JSON format data, and would be willing to share the relevant code. I foresee a need to import data from JSON files over the coming months. It would save some time if I could avoid having to "reinvent the

Re: [Gambas-user] JSON Parsing

2015-01-16 Thread Alexie
JSON.Decode is standard in Gambas and works very good. It is in the "gb.web" component. If you read the data as "string", you can do as follows: Dim c As New Collection Dim s As String = "{ "id": 1} c = JSON.Decode(s) Or if you want ""/Null in your JSON collection: Dim c As New JSONCollection

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Tobias Boege wrote: > On Fri, 16 Jan 2015, Koko wrote: >> Koko wrote: >> >> >> > That's it. >> > The program starts and begin playing the file. >> > As i push the button, it stops playing and the player window will >> > close, but as soon as i close the main form, the gambas interpreter >> > sho

Re: [Gambas-user] BIG Crash

2015-01-16 Thread Fabien Bodard
After a full recompilation of the project ... the problem vanish. 2015-01-16 14:05 GMT+01:00 Fabien Bodard : > On the last revision i'm not able to run gb.report2. > > -- > Fabien Bodard -- Fabien Bodard -- New Year.

Re: [Gambas-user] Issue 387 in gambas: Gridview crreated by adding rows does not scroll

2015-01-16 Thread gambas
Comment #2 on issue 387 by stefano@gmail.com: Gridview crreated by adding rows does not scroll https://code.google.com/p/gambas/issues/detail?id=387 I have the same problem with Gambas 3.6.2 on LinuxMint 64 bit. You can reproduce the problem by following steps provided on the page https://

[Gambas-user] Issue 595 in gambas: GNU support

2015-01-16 Thread gambas
Status: New Owner: Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Other GUI-Any New issue 595 by costamag...@gmail.com: GNU support https://code.google.com/p/gambas/issues/detail?id=595 Hi developers, what about supporting GNU operating system? --- gamba

[Gambas-user] Issue 596 in gambas: GNU support

2015-01-16 Thread gambas
Status: New Owner: Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Other GUI-Any New issue 596 by costamag...@gmail.com: GNU support https://code.google.com/p/gambas/issues/detail?id=596 Hi developers, what about supporting GNU operating system? --- gamb

Re: [Gambas-user] JSON Parsing

2015-01-16 Thread Benoît Minisini
Le 16/01/2015 15:15, Alexie a écrit : > JSON.Decode is standard in Gambas and works very good. It is in the > "gb.web" component. > > If you read the data as "string", you can do as follows: > > Dim c As New Collection > Dim s As String = "{ "id": 1} > > c = JSON.Decode(s) > > Or if you want ""/Nul

[Gambas-user] Getting error running the SmallWiki Sample

2015-01-16 Thread mx4evaNZ .
I get the following error when I try to run the SmallWiki sample included in GB3 If I try to run from within the IDE I get: gb.httpd: bind 0.0.0.0 - Address already in use If I compile the program and try to run it, nothing happens. Running nmap to see what ports are open I get this: ---

[Gambas-user] Есть ли желающие из русскоязычного сообщества для поддержки сайта gambas.pro (Do R\russian-speaking volunteers from communities in the support site gambas.pro)

2015-01-16 Thread Беспалов Алексей
ц╟ц▓ц┴ц≈ц┘ц■ц⌠ц■ц≈ц∙ц─! ц╝ц┘ц⌠ц▀ц▐ц▄ц≤ц▀ц▐ ц▄ц┘ц■ ц▒ ц░ц▐ц└ц└ц┘ц▓ц√ц┴ц≈ц│ц▄ ц⌠ц│ц┼ц■ www.gambas.pro, ц▌ц│ ц▀ц▐ц■ц▐ц▓ц▐ц█ ц█ц▌ц▐ц┤ц▐ ц▓ц∙ц⌠ц⌠ц▀ц▐ц▒ц ц≥ц·ц▌ц▐ц┼ ц┴ц▌ц├ц▐ц▓ц█ц│ц┐ц┴ц┴ ц▐ Gambas. ц╟ц▓ц┴ц█ц┘ц▓ц≥ ц▓ц┘ц⌡ц┘ц▌ц┴ц▒ ц ц│ц└ц│ц·, ц┌ц▐ц▄ц≤ц⌡ц▐ц┼ FAQ ц░ц▐ ц█ц▐ц└ц∙ц▄ц▒ц█.