[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Mathias Bauer
On 15.04.2011 09:43, Carsten Driesner wrote: On 15.04.2011 09:24, Bernard Marcelly wrote: Hi Laurent, Disable Commands works with mnemonic commands, but not with slot id. I sent a dispatch with url "slot:26269" and it is still accepted. I suppose that in your case Calc still sends a slot id. N

[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Laurent Godard
Hi again issue is https://openoffice.org/bugzilla/show_bug.cgi?id=117862 i also gave the URL of the thread http://comments.gmane.org/gmane.comp.openoffice.devel.framework/274 And for my specific problem ? any hint ? is there an other way to disable commands like inserting sheets in calc through

[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Laurent Godard
Hi thanks a lot for your response >> I sent a dispatch with url "slot:26269" and it is still accepted. I >> suppose that in your case Calc still sends a slot id. >> ok >> Note that your macro should read : "do you want to ENABLE ..." ;-) right Bernard ;) too quick @carsten i'll open an issue

[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Carsten Driesner
On 15.04.2011 09:24, Bernard Marcelly wrote: Hi Laurent, Disable Commands works with mnemonic commands, but not with slot id. I sent a dispatch with url "slot:26269" and it is still accepted. I suppose that in your case Calc still sends a slot id. Note that your macro should read : "do you wa

[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Bernard Marcelly
Hi Laurent, Disable Commands works with mnemonic commands, but not with slot id. I sent a dispatch with url "slot:26269" and it is still accepted. I suppose that in your case Calc still sends a slot id. Note that your macro should read : "do you want to ENABLE ..." ;-) Bernard Message d