Re: Ruby Bindings Animator problem

2009-01-19 Thread Richard Dale
On Wed, Jan 7, 2009 at 10:02 AM, 0xDeadC0de wrote: > hmm > > All I know that makes it special is the animator is a singleton class, > the self() function returns the instance and probably allocates a new > one Yes, it turned out that the bindings code generation in the Smoke library for Singleto

Re: Ruby Bindings Animator problem

2009-01-07 Thread 0xDeadC0de
hmm All I know that makes it special is the animator is a singleton class, the self() function returns the instance and probably allocates a new one Lots here, First the results of the test app, then the test app below it Along with what debugging info I could get ..,, sorry my symbols are inco

Re: Ruby Bindings Animator problem

2009-01-06 Thread Richard Dale
On Tue, Jan 6, 2009 at 5:38 AM, 0xDeadC0de wrote: > I was hopeing someone (Rdale maybe? ;) could help me with this one, when I > try: > > class GloweyLabel < Plasma::Label >slots 'linkHovered()', >def initialize(par=nil) >super nil >Qt::Object.con

Re: Ruby Bindings Animator problem

2009-01-05 Thread Aaron J. Seigo
On Monday 05 January 2009, 0xDeadC0de wrote: > It crashes quickly after a linkHovered event. hmm backtrace? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software signature.asc Description: This

Ruby Bindings Animator problem

2009-01-05 Thread 0xDeadC0de
I was hopeing someone (Rdale maybe? ;) could help me with this one, when I try: class GloweyLabel < Plasma::Label slots 'linkHovered()', def initialize(par=nil) super nil Qt::Object.connect(self.nativeWidget, SIGNAL("linkHovered(QString)"), self,