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

2017-09-24 Thread Adrien Prokopowicz
r 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 s

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

2017-09-02 Thread Adrien Prokopowicz
mes 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 -- Check out the vibrant tech com

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

2017-09-01 Thread Adrien Prokopowicz
https://lists.sourceforge.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
. 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. :-) -- Adr

Re: [Gambas-user] Switching to GitLab

2017-08-29 Thread Adrien Prokopowicz
? 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, -- Adr

Re: [Gambas-user] Switching to GitLab

2017-08-26 Thread Adrien Prokopowicz
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 Prokopowicz

Re: [Gambas-user] Switching to GitLab

2017-08-25 Thread Adrien Prokopowicz
Le Thu, 24 Aug 2017 16:09:48 +0200, Adrien Prokopowicz 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 how to contribute to the G

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

2017-08-25 Thread Adrien Prokopowicz
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 Pro

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 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 documentation of gb.crypt is completely wrong

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

2017-08-25 Thread Adrien Prokopowicz
re, 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 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. -- Adr

Re: [Gambas-user] Switching to GitLab

2017-08-24 Thread Adrien Prokopowicz
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 the vibrant tech community on one of the

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

2017-08-21 Thread Adrien Prokopowicz
. Screenshot02 shows page after trying to register with error. Anyone have this experience? gbWilly There is a captcha you need to fill in order to register, but it is probably blocked by your ad blocker. Try to disable it temporarily and refresh the page, that should fix your problem. -- Adrien

Re: [Gambas-user] Switching to GitLab

2017-08-20 Thread Adrien Prokopowicz
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. -- Adrien Prokopowicz --

Re: [Gambas-user] System informations report

2017-08-19 Thread Adrien Prokopowicz
aster 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.lin

Re: [Gambas-user] Mailinglist

2017-08-19 Thread Adrien Prokopowicz
r 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
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/sla

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Adrien Prokopowicz
nfig-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 latest versions using it without a problem. -- Adrien Prokopowicz -

Re: [Gambas-user] gambas install instructions

2017-08-18 Thread Adrien Prokopowicz
evelopment) 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 vibrant tech community on one of the wo

Re: [Gambas-user] Switching to GitLab

2017-08-18 Thread Adrien Prokopowicz
Le Wed, 16 Aug 2017 23:14:54 +0200, Benoît Minisini a écrit: Le 16/08/2017 à 21:30, Adrien Prokopowicz a écrit : Le Wed, 16 Aug 2017 18:30:03 +0200, Benoît Minisini via Gambas-user a écrit: It's because the download tool of GitLab downloads everything (especially the 'M

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Adrien Prokopowicz
d 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.lin

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Adrien Prokopowicz
s 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 enga

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Adrien Prokopowicz
as 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. :-) -

Re: [Gambas-user] XML - Display structure

2017-08-12 Thread Adrien Prokopowicz
ple 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/slashdot ___ G

Re: [Gambas-user] XML - Display structure

2017-08-12 Thread Adrien Prokopowicz
en 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 comp

Re: [Gambas-user] XML - Property ReadFlags

2017-08-11 Thread Adrien Prokopowicz
Le Fri, 11 Aug 2017 00:37:02 +0200, Karl Reinl 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 a écrit: > Hello Adrian, >Thank you for this example in the playground. Now I can successfully > work

Re: [Gambas-user] XML - Property ReadFlags

2017-08-11 Thread Adrien Prokopowicz
hich 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://gambaswiki.org

Re: [Gambas-user] XML - Property ReadFlags

2017-08-10 Thread Adrien Prokopowicz
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 Prokopowicz -- Check ou

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

2017-08-08 Thread Adrien Prokopowicz
/?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/sla

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

2017-08-07 Thread Adrien Prokopowicz
ts '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's most engaging tech sites, Slashdot.org! ht

Re: [Gambas-user] mediaplayer

2017-08-07 Thread Adrien Prokopowicz
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 sites, Slashdot

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

2017-08-02 Thread Adrien Prokopowicz
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 sites, Slas

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

2017-07-28 Thread Adrien Prokopowicz
g trouble matching the parentheses. I also tried it on the playground (which also uses 3.10) and it works fine : https://gambas-playground.proko.eu/?gist=97ed16795393aa3b68913025e5d2b83c . However the playground's editor does match the parentheses correctly. :) Which Gambas version are y

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

2017-07-28 Thread Adrien Prokopowicz
end 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 on one of the world's most enga

Re: [Gambas-user] Gambas Playground

2017-07-19 Thread Adrien Prokopowicz
ended. 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 engaging tech sites, Slashdot.org! http://sdm.lin

Re: [Gambas-user] Gambas Playground

2017-07-18 Thread Adrien Prokopowicz
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 world

Re: [Gambas-user] Gambas Playground

2017-07-16 Thread Adrien Prokopowicz
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 P

[Gambas-user] Gambas Playground

2017-07-15 Thread Adrien Prokopowicz
or, instead of using 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

Re: [Gambas-user] Class HtmlDocument

2017-06-23 Thread Adrien Prokopowicz
Le Thu, 08 Jun 2017 16:02:32 +0200, Adrien Prokopowicz a écrit: Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com a écrit: On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann wrote: Hello, why creates the following source text: Public Sub btnCreateHTMLDocument_Click() Dim

Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread Adrien Prokopowicz
ay, 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 vibrant tech community on one of th

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

2017-04-08 Thread Adrien Prokopowicz
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("") doc.Root.TextContent = "Hello world" Print doc.ToString() 'Correct

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

2017-04-05 Thread Adrien Prokopowicz
7;s better 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

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

2017-03-15 Thread Adrien Prokopowicz
mits (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

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

2017-03-13 Thread Adrien Prokopowicz
p;action=addcomment&id=$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 gambasforge.conf Description: Binary data -

Re: [Gambas-user] IDE extensions?

2016-09-18 Thread Adrien Prokopowicz
e) ? I think the nicest way to do this is to create a separate "plugin" project type, with an extra parameter to inform the compiler about the targeted application, which could then be used by the IDE. I think that's all I have. It sure is much more complex than your proposition Ben

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

[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.

[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

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

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

[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.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

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

  1   2   3   >