Re: [Gambas-user] Issue 311 in gambas: Object.GetProperty is mangling objects

2012-08-15 Thread gambas
Comment #2 on issue 311 by adamn...@gmail.com: Object.GetProperty is mangling objects http://code.google.com/p/gambas/issues/detail?id=311 I also just noticed that the properties that get mangled are the ones that are not derived from the database. Pics attached. Attachments: before

Re: [Gambas-user] Issue 311 in gambas: Object.GetProperty is mangling objects

2012-08-15 Thread gambas
Comment #1 on issue 311 by adamn...@gmail.com: Object.GetProperty is mangling objects http://code.google.com/p/gambas/issues/detail?id=311 Oops. Is the automatic dump any use? Here it is. Attachments: gvwprobdump.txt 11.3 KB ---

[Gambas-user] Issue 311 in gambas: Object.GetProperty is mangling objects

2012-08-15 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Other Arch-Any Desktop-Any GUI-Any New issue 311 by adamn...@gmail.com: Object.GetProperty is mangling objects http://code.google.com/p/gambas/issues/detail?id=311 1) Describe the problem. Possible bug? Very hard to

Re: [Gambas-user] Menu children shown even if parent is disabled

2012-08-15 Thread Benoît Minisini
Le 13/08/2012 16:53, Emanuele Sottocorno a écrit : > When a Menu is disabled the event Click isn't raised. But if you click > on a closed enabled menu and then move the mouse over the disabled one > it's children pop-ups. Is this correct? > The attached project show the behaviour. Click on the Menu

Re: [Gambas-user] just a question about editor-bookmarks

2012-08-15 Thread Benoît Minisini
Le 15/08/2012 10:21, Fabien Bodard a écrit : > There is years ... Now we wait for that :-) Finally done in revision #5045. Regards, -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover

[Gambas-user] Error in Gambas IDE after rev. 5044 :-(

2012-08-15 Thread Ru Vuott
Hello, I'ld like to communicate that after updating my Gambas-3 with rev. 5044, when I launch **any** project from Gambas IDE, I receive this error message: [11] Unknown symbol 'Current' in class '.Editor.Line'.FEditor.Editors_Cursor.450 :-( Regards Vuott -

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-15 Thread Benoît Minisini
Le 15/08/2012 20:22, Benoît Minisini a écrit : > > 1) Please: can you recompile gb.qt4 component with no optimization? > > $ cd /trunk/gb.qt4 > $ make clean > $ make "CFLAGS=-O0 -g -ggdb" "CXXFLAGS=-O0 -g -ggdb" > $ sudo make install > > 2) Then send me the backtrace of the crash again. > > 3) If p

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-15 Thread Benoît Minisini
Le 15/08/2012 20:09, Ricardo Díaz Martín a écrit : > When the IDE crash you can see 'core' was generated (but I > don't know where is it to attach to this mail). > Your core file would be too big and useless for me, because the information must be extracted from the same machine that made the co

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-15 Thread Benoît Minisini
Le 15/08/2012 20:09, Ricardo Díaz Martín a écrit : > Hi, > > After some days waiting for the delivery I got new wacom bamboo pen. > > I was doing some test using the attached project and I got some > crash (project and IDE). > > I you move the tablet pen to the screen limits then you got a signal >

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-08-15 Thread Ricardo Díaz Martín
Hi, After some days waiting for the delivery I got new wacom bamboo pen. I was doing some test using the attached project and I got some crash (project and IDE). I you move the tablet pen to the screen limits then you got a signal 22 and a segment fault. You got it when you are running the app a

Re: [Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Ron
+1 Op 15 aug. 2012 17:23 schreef "Benoît Minisini" < gam...@users.sourceforge.net> het volgende: > Le 15/08/2012 17:07, Ru Vuott a écrit : > >> In revision #5041, I started to implement automatic declaration of > >> undeclared local variable. > > > >> There is a new option to disable this feature

Re: [Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Ru Vuott
> > Mmm... ok. > > -- > Benoît Minisini > > This is very sensible of you, Benoît ! Bye Vuot -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscap

Re: [Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Benoît Minisini
Le 15/08/2012 17:07, Ru Vuott a écrit : >> In revision #5041, I started to implement automatic declaration of >> undeclared local variable. > >> There is a new option to disable this feature if you want. > > > Hello, > I must say that I disagree with this new feature of Gambas IDE, because the > e

[Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Ru Vuott
> In revision #5041, I started to implement automatic declaration of > undeclared local variable. > There is a new option to disable this feature if you want. Hello, I must say that I disagree with this new feature of Gambas IDE, because the error is a possibility, and indeed an event, the solu

Re: [Gambas-user] rev 5040 make fails ("32 bit error again")

2012-08-15 Thread Bruce
On Wed, 2012-08-15 at 07:43 +0930, Bruce wrote: > Perhaps it would make more sense if I attached the right output file. > > Sorry about that. > > Bruce Solved! Some packager made a typo in the the RPM manifest for a gtk library I updated yesterday. It took me several hours to see it. Sorry ab

Re: [Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Fabien Bodard
I think the kdevellop way is better... It just purpose via a kind of status bar and key shortcuts. For example if you say s = str(s) you know it's a string, but you can't know if it is global privatepublic static ? so the editor need to purpose : Static public s as string Static private s as

Re: [Gambas-user] just a question about editor-bookmarks

2012-08-15 Thread Fabien Bodard
There is years ... Now we wait for that :-) Le 14 août 2012 23:58, "Benoît Minisini" a écrit : > Le 14/08/2012 23:45, Karl Reinl a écrit : > > Salut Benoît, > > > > while missing bookmarks in the gambas IDE editor, I use the breakpoints > > which work like a charm for that. > > So my question is,