[Gambas-user] gw.web

2013-02-23 Thread Mike Crean
Hi Tobi, I have just translated the 1st 14 pages of the PDF. If you can translate from your end and up date for Gambas 3 that would be great. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps

Re: [Gambas-user] gw.web

2013-02-23 Thread Randall Morgan
MIke, Can I get a copy of that as well? On Sat, Feb 23, 2013 at 2:56 AM, Mike Crean mike.cr...@y7mail.com wrote: Hi Tobi, I have just translated the 1st 14 pages of the PDF. If you can translate from your end and up date for Gambas 3 that would be great. Regards Mike

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Hi Randall,   If Tobi is on the side perhaps he can check with Hans' if it is OK to release my English version of his work.   Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas web site.   Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

[Gambas-user] patch for setting directory on EXEC

2013-02-23 Thread Ian Haywood
as part of my app, I run the LaTeX typesetting program via EXEC in Gambas To cut a long story short, latex likes to be an a specific current directory, which isn't possible in Gambas: EXEC always runs the in the directory the interpreter was started in, Currently I use SHELL instead and do

Re: [Gambas-user] gb.web

2013-02-23 Thread Randall Morgan
Ok, can you give me a link to the German version? On Sat, Feb 23, 2013 at 3:46 AM, Mike Crean mike.cr...@y7mail.com wrote: Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas web site. Mike

Re: [Gambas-user] Code for object serialization

2013-02-23 Thread Jussi Lahtinen
Yes, if it hits an object property then set a marker in the file and call itself on that object. There is only one problem with this: your code can only handle (public) properties. Actually an object serialised by your code and then deserialised could stop working properly because Private

Re: [Gambas-user] gb.web

2013-02-23 Thread Tobias Boege
On Sat, 23 Feb 2013, Randall Morgan wrote: Ok, can you give me a link to the German version? On Sat, Feb 23, 2013 at 3:46 AM, Mike Crean mike.cr...@y7mail.com wrote: Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas

Re: [Gambas-user] gb.net.curl How to upload binary files

2013-02-23 Thread Benoît Minisini
Le 21/02/2013 20:42, Ulf Wedemeyer SpamOk a écrit : Hello Gambas experts I have been working on a small project syncing data with Google through their data API. Most of the communication works well using the HttpClient from the gb.net.curl component, but I struggling to get mimic the

Re: [Gambas-user] compile errore with rev 5557 in gb.pcre

2013-02-23 Thread Benoît Minisini
Le 22/02/2013 12:18, Emanuele Sottocorno a écrit : Revision 5557 installation fails in gb.pcre with error: regexp.c:113:10: error: 'PCRE_ERROR_RECURSELOOP' undeclared (first use in this function) [System] OperatingSystem=Linux Kernel=3.2.0-38-generic Architecture=x86_64

Re: [Gambas-user] Issue 399 in gambas: SaveFile in GB.form.dialog uses folder for filename

2013-02-23 Thread gambas
Updates: Status: WontFix Labels: -Version Version-3.4.0 Comment #2 on issue 399 by benoit.m...@gmail.com: SaveFile in GB.form.dialog uses folder for filename http://code.google.com/p/gambas/issues/detail?id=399 Ensure that Dialog.Path ends with a slash (then the save file name

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 408 by benoit.m...@gmail.com: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Sorry, I don't understand your English. Can you be give more details, eventually with screenshots? -- You received this message because

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread gambas
Comment #2 on issue 408 by krisztiankende: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Pictures can not show it. But I made a short video. Attachments: scrollbug.ogv 1.7 MB -- You received this message because this project is configured to send all issue

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread Willy Raets
On Sat, 2013-02-23 at 19:50 +, gam...@googlecode.com wrote: Comment #2 on issue 408 by krisztiankende: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Pictures can not show it. But I made a short video. Attachments: scrollbug.ogv 1.7 MB As I see it on

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread gambas
Updates: Status: Accepted Comment #3 on issue 408 by benoit.m...@gmail.com: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Thanks, I see it now. -- You received this message because this project is configured to send all issue notifications to this address. You

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread gambas
Updates: Status: Fixed Comment #4 on issue 408 by benoit.m...@gmail.com: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Fixed in revision #5559. -- You received this message because this project is configured to send all issue notifications to this address. You

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread Kende Krisztián
No, I scrolling with mouse wheel, and controls content is not move, but the slider is yes. I have not tried with the qb.qt4 component, because I do not use. On Sat, 2013-02-23 at 19:50 +, gam...@googlecode.com wrote: Comment #2 on issue 408 by krisztiankende: Mouse scrolling

Re: [Gambas-user] Issue 408 in gambas: Mouse scrolling

2013-02-23 Thread gambas
Comment #5 on issue 408 by krisztiankende: Mouse scrolling http://code.google.com/p/gambas/issues/detail?id=408 Thanks, I integrate this patch to version 3.4.0 (Ubuntu PPA). -- You received this message because this project is configured to send all issue notifications to this address. You

Re: [Gambas-user] gb.net.curl How to upload binary files

2013-02-23 Thread Benoît Minisini
Le 23/02/2013 19:10, Benoît Minisini a écrit : Le 21/02/2013 20:42, Ulf Wedemeyer SpamOk a écrit : Hello Gambas experts I have been working on a small project syncing data with Google through their data API. Most of the communication works well using the HttpClient from the gb.net.curl