Re: [Gambas-user] Try not catching XmlDocument Error

2014-12-05 Thread Adrien Prokopowicz
* FATAL ERROR *** trying to open XML file." > Quit >Endif >' other code follows >End > End Sample code:--- > > regards, > > Lewis Balentine > [...] Hello Lewis, Revision #6711 should fix this problem. Can you

Re: [Gambas-user] gb.xml feature request

2015-04-06 Thread Adrien Prokopowicz
Le Sun, 05 Apr 2015 04:58:05 +0200, adamn...@gmail.com a écrit: > @Adrien Prokopowicz ? > > I ask for an enhancement to XMLNode (and descendants). Currently the > TextContent property returns the concatenated text of the currenode and > all child nodes thereof. What I wan

[Gambas-user] gb.media : receiving GStreamer element messages

2015-05-13 Thread Adrien Prokopowicz
t quite fun to watch. However, processing and rendering the data takes a significant amount of power, so it might lag if you have a small CPU. If it lags too much for you, you can lower some rates in the SpectrumPlayer class. What do you think ? Regards, -- Adrien Prokopowicz AudioSpectrum-1.0.tar.gz

Re: [Gambas-user] gb.media : receiving GStreamer element messages

2015-05-13 Thread Adrien Prokopowicz
Le Thu, 14 May 2015 00:07:48 +0200, Benoît Minisini a écrit: > Le 11/05/2015 02:52, Adrien Prokopowicz a écrit : >> Hello everyone, >> >> So I wanted to play a bit with the "spectrum" GStreamer element. >> After reading the documentation, I noticed that

Re: [Gambas-user] gb.media : receiving GStreamer element messages

2015-05-14 Thread Adrien Prokopowicz
Le Thu, 14 May 2015 14:45:25 +0200, Benoît Minisini a écrit: > Le 14/05/2015 05:01, Adrien Prokopowicz a écrit : >> >> I like the idea, the only problem is that there already is a message >> event >> that handles error/warning/info messages, so we'll have

[Gambas-user] [Qt5] Window flags are not properly handled

2015-05-19 Thread Adrien Prokopowicz
latest revision (7090). See the attached project. Regards, -- Adrien Prokopowicz WindowProperties-0.0.1.tar.gz Description: GNU Zip compressed data -- One dashboard for servers and applications across Physical-Virtual-Cloud

[Gambas-user] TextEditor crashes the IDE in rev. 7095

2015-05-28 Thread Adrien Prokopowicz
lly worked, I keep getting the same error message again and again. Do you have any ideas ? (System information attached) Regards, -- Adrien Prokopowicz[System] Gambas=3.7.90 OperatingSystem=Linux Kernel=4.0.4-2-ARCH Architecture=x86_64 Distribution=Arch Linux Desktop=KDE5 Theme=Breeze Language=fr_FR.

Re: [Gambas-user] TextEditor crashes the IDE in rev. 7095

2015-05-28 Thread Adrien Prokopowicz
Le Thu, 28 May 2015 22:47:29 +0200, Benoît Minisini a écrit: Le 28/05/2015 22:37, Adrien Prokopowicz a écrit : Hello Benoît, Since revision #7095, opening a project in the IDE makes it crash, seemingly because of the new TextEditor. Here is the full output of the IDE : [adrien@adrien

Re: [Gambas-user] TextEditor crashes the IDE in rev. 7095

2015-05-28 Thread Adrien Prokopowicz
Le Thu, 28 May 2015 23:43:04 +0200, Benoît Minisini a écrit: > Le 28/05/2015 23:38, Adrien Prokopowicz a écrit : >>> >>> Does valgrind tell you anything strange? >>> >> >> Besides some usual Qt errors at startup, nothing pops out when the IDE >&g

Re: [Gambas-user] Gambas migration to github (or something else?)

2015-05-30 Thread Adrien Prokopowicz
and therefore Git) for both school and personal projects for quite some time, so personally I have no problem with Gambas switching to it. However, Github does not provide website hosting nor mailing-list features, so will these stay on SourceForge ? Also, I haven't found any "G

Re: [Gambas-user] Gambas migration to github (or something else?)

2015-06-08 Thread Adrien Prokopowicz
Le Sat, 30 May 2015 21:55:04 +0200, Benoît Minisini a écrit: > Le 30/05/2015 21:42, Adrien Prokopowicz a écrit : >> Le Sat, 30 May 2015 20:23:17 +0200, Benoît Minisini >> a écrit: >> >>> Hi, >>> >>> I'm currently testing the SVN import

Re: [Gambas-user] Gambas migration to github (or something else?)

2015-06-08 Thread Adrien Prokopowicz
Le Tue, 09 Jun 2015 04:50:53 +0200, Benoît Minisini a écrit: > Le 09/06/2015 04:21, Adrien Prokopowicz a écrit : >> Le Sat, 30 May 2015 21:55:04 +0200, Benoît Minisini >> a écrit: >> >>> Le 30/05/2015 21:42, Adrien Prokopowicz a écrit : >>>> Le Sat, 3

Re: [Gambas-user] Gambas migration to github (or something else?)

2015-06-09 Thread Adrien Prokopowicz
Le Tue, 09 Jun 2015 15:54:57 +0200, Rolf-Werner Eilert a écrit: > > Am 09.06.2015 13:13, schrieb Benoît Minisini: >> Le 09/06/2015 08:25, Rolf-Werner Eilert a écrit : >>> Am 09.06.2015 07:24, schrieb Adrien Prokopowicz: >>>> Le Tue, 09 Jun 2015 04:50:53 +02

Re: [Gambas-user] Bugs and feature requests

2015-06-25 Thread Adrien Prokopowicz
only problem is that DbusObject cannot raise DBus events yet... [0] http://www.notmart.org/misc/statusnotifieritem/statusnotifieritem.html -- Adrien Prokopowicz -- Monitor 25 network devices or servers for free with OpMan

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Adrien Prokopowicz
urely on the sni-qt plugin source code[0]. It's not the best, but it's the only thing that I found that works across desktops. [0] https://launchpad.net/sni-qt -- Adrien Prokopowicz dbus_appindicator.log Description: Binary data ---

Re: [Gambas-user] New gb.form.statusicon component

2015-06-29 Thread Adrien Prokopowicz
Le Mon, 29 Jun 2015 04:38:41 +0200, Benoît Minisini a écrit: Le 29/06/2015 00:33, Adrien Prokopowicz a écrit : I just made a VM with Ubuntu 15.04 and Unity to test that out, but I can't get it to work. The program runs, but no icon shows up. There are quite a few warnings (see att

Re: [Gambas-user] New gb.form.statusicon component

2015-06-29 Thread Adrien Prokopowicz
Le Tue, 30 Jun 2015 01:11:29 +0200, Benoît Minisini a écrit: Le 30/06/2015 01:08, Adrien Prokopowicz a écrit : Le Mon, 29 Jun 2015 04:38:41 +0200, Benoît Minisini a écrit: Le 29/06/2015 00:33, Adrien Prokopowicz a écrit : I just made a VM with Ubuntu 15.04 and Unity to test that out

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-30 Thread Adrien Prokopowicz
Le Tue, 30 Jun 2015 12:09:17 +0200, Benoît Minisini a écrit: > Le 30/06/2015 04:30, Adrien Prokopowicz a écrit : >> The only thing to note is that SNI only got implemented by Plasma in >> KDE 4.5[0], so there is a case where gb.dbus.trayicon may get loaded >> without a Sta

Re: [Gambas-user] How easy is it to decompile

2015-06-30 Thread Adrien Prokopowicz
rietary licenses, but if you want to go open-source, there are quite a few, such as the GPL, MIT or Apache Licenses, or Creative Commons for anything that is non-code. This site[0] gives interesting summaries about these (and others). Hope this helps, [0] http://choosealicense.com/ -- Adrie

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Adrien Prokopowicz
te server). There is still the possibility to be hosted as a GNU project as well, I don't know if Benoît needs help for it to become a thing. But we need to move away from SourceForge. I mean, I have to add exceptions to anti-malware blacklists to even access the G

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Adrien Prokopowicz
roperties dialog, so could you have a look before releasing the update ? Thanks in advance, Regards, [0] https://sourceforge.net/p/gambas/mailman/message/34264405/ -- Adrien Prokopowicz --

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Adrien Prokopowicz
Le Sat, 01 Aug 2015 02:52:09 +0200, Benoît Minisini a écrit: > Le 01/08/2015 02:34, Adrien Prokopowicz a écrit : >> Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini >> a écrit: >> >>> Hi, >>> >>> I have uploaded the Gambas 3.8.0 source packag

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-08-01 Thread Adrien Prokopowicz
Le Sat, 01 Aug 2015 11:14:00 +0200, Benoît Minisini a écrit: > Le 01/08/2015 03:07, Adrien Prokopowicz a écrit : >>> >>> OK. But I need a database connection to be able to browse the available >>> databases. This is the reason why "mysql" is chosen,

Re: [Gambas-user] Problem with MySQL syntax with DataSource and DataView

2015-08-02 Thread Adrien Prokopowicz
ng is > occurring but it looks like an endless loop. I want to load all records > in > which the key is not equal to the datacontrol. What have I missed? > > > Using Gambas 3.8 with MySQL/MariaDB as the database. > > > Thanks, > > Marty > Can you prov

Re: [Gambas-user] Problem Iconview Orientation Horizontal

2015-08-03 Thread Adrien Prokopowicz
ange.Vertical > > I have Gambas3 3.8 Rev.7215 > > > > Regards, > > Herberth This should be fixed in revision #7218, and it will probably be part of the 3.8.1 update when Benoît

Re: [Gambas-user] Problem with MySQL syntax with DataSource

2015-08-04 Thread Adrien Prokopowicz
s, > > Marty > This should be fixed in revision #7219, can you confirm ? -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
r using an escape code : Private Const $TB As String = "\x09" 'Contains the ASCII character 9 Or, even better in your case : Private Const $TB As String = "\t" 'Contains the TAB character (ASCII 9)

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
Le Thu, 13 Aug 2015 12:05:06 +0200, Adrien Prokopowicz a écrit: > Le Thu, 13 Aug 2015 11:19:09 +0200, Sprachschule Eilert > a écrit: > >> This produces a syntax error, but it doesn't tell me why: >> >> Private Const $TB As String = Chr$(9) >> >

Re: [Gambas-user] datediff problem

2015-08-13 Thread Adrien Prokopowicz
ectly before Benoît's fix (pre-7212), but not after (post-7212) ! Am I missing something completely obvious, or do you get the same behavior ? Here's my test code : Dim FirstDate As Date FirstDate = Date(2015, 1, 1, 0

Re: [Gambas-user] These new color constants ...

2015-08-14 Thread Adrien Prokopowicz
s, otherwise an error is thrown). Can you send a full project, as well as some details on your system ? -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Since 3.8 open project with files in state "changed"

2015-08-15 Thread Adrien Prokopowicz
marking lines as changed even if the line was actually the same. It should be fixed now in revision #7225. -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@li

Re: [Gambas-user] These new color constants ...

2015-08-15 Thread Adrien Prokopowicz
, and still no problem. If you think the problem is local, can you provide some more info about the Qt and theme versions you are using ? -- Adrien Prokopowicz -- ___ Gambas

Re: [Gambas-user] Revision: 7223 problems

2015-08-15 Thread Adrien Prokopowicz
ision #7226, sorry ! -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Path to script ": not found"

2015-08-16 Thread Adrien Prokopowicz
o do it? > > Thanks > This seems to be a very weird bug. Can you send a project that reproduces it ? Regards, -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Since 3.8 window border definition tilted

2015-08-16 Thread Adrien Prokopowicz
project. > > Alles Gute > > Christof Thalhofer > That was actually due to a very weird bug in X11 (some kind of race condition between background-setting and window properties). I managed to find a workaround in revision #7227, tell us if it works

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 17:28:03 +0200, Benoît Minisini a écrit: > Le 22/08/2015 17:22, Adrien Prokopowicz a écrit : >> Le Sat, 22 Aug 2015 17:15:31 +0200, Adrien Prokopowicz >> a écrit: >> >>> (Re-sending because attached files were too big for Sourceforge) >&

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
esting, because most of the users don't care about it. The same thing applies to the bug tracker and the donation link, but to a lesser extent (a big part of the users don't care, but we do !). So I th

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 19:03:01 +0200, Moviga Technologies a écrit: > > It looks nice! Glad to see that you are using HTML5. Could you also > implement mediaqueries to allow for mobile browsing, i.e. responsive > layout? > > Charset should be utf-8, and not utf8. You shoul also include a lang > att

Re: [Gambas-user] Gambas Website Mockups

2015-09-01 Thread Adrien Prokopowicz
ee this is somewhat interesting to look at, I see no point in putting that kind of information on a home page. But of course, we could later create a local, gambas-made stats manager, and put a little l

Re: [Gambas-user] Gambas Website Mockups

2015-09-03 Thread Adrien Prokopowicz
home page ? Why not, but then I'll have to redesign the header for the other pages of the site then. > And it's better IMHO to limit the width of the text paragraphs, because > too wide text lines are

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-07 Thread Adrien Prokopowicz
l requests ! We could definitely have an official breeze mimetype icon in the next Plasma release. :) [0] https://github.com/NitruxSA/breeze-icon-theme/wiki/Icon-design-guidelines-in-Breeze -- Adr

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-07 Thread Adrien Prokopowicz
pixel-perfect so it doesn't look blurry). -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] The interview on FLOSS

2015-09-10 Thread Adrien Prokopowicz
Basic research led me to the Paris Open Source Summit[0], is that it ? Anyway, thanks for this interview, it was nice to watch. :) [0] http://www.opensourcesummit.paris/ -- Adrien Prokopowicz -- Monitor Your Dynamic Infra

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-10 Thread Adrien Prokopowicz
Le Mon, 07 Sep 2015 10:44:06 +0200, Fabien Bodard a écrit: > 2015-09-07 10:31 GMT+02:00 Adrien Prokopowicz > : >> Le Mon, 07 Sep 2015 09:12:18 +0200, Fabien Bodard >> a >> écrit: >> >>> Yesteday i have spend one hour on imaginate how can look

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread Adrien Prokopowicz
e biggest problem to me was the IDE icon integration. The new head didn't look good at all on the old square, to me at least. So I made another one, using the same circle idea I used for the website. Regar

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread Adrien Prokopowicz
Le Sat, 19 Sep 2015 01:30:47 +0200, Benoît Minisini a écrit: > Le 19/09/2015 01:18, Adrien Prokopowicz a écrit >> >> - I used a slightly darker color, it didn't look pronounced enough on a >>light background to me. > > I just used the blue color of the websi

Re: [Gambas-user] Project templates

2015-09-18 Thread Adrien Prokopowicz
yone asking for this either. That's weird, because this feature is awesome ! :) I have one question though : why are there different project templates for each GUI toolkit ? Because we can switch toolkits so easily, isn't "Graphical Application" enough ? Plus, it's very confu

Re: [Gambas-user] Project templates

2015-09-18 Thread Adrien Prokopowicz
Le Sat, 19 Sep 2015 03:51:01 +0200, Benoît Minisini a écrit: > Le 19/09/2015 03:26, Adrien Prokopowicz a écrit : >> Le Fri, 18 Sep 2015 13:12:49 +0200, Benoît Minisini >> a écrit: >> >>> Le 18/09/2015 09:45, Jorge Carrión a écrit : >>>> That is a

Re: [Gambas-user] Using property on a string array

2015-09-20 Thread Adrien Prokopowicz
TR].Insert(MGlobal.Profiles) And there it works. :) I agree that you can't really guess it, so I added it in the documentation[0]. [0] http://gambaswiki.org/wiki/comp/gb.qt4/combobox/list -- Adrien Prokopowicz -- _

Re: [Gambas-user] xmlreader

2016-01-09 Thread Adrien Prokopowicz
an you confirm ? Sorry for the late reply, I got really busy these last few months ... Regards, -- Adrien Prokopowicz -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App

Re: [Gambas-user] XMLDocument GetSingleNode or XPath support?

2016-03-08 Thread Adrien Prokopowicz
org/wiki/comp/gb.xml.html/xmlelement/getchildrenbyfilter [4] http://gambaswiki.org/wiki/comp/gb.xml.html/xmlelement/matchfilter -- Adrien Prokopowicz -- Transform Data into Opportunity. Accelerate data analysis in your ap

Re: [Gambas-user] [CRASH REPORT] XmlElement.GetAttribute (gb.xml) segfault if the attribute is an empty string

2016-09-13 Thread Adrien Prokopowicz
> > Regards, > Tobi > > [1] > http://stackoverflow.com/questions/6926442/is-an-xml-attribute-without-a-value-valid > Damn Tobias, you're fast ! I saw your message just when I commited my fixes. I think that overwrote it, but thanks still. :) I took the opportunity to

Re: [Gambas-user] Pre-release of Gambas 3.5

2013-10-13 Thread Adrien Prokopowicz
avltree.lo c_avltree.c:28:28: fatal error: string_compare.h: No such file or directory #include "string_compare.h" ^ compilation terminated. make[3]: *** [gb_data_la-c_avltree.lo] Erreur 1 Revisi

Re: [Gambas-user] Pre-release of Gambas 3.5

2013-10-13 Thread Adrien Prokopowicz
Le Sun, 13 Oct 2013 19:19:55 +0200, Benoît Minisini a écrit: > Le 13/10/2013 19:08, Kende Krisztián a écrit : >> Sun, 13 Oct 2013 18:41:22 +0200 -n >> "Adrien Prokopowicz" írta: >> >>> Le Sun, 13 Oct 2013 17:11:25 +0200, Benoît Minisini >>>

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
of doing this would actually be : Print XMLElement.FromText("text")[0].TextContent (again, while ensuring that the given text is not empty). FromText() returns an array of nodes. :) Regards, -- Adrien Prokopowicz Le Sat, 19 Oct 2013 11:45:03 +0200, Fabien Bodard a écrit: > Le

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
Le Sat, 19 Oct 2013 16:06:33 +0200, Benoît Minisini a écrit: > Le 19/10/2013 15:56, Adrien Prokopowicz a écrit : >> I just added the new static method XMLNode.Deserialize() in revision >> #5906 >> for this purpose. For example, >> >> Print XMLNode.Deserializ

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
gt; from > the latest Intel processors and coprocessors. See abstracts and register > > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https

Re: [Gambas-user] gb.xml: Leading and trailing spaces missing from TextContent

2014-03-11 Thread Adrien Prokopowicz
Hi Tobias, That was actually a bug, and is now fixed in revision #6197. Regards, -- Adrien Prokopowicz Le Mon, 10 Mar 2014 17:54:57 +0100, Tobias Boege a écrit: > Hi, > > I'm writing on behalf of a German Gambas user and I'm just giving his > words > withou

Re: [Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-24 Thread Adrien Prokopowicz
w you to convert strings back and forth between the "with entities" and "without entities" representations. Regards, -- Adrien Prokopowicz -- Open source business process management suite built on Java and Ec

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

2014-07-29 Thread Adrien Prokopowicz
^ > > Hi Charlie, Could you send me a project with the XML and XSLT files, so I can see what is going on ? Regards, -- Adrien Prokopowicz -- Infragistics Professional Build stunning WinForms apps today! Reboot

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > Salut Benoît, > > the new gb.xml broke my project which used before gb.xml and > gb.xml.xslt. > As I can see, you wrote a gambas component also called gb.xml, which > replaced the old. > Now I struggle at xml.FromString() where xml is a XmlDo

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > > Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > > > Salut Benoît, > > > > > > the new gb.xml broke my project which used

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 07:50:54 Bruce Bruen a écrit : > reconfig-all completed OK > configure -C completed OK > make went well until the xml components ... > > Making all in gb.libxml > make[2]: Entering directory `/home/bb/trunk/gb.libxml' > make all-recursive > make[3]: Entering directory `/

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 02:00:56 Benoît Minisini a écrit : > Le 22/04/2012 00:32, Adrien Prokopowicz a écrit : > > Le dimanche 22 avril 2012 07:50:54 Bruce Bruen a écrit : > >> ... > >> > >> cc1plus: error: unrecognized command line option "-Wdouble-pr

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 23:54:55 Charlie Reinl a écrit : > Am Samstag, den 21.04.2012, 23:47 +0200 schrieb Adrien Prokopowicz: > > Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : > > > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > > > &

Re: [Gambas-user] New XML component

2012-04-22 Thread Adrien Prokopowicz
hown. > > > > IMHO, this should be done to every symbol for the reasons explained > > above. Names would still be shown in italics, but if an user without a > > wiki account clicks on it, show the same data as a blank page would. > > > > > > On Sat, Apr

[Gambas-user] Relative paths in a component

2012-04-22 Thread Adrien Prokopowicz
Hi Benoît, In gb.xml, in XmlReader, i'm loading a file through the Open instruction : Public Sub Open(path As String) Dim fichier As File fichier = Open path For Input Me.InputStream = fichier End But when path is a relative path, it refers to the project of the component, not to t

Re: [Gambas-user] Relative paths in a component

2012-04-22 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 17:48:28 Benoit Minisini a écrit : > If Left(Path) <> "/" then Path = ".." &/ Path Great, thanks. :) -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You.

Re: [Gambas-user] New XML component

2012-04-22 Thread Adrien Prokopowicz
gt; > in fact it's a bug in the interpreter ... we can't access the file in the > > projet> > > > Regards, > > > Caveat > > > > > > On Sun, 2012-04-22 at 12:40 +0200, Adrien Prokopowicz wrote: > > >> Le dimanche 22 avril 2012 11:42

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 19:45:07 Charlie Reinl a écrit : > Salut Adrien, > > Dim Xml as New XmlDocument > Xml.FromString("path to 'US-presidents-3.xml'") > > that works now. Ran actually rev.4656 > > But loading xml2file.xslt like that > > Dim Xsl as New XmlDocument > Xsl.FromSt

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : > Salut Adrien, > > works better since rev #4657. > > but I get a signal 6 at the seconde Out = XSLT.Transform(Xml, Xsl) > > here I attached a demo where you can see it. > > This (the FromXML_old is the working version before you change

Re: [Gambas-user] New XML component

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 12:05:13 Caveat a écrit : > Benoit and Fabien, you're both right of course. > > Sorry, I was a little frustrated by how broken gb.xml now appears to be. > > The project I've sent does allow you guys to get some serious testing in > and I'm here should you have any questions

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 18:47:10 Charlie Reinl a écrit : > Am Montag, den 23.04.2012, 00:39 +0200 schrieb Adrien Prokopowicz: > > Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : > > > Salut Adrien, > > > > > > works better since rev #4657. >

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 01:14:25 Caveat a écrit : > I'm now on 4659... > > = > Is FromString available in the new gb.xml or not? > = > Yes it is, since the rev #4673. -

[Gambas-user] Bug with Format(GB.MediumTime)

2012-04-25 Thread Adrien Prokopowicz
Hi, I use the Format() function, to make dates and times consistent, whatever the locale I use. Bun I have a problem in French with the gb.MediumTime constant, here is what it returns : ?Format(Now, GB.ShortTime) 20:26 ?Format(Now, GB.MediumTime) 08:26 With an english locale, i get 08:26

Re: [Gambas-user] XML problem

2012-04-29 Thread Adrien Prokopowicz
Le dimanche 29 avril 2012 17:15:16 l k a écrit : > Hi, I have a problem with read the value of the xml file. With this data: > > I do not know how to read value. > > With this data: > 2012-04-29T14: 54:31 Z I have no problem with that. > Can anyone give me some advices how to solve this? > > -

Re: [Gambas-user] XML problem

2012-04-29 Thread Adrien Prokopowicz
_r.Node.Value) > Wait 0.1 >Until xml_r.Eof > >xml_r.Close > > The code works correctly, but does not read the values ​​of these lines: > . > > 2012/4/29, Adrien Prokopowicz : > > Le dimanche 29 avril 2012 17:15:16 l k a écrit : > >> Hi, I have a prob

Re: [Gambas-user] gb3: Object Enumeration GUI Glitch

2012-05-06 Thread Adrien Prokopowicz
Le dimanche 6 mai 2012 11:52:02 Kevin Fishburne a écrit : > I'm using Kubuntu 12.04 with acceleration using the binary NVIDIA > drivers (not sure that any of that makes a difference). Often when > viewing an object's list of properties or methods via the IDE's pop-up > which appears while typing, t

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Adrien Prokopowicz
Le dimanche 6 mai 2012 22:34:26 Ru Vuott a écrit : > I'm sorry... but Rev. 4719 fails its installation: > > .. > /usr/bin/ld: cannot find -lgb.xml > collect2: ld returned 1 exit status > libtool: install: error: relink `gb.xml.html.la' with the above command > before installing it make[4]: ***

Re: [Gambas-user] what replaces XmlReader.Decode

2012-05-19 Thread Adrien Prokopowicz
Le samedi 19 mai 2012 21:17:09 Charlie Reinl a écrit : > Salut Adrien, > > gambas3 , last svn rev 4742 > > I used till now XmlReader.Decode(XmlReader.Node.Value,"base64) to save > pictures stored as Text in my XML. > > How can I read out them now ? > > > >

[Gambas-user] Bug on Gambas official website

2012-05-20 Thread Adrien Prokopowicz
Hi all, I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, and a part of the "last news" frame is cut. The problem is solved when, in home.html, i remove the overflow: hidden on the element. Has someone else already got this problem ? Regards. ---

Re: [Gambas-user] New JIT Compiler

2012-05-23 Thread Adrien Prokopowicz
Le mercredi 23 mai 2012 22:24:59 Emil Lenngren a écrit : > Forgot to mention that the 64-bit version is probably more bug-free than > the 32-bit version, since I myself have a 64-bit computer and therefore > have run only some few tests on 32-bit... > ---

Re: [Gambas-user] New JIT Compiler

2012-05-23 Thread Adrien Prokopowicz
Le mercredi 23 mai 2012 23:59:21 Emil Lenngren a écrit : > The interpreter works without gb.jit. If gb.jit is unavailable, it falls > back to the interpreter instead. > > /Emil > > 2012/5/23 Adrien Prokopowicz > > > Le mercredi 23 mai 2012 22:24:59 Emil Lenngre

Re: [Gambas-user] New JIT Compiler

2012-05-23 Thread Adrien Prokopowicz
Le mercredi 23 mai 2012 23:12:35 Ru Vuott a écrit : > Well, > > I finished installation. It was OK. I had not problems. > > > > -- Live Security Virtual Conference > Exclusive live event will cover all the ways today's

Re: [Gambas-user] Sidepanel handles

2012-05-29 Thread Adrien Prokopowicz
Le mardi 29 mai 2012 22:42:13 Bruce a écrit : > On Mon, 2012-05-28 at 19:35 +0200, Benoît Minisini wrote: > > You find the expand handles usable, but not the closing ones. But AFAIK, > > there are the same size. > > Yes, I can now measure that they are the same sizes. I can also find > the expand

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 16:50:35 Ron a écrit : > Gambas trunk doesn't compile anymore on two machines now. > > This is the end: > > make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.libxml' > make[4]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml' > make[3]: Leaving dir

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : > > Did you call ./reconf and ./configure before ? > > > > If this doesn't work, try to call make clean, or to remove > > the .deps directory > > in gb.xml/src/html. > > > > Regards, > > Adrien. > > Hello, > > I had the same problem-error: >

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 20:47:52 Benoît Minisini a écrit : > Le 30/05/2012 20:44, Adrien Prokopowicz a écrit : > > Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : > >>> Did you call ./reconf and ./configure before ? > >>> > >>> If this doesn

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 21:02:50 Benoît Minisini a écrit : > Le 30/05/2012 21:01, Benoît Minisini a écrit : > The problem is that I had to rename a few source files, and libtool > seems > not to like this ... > Benoît ? > >>> > >>> As soon as you use 'svn move', you should not

[Gambas-user] gb.qt4 compilation time

2012-06-02 Thread Adrien Prokopowicz
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.h (as in many other .h files) : #include #include #include #include #include #include #include #include #include #in

[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] 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 wer

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] Draw.Begin/End execution time

2012-06-09 Thread Adrien Prokopowicz
Hi all, in my project I have a cached DrawArea that I need to redraw each time it is resized. My code is like this : Public Sub RefershDrawArea() Draw.Begin($drawArea) 'Drawing methods here ... Draw.End End That works perfectly, but when I launch the profiler, he tells me that the Dr

Re: [Gambas-user] Draw.Begin/End execution time

2012-06-09 Thread Adrien Prokopowicz
Le samedi 9 juin 2012 20:45:49 Benoît Minisini a écrit : > Le 09/06/2012 19:41, Adrien Prokopowicz a écrit : > > Hi all, > > > > in my project I have a cached DrawArea that I need to redraw each time it > > is resized. My code is like this : > >

Re: [Gambas-user] Draw.Begin/End execution time

2012-06-09 Thread Adrien Prokopowicz
Le samedi 9 juin 2012 22:46:46 Benoît Minisini a écrit : > >> Here is a little test project. > >> > >> And I just noticed that there isn't this problem with gb.gtk. So for > >> me it's a > >> bug in gb.qt4. > > > > On my machine, Draw.Begin with gb.gtk takes about 120 micro-seconds the > > first

Re: [Gambas-user] Draw.Begin/End execution time

2012-06-09 Thread Adrien Prokopowicz
Le samedi 9 juin 2012 23:24:58 vous avez écrit : > Le samedi 9 juin 2012 22:46:46 Benoît Minisini a écrit : > > >> Here is a little test project. > > >> > > >> And I just noticed that there isn't this problem with gb.gtk. So for > > >> me it's a > > >> bug in gb.qt4. > > > > > > On my machine, Dr

Re: [Gambas-user] Draw.Begin/End execution time

2012-06-09 Thread Adrien Prokopowicz
Le dimanche 10 juin 2012 00:32:16 Benoît Minisini a écrit : > Le 10/06/2012 00:02, Adrien Prokopowicz a écrit : > > I have another little question. > > > > In the project I sent you, I added two lines after FillRect() : > >Draw.Text("Gambas", 50, 50

Re: [Gambas-user] crypt.md5 vs md5sum

2012-06-11 Thread Adrien Prokopowicz
Le lundi 11 juin 2012 15:39:16 Sebi a écrit : > You should use echo -n to prevent it from printing a /n character. But > anyway, they are different. -Original Message- > From: Demosthenes Koptsis > Date: Mon, 11 Jun 2012 11:59:10 > To: mailing list for gambas users > Reply-To: mailing list

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-14 Thread Adrien Prokopowicz
Seems like my message wasn't sent. :-) This should be solved in the revision #4826. 2012/6/14 Ru Vuott > Hello Benoit, > > an user of Gambas-it.org Community ask me to write to you about a possible > error with XmlWriter tag in gb.xml. > > He says that he found a problem, linked to the library

  1   2   3   >