Re: [Gambas-user] OO design problem?

2016-08-30 Thread adamn...@gmail.com
On Mon, 29 Aug 2016 01:13:01 +0300 Jussi Lahtinen wrote: > > It's not unnecessary in fact. Imagine if a children not implement the > > property... then it's the property in the parent that is readed. > > > > Yes I know, but in my case it is unnecessary. > But if I

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #7 by Benoît MINISINI: It should be fixed in revision #7880. For your compatibility level, it's another story. So please create another issue. Benoît MINISINI changed the state of the bug to: Fixed.

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #15 by Benoît MINISINI: Thanks. Merged in revision #7878. Benoît MINISINI changed the state of the bug to: Fixed. --

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 17:13 schrieb Benoît Minisini: > So you will be surely a source of knowledge for me in the near future. :-) Cool. Would be an honour for me to help. :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #14 by PICCORO LENZ MCKAY: yeah works and now the attached example by Ron does not crash! here the pacht, and sorry its a workaround but works: --- gtextarea.cpp.old +++ gtextarea.cpp @@ -155,6 +155,22 @@ }; #else +

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 17:22 schrieb PICCORO McKAY Lenz: > u dont undestand clarelly Christof.. i mean use the svn-git brigde to > commit to git by the svn commands of the ide! men please! dont see it? Sure, I understood. But I do not use versioning in the IDE. And I do not use Svn any more. If I have

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #13 by PICCORO LENZ MCKAY: i found a solution, redefine the function only if detected version are minor? #define g_signal_handlers_disconnect_by_data(instance, data) \ g_signal_handlers_disconnect_matched ((instance),

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #12 by PICCORO LENZ MCKAY: nop still got segfault, but the g_signal_handlers_disconnect_by_data seems will crash algo in my debian unstable before wheeze, this made will gambas 3.9 not available for some winbuntu distros..

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #11 by PICCORO LENZ MCKAY: benoit, ron, maybe as is?: g_signal_handlers_disconnect_by_func(gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)), NULL, this); i'll test and later report feedback

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #10 by Benoît MINISINI: I think so, I will see. This is a common practice of glib and gtk+ of having a version 2 or 3 and half of the expected API still missing.

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #9 by PICCORO LENZ MCKAY: hi benoit and Ron, i recompiled with the uncommented an now got this error: gtextarea.cpp: In destructor ‘virtual gTextArea::~gTextArea()’: gtextarea.cpp:515: error:

Re: [Gambas-user] OO design problem?

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 18:20 schrieb Fabien Bodard: >> Yes, but in my case I also need corresponding private Variables, >> which hold the data. > I think this can be added but the problem is to manage anybody > variable calling. Yes, I think this should not be done by default. Often a property value

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #6 by PICCORO LENZ MCKAY: benoit the other error maybe its produced by the compat level, due the process do not terminate property, u can tell me where are defined the compat level to try mae more test by my side? if i

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #8 by Ron KLINKIEN: Thanks! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #4 by Benoît MINISINI: I don't get a segfault, but a "normal" error message... Benoît MINISINI changed the state of the bug to: Opened. --

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #5 by Benoît MINISINI: ...ah ok, got the segfault when the IDE terminates. It should be a memory corruption somewhere then... Benoît MINISINI changed the state of the bug to: Accepted.

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #3 by Benoît MINISINI: Please don't mix different issues in the same report. Open another bug report! --

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #7 by Benoît MINISINI: My bad, I have commented the fix without any reason before releasing 3.9. Now it should be fixed in revision #7877, and you will get the fix in 3.9.1. Benoît MINISINI changed the state of the bug to:

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- PICCORO LENZ MCKAY added an attachment: Login-0.0.1.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #2 by PICCORO LENZ MCKAY: with any package, ... i see some outputs, using gambas 3.8 dont crash but either got deb package, seems compat level are too high, where i can modify this for my own purposes in case of this are not

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- Comment #1 by Benoît MINISINI: Please provide your entire project. Benoît MINISINI changed the state of the bug to: NeedsInfo. --

[Gambas-user] [Gambas Bug Tracker] Bug #987: gb.dbus insert application process id to bus and interface name.

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.987=L21haW4- Comment #1 by Benoît MINISINI: For the bus name, it's normal, but not for the interface name. As a temporary workaround, you can override the defaut name with the DBus.Name property. Benoît MINISINI changed the state of the bug to:

[Gambas-user] [Gambas Bug Tracker] Bug #990: gambas crash when make deb package from idewith seg fault

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.990=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary --- gambas crash when make deb package from idewith seg fault Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-30 Thread PICCORO McKAY Lenz
u have a lot of great apps made in gambas and for gambas there! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 13:42 GMT-04:00 Patrik Karlsson : > 2016-08-28 11:34 GMT+02:00 Gianluigi : > > > Hello Patrik, > > thanks for

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-30 Thread Patrik Karlsson
2016-08-28 11:34 GMT+02:00 Gianluigi : > Hello Patrik, > thanks for the reply. > Unfortunately I have not understood how I can get your iconv frontend. > Regard > Gianluigi > > > If you dont use git you can download a zip with

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #30 by PICCORO LENZ MCKAY: ok, i can see now the changes around the lasted commit, now openssl > 1.0.0 was required, but if u can made the patch and permit openssl 0.9.8 as last version of gambas compiles, will help many

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #29 by Tobias BOEGE: You have to excuse my close-mindedness, but all the code you reintroduced is guarded inside #if OPENSSL_VERSION_NUMBER <= 0x0090821fL #endif and the change of Tyrone would make the #if

Re: [Gambas-user] OO design problem?

2016-08-30 Thread Fabien Bodard
2016-08-30 12:18 GMT+02:00 Christof Thalhofer : > Am 29.08.2016 um 09:20 schrieb Fabien Bodard: > >> In the IDE if you write : >> >> Property MyProp As Integerand validate >> >> >> The all the stuff (_Read, _Write) is automagiquely added at the end of the >> file >> >>

[Gambas-user] [Gambas Bug Tracker] Bug #989: web.form component does not compile on ARM (Fedora)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.989=L21haW4- Benoît MINISINI changed the state of the bug to: Duplicate. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #988: gb.form.terminal compilation cores when running on Raspberry Pi (3)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.988=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #28 by PICCORO LENZ MCKAY: a want to paste a funny case .. due the hmac make it noise about 2008 funny case: http://imgs.xkcd.com/comics/security_holes.png

[Gambas-user] [Gambas Bug Tracker] Bug #989: web.form component does not compile on ARM (Fedora)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.989=L21haW4- Comment #1 by Tom CALLAWAY: Sorry. Should have been "form.terminal", not web.form. -- ___ Gambas-user mailing

[Gambas-user] [Gambas Bug Tracker] Bug #989: web.form component does not compile on ARM (Fedora)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.989=L21haW4- Tom CALLAWAY added an attachment: build.log -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #27 by PICCORO LENZ MCKAY: hi tobias, yes, reintroduced that, but as i said, some openssl are buggy and does or does not contains.. make it inline we are sure that the portion of the code works as expected i think and

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #25 by Tobias BOEGE: Tyrone: >#if OPENSSL_VERSION_NUMBER <= < 0x1L What is this even supposed to mean? Is there a valid interpretation of "number <= < number" in the preprocessor?

[Gambas-user] [Gambas Bug Tracker] Bug #989: web.form component does not compile on ARM (Fedora)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.989=L21haW4- Tom CALLAWAY reported a new bug. Summary --- web.form component does not compile on ARM (Fedora) Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Unknown Description

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #26 by Tyrone LUCERO: sorry, type mistake! not so big! men! >#if OPENSSL_VERSION_NUMBER <= 0x1L --

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #24 by Tobias BOEGE: Christof: Thanks for the article. But now I'm feeling even more dizzy. Piccoro: Your patch now re-introduces exactly the functions which I removed in revision #7876 and writes "inline" before their

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #23 by Tyrone LUCERO: hi, the pacth works for 1.1 and 0.9 but for 1.0 does not, but a simple change, i think with the mckay's patch --- c_digest.c.old +++ c_digest.c @@ -144,7 +144,7 @@ * The *_new() and *_free()

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #22 by PICCORO LENZ MCKAY: hi Thal, thanks for the article, interesting, i read some of the article! seems the hmac funtions related theres's not tests that certified that are right! for the future, i recomended rewrite the

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread PICCORO McKAY Lenz
u dont undestand clarelly Christof.. i mean use the svn-git brigde to commit to git by the svn commands of the ide! men please! dont see it? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 11:02 GMT-04:00 Christof Thalhofer : > Am 30.08.2016 um

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Benoît Minisini
Le 30/08/2016 à 17:02, Christof Thalhofer a écrit : > Am 30.08.2016 um 16:51 schrieb PICCORO McKAY Lenz: > >> in the meantime, u can use the git-svn brigde provided by github/gitlab or >> by the linux package itselft to made that > > Thank you, but I don't use SVN any more for my projects, only

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #21 by C THAL: Unfortunately I do not have it in english, but here is a comment from the german hacker Fefe about OpenSSL 1.1 breaking software: https://blog.fefe.de/?ts=a93f56bb Maybe it is helpful for Tobi as he is

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #20 by Tobias BOEGE: >From reading your patch: >#if OPENSSL_VERSION_NUMBER <= 0x0090821fL This line does not exist in the revision #7876 [1], which I explicitely asked you to test. Your patch applies to an older revision.

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 16:51 schrieb PICCORO McKAY Lenz: > in the meantime, u can use the git-svn brigde provided by github/gitlab or > by the linux package itselft to made that Thank you, but I don't use SVN any more for my projects, only Git. Git is easier to handle. :-) I use Git from commandline

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #6 by Ron KLINKIEN: Thanks for confirming, 3.8.4 is fine, correct. I noticed it while running my program with 3.9 beta, then distilled a sample project to isolate the issue. Having this bug is a big showstopper for my

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread PICCORO McKAY Lenz
in the meantime, u can use the git-svn brigde provided by github/gitlab or by the linux package itselft to made that Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 1:47 GMT-04:00 Christof Thalhofer : > Hello Benoît, > > Am 28.08.2016 um 13:32

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #5 by PICCORO LENZ MCKAY: hey Ron, Benoit, i tested with both versions of gambas, 3.8 and 3.9 with 3.9 got crash signal 11 confirmed, but in 3.8 not got.. with gambas 3.8.4 works perfect! i noted that if u clicked too fast

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #19 by PICCORO LENZ MCKAY: i revised some portions of the code, but as i mention i'm not expert, if hmac related are not related, the patch provided by me solves the problem... now i tested with others gambas version (3.7

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #18 by Tobias BOEGE: I remember vaguely to be surprised too when I switched my openssl version some time ago and the test suddenly failed like above. They probably changed some default in the openssl utility? When I run the

[Gambas-user] [Gambas Bug Tracker] Bug #988: gb.form.terminal compilation cores when running on Raspberry Pi (3)

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.988=L21haW4- Alexander KUIPER reported a new bug. Summary --- gb.form.terminal compilation cores when running on Raspberry Pi (3) Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Unknown

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.984=L21haW4- Comment #16 by PICCORO LENZ MCKAY: i forgot the patch: --- c_digest.c.old +++ c_digest.c @@ -145,7 +145,7 @@ * there. */ #if OPENSSL_VERSION_NUMBER <= 0x0090821fL -static int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) +inline int

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #4 by Ron KLINKIEN: This one does; (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe4b3d700

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #3 by Ron KLINKIEN: Another run with compiler opt disabled, but doesn't show mush more; (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Ron KLINKIEN added an attachment: BugHttpGet-0.0.3.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Comment #2 by Ron KLINKIEN: Compiled latest code, but still has the issue, when running program, click 4-5 times on test and click on X to close. Cannot add attachments on ticket in fixed state, but have screenshot of Ubuntu report

[Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- Ron KLINKIEN added an attachment: Screenshot from 2016-08-30 14-36-45.png -- ___ Gambas-user mailing list

Re: [Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread Benoît Minisini
Le 30/08/2016 à 13:54, Ron a écrit : > I just downloaded and compiled release code, and still have this issue > with supplied example project. > Can I just update ticked (status is fixed now)? > It works there. Please check that you compiled everything correctly. Then, if you still have a

Re: [Gambas-user] [Gambas Bug Tracker] Bug #979: gtk_text_buffer_get_insert () signal 11

2016-08-30 Thread Ron
I just downloaded and compiled release code, and still have this issue with supplied example project. Can I just update ticked (status is fixed now)? 2016-08-22 21:03 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.979=L21haW4- > > Comment #1 by Benoît

Re: [Gambas-user] OO design problem?

2016-08-30 Thread Christof Thalhofer
Am 29.08.2016 um 09:20 schrieb Fabien Bodard: > In the IDE if you write : > > Property MyProp As Integerand validate > > > The all the stuff (_Read, _Write) is automagiquely added at the end of the > file > > You just have to validate at the end of the property declaration line