[Gambas-user] Settings

2014-07-26 Thread Shane
I'm getting file already exists error when trying to run this code Settings["High_Score"] = HighScore am i doing this the right way? also this is a sdl program. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.8.0-35-generic Architecture=x86_64 Distribution=Linux Mint 15 Olivia Desktop=

[Gambas-user] Issue 541 in gambas: line input bug maybe buffer size?

2014-07-26 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-ArchLinux Arch-Any Desktop-Any GUI-Any New issue 541 by denise.a...@gmail.com: line input bug maybe buffer size? http://code.google.com/p/gambas/issues/detail?id=541 1) Don't find the end of line (0x0d+0x0a) b

Re: [Gambas-user] Rules for Application Repository?

2014-07-26 Thread Benoît Minisini
Le 26/07/2014 19:46, T Lee Davidson a écrit : > Thanks Tobi. > > This brings up two questions addressed to the list as well: > > 1) Would it be possible to provide a mechanism of reporting application > listings as, say, "spam"? In the new wiki, I can easily blacklist some urls if needed. I just n

Re: [Gambas-user] Update Webview?

2014-07-26 Thread Benoît Minisini
Le 26/07/2014 19:42, Antonio Sánchez a écrit : > What determine the functioning of Webview? Is it depend directly of webkit > library in my system or is it independent? > > I want to load a local webpage (with some jquery code). > This page looks fine in Firefox updated but in Chrome, Midori, xxxte

Re: [Gambas-user] Rules for Application Repository?

2014-07-26 Thread T Lee Davidson
Thanks Tobi. This brings up two questions addressed to the list as well: 1) Would it be possible to provide a mechanism of reporting application listings as, say, "spam"? 2) The App' Repository on the deprecated gambasdoc.org was what came up in a web search. Would it be possible to include th

[Gambas-user] Update Webview?

2014-07-26 Thread Antonio Sánchez
What determine the functioning of Webview? Is it depend directly of webkit library in my system or is it independent? I want to load a local webpage (with some jquery code). This page looks fine in Firefox updated but in Chrome, Midori, xxxterm, and in Webview looks bad (all based in webkit). I up

Re: [Gambas-user] Rules for Application Repository?

2014-07-26 Thread Tobias Boege
On Sat, 26 Jul 2014, T Lee Davidson wrote: > I am wondering if there are any rules, other than minimum lines of code > and page layout, for having an application listed in the Gambas > Application Repository (http://gambasdoc.org/help/app). > > The reason I bring this up is because I know of a c

[Gambas-user] Rules for Application Repository?

2014-07-26 Thread T Lee Davidson
I am wondering if there are any rules, other than minimum lines of code and page layout, for having an application listed in the Gambas Application Repository (http://gambasdoc.org/help/app). The reason I bring this up is because I know of a couple of apps that are listed for which the links on

[Gambas-user] gambas3 checking for well-formed and valid XML

2014-07-26 Thread Charlie Reinl
Salut Adrien, I didn't find anything about xml-error and/or well-formed and valid XML. Found that problem after a bad xml usage. I copied a path at the end of the file, and saved and forgot. Now, I still can load it with Xml.FromString(File.Load("my.xml")), but next line on XSLT.Transform(Xml, X