Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:25:57AM +0200, Lars Gullik Bjønnes wrote: > Exactly _no_ output from anyting..., so activated is never invoked. Very odd. http://doc.trolltech.com/3.0/qmenubar.html#activated What Qt version are you using ? > But I managed to get a crash from: > a) open the

Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:17:15AM +0200, Lars Gullik Bjønnes wrote: > | Add a printk or set your debugger to QtView.C:126 > > Hmm I can't find this kernel file... Er, "oops". Geddit ? Switching between user and kernel modes always leads to cognitive dissonance like this ... john -- "Take th

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote: | | > John Levon <[EMAIL PROTECTED]> writes: | > | > | I was talking crap, the code for handling menu activations is in | > | QtView.C#65 | > | | > | So Lars, you need to see if this s

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Add a printk or set your debugger to QtView.C:126 Hmm I can't find this kernel file... -- Lgb

Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | I was talking crap, the code for handling menu activations is in > | QtView.C#65 > | > | So Lars, you need to see if this slot (activated(int)) is getting > | invoked. If it's not

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I was talking crap, the code for handling menu activations is in | QtView.C#65 | | So Lars, you need to see if this slot (activated(int)) is getting | invoked. If it's not - no idea ... Ok, where do I check that? -- Lgb

Qt 3 and menu items

2002-09-05 Thread John Levon
I was talking crap, the code for handling menu activations is in QtView.C#65 So Lars, you need to see if this slot (activated(int)) is getting invoked. If it's not - no idea ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapi