Re: [Gambas-user] contribute user accoount does not meet with collaborators

2017-09-24 Thread Adrien Prokopowicz
extensive guide covering every single case for every single person. -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [Gambas-user] GTK+ 3, the library that is a full mess at each new minor release

2017-09-02 Thread Adrien Prokopowicz
t may be related to how they broke themes in recent releases, but I can't remember exactly when. I only remember they broke it at least in two GTK3 versions, and 3.20 is definitely one of them. -- Adrien Prokopowicz

Re: [Gambas-user] New domain name for Gambas

2017-09-01 Thread Adrien Prokopowicz
ge.net/lists/listinfo/gambas-user -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot __

Re: [Gambas-user] Switching to GitLab

2017-08-29 Thread Adrien Prokopowicz
Thanks for the attention. Gianluigi It's right at the end of this section : http://gambaswiki.org/wiki/install#t6. Basically, 'git pull' is enough to update everything, you just have to re-run the compilation just like what it was with SVN. :-) -- Adrien Proko

Re: [Gambas-user] Switching to GitLab

2017-08-29 Thread Adrien Prokopowicz
th Git for building them ? If that's the case, I've already updated the installation instructions here : http://gambaswiki.org/wiki/install . Are these good ? If not, what do you think is missing, or needs to be changed ? Regards, -- Adrien Proko

Re: [Gambas-user] Switching to GitLab

2017-08-26 Thread Adrien Prokopowicz
thing or do we have to do something. Maybe something to add to your excellent guide. gbWilly It is not automatic : you have to manually fetch the changes from the Gambas repository, and then push them to your own. I just added a section on how to do that in the guide. :-) -- Adrien Proko

Re: [Gambas-user] Switching to GitLab

2017-08-25 Thread Adrien Prokopowicz
Le Thu, 24 Aug 2017 16:09:48 +0200, Adrien Prokopowicz <adrien.prokopow...@gmail.com> a écrit: Is Tobias working on this too ? I'm currently writing a guide here : http://gambaswiki.org/wiki/howto/contribute, but instead of making a masterclass on how git works, I directly describe

Re: [Gambas-user] CRYPT function - a little help please?

2017-08-25 Thread Adrien Prokopowicz
y to make real encryption in Gambas? If I wanted to encrypt some file with a password for instance, what would I do? Regards Rolf I've never used it, but I think you would have to take a look at gb.openssl and its Cipher class. -- Adrien Pr

Re: [Gambas-user] CRYPT function - a little help please?

2017-08-25 Thread Adrien Prokopowicz
Le Fri, 25 Aug 2017 11:32:36 +0200, Benoît Minisini <gam...@users.sourceforge.net> a écrit: Le 25/08/2017 à 11:22, Adrien Prokopowicz a écrit : I would like to put my two cents on this subject (although, disclaimer : I am not a professional in security). First of all, the documen

Re: [Gambas-user] CRYPT function - a little help please?

2017-08-25 Thread Adrien Prokopowicz
Here, as you can see, the MD5 hashes differ even though we used the same password, which is really useful if you want to store several passwords in a database. Although MD5 is still very bad for hashing passwords. -- Adrien Prokopowicz --

Re: [Gambas-user] gambas playground only runs in docker?

2017-08-25 Thread Adrien Prokopowicz
e (see the Dockerfile in the repo), which serves as a base image for the containers ran by the Playground Server. So, for short, what you need is *access* to the Docker daemon, some webserver to serve the static files, and of course a recent version of Gambas. -- Adrien Proko

Re: [Gambas-user] Switching to GitLab

2017-08-24 Thread Adrien Prokopowicz
ut it under a different path for now, but in the future those should be merged so there is only one guide (which will also end up on the CONTRIBUTING.md file in the repository). -- Adrien Prokopowicz -- Check out t

Re: [Gambas-user] [OFF TOPIC] Trouble creating gitLab account

2017-08-21 Thread Adrien Prokopowicz
ld fix your problem. -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___

Re: [Gambas-user] Switching to GitLab

2017-08-20 Thread Adrien Prokopowicz
master … or as a RSS feed here : https://gitlab.com/gambas/gambas/commits/master?format=atom If you have a Gitlab account, you can also configure it so it will send you email notifications when something happens on the repository.

Re: [Gambas-user] System informations report

2017-08-19 Thread Adrien Prokopowicz
t made it 4 times faster for me, does it help your case ? Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] Mailinglist

2017-08-19 Thread Adrien Prokopowicz
long-term investment, and requires continuous maintenance, so I don't think it is worth it. But if Christof can offer that hosting (as he already hosts other lists), I think it can be a good idea. :-) -- Adrien Prokopowicz

Re: [Gambas-user] Trunk update

2017-08-18 Thread Adrien Prokopowicz
s been made read-only. All of the updates are now on git. -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Adrien Prokopowicz
LVM_CONFIG=llvm-config-3.5 ./configure -C make && sudo make install Regards Gianluigi What errors were you getting ? The git pull command definitely works when new files are (re-)added, and I've been updating to the

Re: [Gambas-user] gambas install instructions

2017-08-18 Thread Adrien Prokopowicz
ver all versions (stable and development) in the compilation guide so it is easily found, rather than putting it in the contributing guide where most users will get lost. -- Adrien Prokopowicz -- Check out the vibran

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Adrien Prokopowicz
d just want to download the latest development version. :-) -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Adrien Prokopowicz
the results every time we tag a new release (we can also use it to distribute compiled binaries if we want). -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Adrien Prokopowicz
ss to contribute to the Gambas code anymore, you can do it through merge requests (the guide I'm writing covers what they are and how to use them). Of course, if you just want to get the source code, nothing is needed but the two commands above. :-) -- Ad

Re: [Gambas-user] XML - Display structure

2017-08-12 Thread Adrien Prokopowicz
xactly what the example I attached is. :-) -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] XML - Display structure

2017-08-12 Thread Adrien Prokopowicz
types using the Children property (not just Elements, which is what the ChildElements property does). The attached example gives a simple solution to your problem. Regards, -- Adrien Prokopowicz XmlTree-0.0.1.tar.gz Description: GNU Zip com

Re: [Gambas-user] XML - Property ReadFlags

2017-08-11 Thread Adrien Prokopowicz
Le Fri, 11 Aug 2017 00:37:02 +0200, Karl Reinl <karl.re...@fen-net.de> a écrit: Am Donnerstag, den 10.08.2017, 23:11 +0200 schrieb Adrien Prokopowicz: Le Thu, 10 Aug 2017 18:42:37 +0200, Hans Lehmann <h...@gambas-buch.de> a écrit: > Hello Adrian, >Thank you for this example

Re: [Gambas-user] XML - Property ReadFlags

2017-08-11 Thread Adrien Prokopowicz
00MB in size, which is already crazy for an XML Document). These are the only two reasons I see for actually using the XmlReader class. Otherwise, use the XmlDocument class, it is *way* simpler and more powerful. :) (I also wrote a page on the wiki explaining the differences here : http://gamb

Re: [Gambas-user] XML - Property ReadFlags

2017-08-10 Thread Adrien Prokopowicz
o True, setting them to true manually won't do anything. Here is an example, you can toggle the ReadFlags and see the result : https://gambas-playground.proko.eu/?gist=b90eeff3dacbec0548d01701f3c05133 -- Adrien Proko

Re: [Gambas-user] Read XML document directly ...

2017-08-08 Thread Adrien Prokopowicz
gambas-playground.proko.eu/?gist=6c7007550e512894f48c5228cf8068b1 Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Gambas-user] [CRASH REPORT] gbUDisk2

2017-08-07 Thread Adrien Prokopowicz
"].MountPoints 'works! Now you have a workaround, for until this is actually fixed. :) Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world'

Re: [Gambas-user] mediaplayer

2017-08-07 Thread Adrien Prokopowicz
ularly with the latest builds without any problem. Can you send us the project, maybe it's a problem with your code ? -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Gambas-user] Why is this code running twice?

2017-08-02 Thread Adrien Prokopowicz
] http://gambaswiki.org/wiki/comp/gb.qt4/drawingarea/cached [2] http://gambaswiki.org/wiki/comp/gb.qt4/drawingarea/refresh -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Gambas-user] why this could not be? error in runtime?

2017-07-28 Thread Adrien Prokopowicz
ver the playground's editor does match the parentheses correctly. :) Which Gambas version are you using ? There may be an old bug here. -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] textarea won't accept text

2017-07-28 Thread Adrien Prokopowicz
ideas? That looks like a bug. Can you send a project we can use to test this ? And if its a bug, your system's configuration will probably be needed too. Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community

Re: [Gambas-user] Gambas Playground

2017-07-19 Thread Adrien Prokopowicz
repository I linked was indeed private, that was not intended. It is now fixed, everyone should now be able to access it. Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world's most e

Re: [Gambas-user] Gambas Playground

2017-07-18 Thread Adrien Prokopowicz
em. And for the code, I just pushed it to a GitLab repository. You'll find it here : https://gitlab.com/prokopyl/gambas-playground Regards, -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the wor

Re: [Gambas-user] Gambas Playground

2017-07-16 Thread Adrien Prokopowicz
GitHub, create a Gist from there and then manually craft a link to the playground like this : https://gambas-playground.proko.eu/?gist=your_gist_id_here Hope this helps. :) [0] https://help.github.com/articles/deleting-an-anonymous-gist/ -- Adrien Proko

[Gambas-user] Gambas Playground

2017-07-15 Thread Adrien Prokopowicz
the VBScript one :p), but I think it is good enough to see some use. Tell me if you have some ideas to improve it, and have fun with it ! :) -- Adrien Prokopowicz -- Check out the vibrant tech community on one of the world'

Re: [Gambas-user] Class HtmlDocument

2017-06-23 Thread Adrien Prokopowicz
Le Thu, 08 Jun 2017 16:02:32 +0200, Adrien Prokopowicz <adrien.prokopow...@gmail.com> a écrit: Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com <adamn...@gmail.com> a écrit: On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann <h...@gambas-buch.de> wrote: H

Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread Adrien Prokopowicz
one I'd say. b Hi guys, sorry for the delay, I've been a bit busy and missed your email ! This is indeed a bug in gb.xml.html, I'm looking into fixing it ASAP. :) Regards, -- Adrien Prokopowicz -- Check out the vib

Re: [Gambas-user] Multiple top-level nodes with XmlDocument

2017-04-08 Thread Adrien Prokopowicz
inherit XmlNode. I think it is for compatibility reasons with the old gb.xml, but I have to re-check. In the meantime, you can work around this limitation like this : Dim doc As New XmlDocument doc.FromString("&q

Re: [Gambas-user] New component gb.rss to generate and parse RSS documents

2017-04-05 Thread Adrien Prokopowicz
er performance-wise to just always wrap their contents in a CDATA node, as their contents are not checked. As a side node, all these problems with the XmlReader & Writer are starting to annoy me quite a bit (as those are mostly regressions). I think I should bring back the u

Re: [Gambas-user] sourceforge , git and gitlab, time to switch to gitlab

2017-03-15 Thread Adrien Prokopowicz
all that non-existent authors are mentioned in commits (as they don't actually exist anywhere anyway). It will only prevent the front-end (GitHub, GitLab, etc.) to display the user icons, and it may mess up the stats a bit. But all of the history (commits and branches) is good

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Adrien Prokopowicz
section=forge=addcomment=$1 [QSA] And then, you can check the section and action parameters in your application to show the right page. :) Hope that answers some of your questions. :) Regards, -- Adrien Prokopowicz gambasfor

Re: [Gambas-user] IDE extensions?

2016-09-18 Thread Adrien Prokopowicz
teresting on the long-run. Again, sorry for the long post, and I would love to hear you on this. :-) Regards, -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

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

2016-09-13 Thread Adrien Prokopowicz
to spread the fix to the .GetAttribute() method, which works the same way. However, this raised a question to me : Shouldn't be GB.ReturnNewString() return null when either the length or the value is null, instead of just crashing ? Regards, -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

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

2016-03-08 Thread Adrien Prokopowicz
ttp://gambaswiki.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 ana

Re: [Gambas-user] xmlreader

2016-01-09 Thread Adrien Prokopowicz
#7571, can 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

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

2015-09-20 Thread Adrien Prokopowicz
sert(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] Gambas new icon

2015-09-18 Thread Adrien Prokopowicz
Le Sat, 19 Sep 2015 01:30:47 +0200, Benoît Minisini <gam...@users.sourceforge.net> 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 u

Re: [Gambas-user] Project templates

2015-09-18 Thread Adrien Prokopowicz
very confusing for less experimented developers who might not even know what Qt and GTK+ are. -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Project templates

2015-09-18 Thread Adrien Prokopowicz
Le Sat, 19 Sep 2015 03:51:01 +0200, Benoît Minisini <gam...@users.sourceforge.net> a écrit: > Le 19/09/2015 03:26, Adrien Prokopowicz a écrit : >> Le Fri, 18 Sep 2015 13:12:49 +0200, Benoît Minisini >> <gam...@users.sourceforge.net> a écrit: >> >>>

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread Adrien Prokopowicz
theme integration. - The 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. Regards, -- Adrien Proko

Re: [Gambas-user] The interview on FLOSS

2015-09-10 Thread Adrien Prokopowicz
of it by the end of the show. 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 --

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 <gambas...@gmail.com> a écrit: > 2015-09-07 10:31 GMT+02:00 Adrien Prokopowicz > <adrien.prokopow...@gmail.com>: >> Le Mon, 07 Sep 2015 09:12:18 +0200, Fabien Bodard <gambas...@gmail.com> >> a >> éc

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

2015-09-07 Thread Adrien Prokopowicz
also making it 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] This is some play around the Breeze theme

2015-09-07 Thread Adrien Prokopowicz
eeze. Note they also take pull 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 -

Re: [Gambas-user] Gambas Website Mockups

2015-09-03 Thread Adrien Prokopowicz
be directly visible in the 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 harder to read. Th

Re: [Gambas-user] Gambas Website Mockups

2015-09-01 Thread Adrien Prokopowicz
s, although I agree 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 link in th

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 17:28:03 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Le 22/08/2015 17:22, Adrien Prokopowicz a écrit : Le Sat, 22 Aug 2015 17:15:31 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: (Re-sending because attached files were too big

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
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 think they could get copied to the presentation paragraph. -- Adrien Prokopowicz

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
a lang attribute to the html-tag html lang=en As I said in my message, this is just a quick mockup, to agree on a style/design. But the final website will be fully responsive and properly tagged of course. :) -- Adrien Prokopowicz

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

2015-08-16 Thread Adrien Prokopowicz
, -- 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
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 better for you. -- Adrien Prokopowicz

Re: [Gambas-user] Revision: 7223 problems

2015-08-15 Thread Adrien Prokopowicz
, sorry ! -- 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
was actually the same. It should be fixed now in revision #7225. -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net

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

2015-08-15 Thread Adrien Prokopowicz
is local, can you provide some more info about the Qt and theme versions you are using ? -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

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

2015-08-14 Thread Adrien Prokopowicz
? -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
$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) But I agree that the error message is not very clear ... Regards, -- Adrien Prokopowicz

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
Le Thu, 13 Aug 2015 12:05:06 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Le Thu, 13 Aug 2015 11:19:09 +0200, Sprachschule Eilert eilert-sprac...@t-online.de 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
7212) : 212 212 212 212 212 2 Output (After 7212) : 211 212 212 212 212 1 -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https

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

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

Re: [Gambas-user] Problem Iconview Orientation Horizontal

2015-08-03 Thread Adrien Prokopowicz
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 comes back from his holidays. Regards, -- Adrien Prokopowicz

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

2015-08-02 Thread Adrien Prokopowicz
, with the structure of your database ? Regards, -- Adrien Prokopowicz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists

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 gam...@users.sourceforge.net 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, because normally

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

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

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 gam...@users.sourceforge.net a écrit: Le 01/08/2015 02:34, Adrien Prokopowicz a écrit : Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Hi, I have uploaded the Gambas 3.8.0 source package

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

2015-07-22 Thread Adrien Prokopowicz
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 Gambas website (when it isn't down, of course). -- Adrien Prokopowicz

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

2015-06-30 Thread Adrien Prokopowicz
interesting summaries about these (and others). Hope this helps, [0] http://choosealicense.com/ -- Adrien Prokopowicz -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools

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 gam...@users.sourceforge.net 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

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 gam...@users.sourceforge.net 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

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 gam...@users.sourceforge.net a écrit: Le 30/06/2015 01:08, Adrien Prokopowicz a écrit : Le Mon, 29 Jun 2015 04:38:41 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Le 29/06/2015 00:33, Adrien Prokopowicz a écrit : I just

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

2015-06-28 Thread Adrien Prokopowicz
]. 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 -- Monitor 25 network devices

Re: [Gambas-user] Bugs and feature requests

2015-06-25 Thread Adrien Prokopowicz
DBus events yet... [0] http://www.notmart.org/misc/statusnotifieritem/statusnotifieritem.html -- Adrien Prokopowicz -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network

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 eilert-sprac...@t-online.de 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 +0200, Benoît Minisini

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 gam...@users.sourceforge.net a écrit: Le 30/05/2015 21:42, Adrien Prokopowicz a écrit : Le Sat, 30 May 2015 20:23:17 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Hi, I'm currently testing the SVN import feature of github

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 gam...@users.sourceforge.net a écrit: Le 09/06/2015 04:21, Adrien Prokopowicz a écrit : Le Sat, 30 May 2015 21:55:04 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Le 30/05/2015 21:42, Adrien Prokopowicz a écrit : Le Sat

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

2015-05-30 Thread Adrien Prokopowicz
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 Gambas organization, do you plan to make one before importing the repository ? Regards, -- Adrien Prokopowicz

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 gam...@users.sourceforge.net 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

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

2015-05-28 Thread Adrien Prokopowicz
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.UTF-8 Memory=7902M

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 gam...@users.sourceforge.net 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 crashes. (See attached). I have

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

2015-05-19 Thread Adrien Prokopowicz
and 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

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 gam...@users.sourceforge.net 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 to find another

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

2015-05-13 Thread Adrien Prokopowicz
, 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 Description: GNU Zip

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 gam...@users.sourceforge.net 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 it used element

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 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 want

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

2014-12-05 Thread Adrien Prokopowicz
code:--- regards, Lewis Balentine [...] Hello Lewis, Revision #6711 should fix this problem. Can you confirm ? Regards, -- Adrien Prokopowicz -- Download BIRT iHub F-Type - The Free

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

2014-07-30 Thread Adrien Prokopowicz
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 your WinForms applications with our WinForms controls. Build

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

2014-06-24 Thread Adrien Prokopowicz
and without entities representations. Regards, -- Adrien Prokopowicz -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition

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 tabo...@gmail.com a écrit: Hi, I'm writing on behalf of a German Gambas user and I'm just giving his words without really knowing

Re: [Gambas-user] gb.xml unSerialize

2013-10-19 Thread Adrien Prokopowicz
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 gambas...@gmail.com a écrit: Le 19 oct. 2013 11:23, Caveat gam

  1   2   3   >