"if you really need a custom About dialog, you would need to change the 
MITK source code directly."
We already have our modified version of MITK so, as you said,  we will 
simply change the About page in the 2015.05.02 version.

Thank you for looking at the problem.

Nil

Le 2015-09-30 09:25, Kislinskiy, Stefan a écrit :
> Hi Nil,
>
> see bug #19340. I added you to Cc for that bug.
>
> Best,
> Stefan
>
> -----Original Message-----
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Freitag, 25. September 2015 19:50
> To: mitk-users@lists.sourceforge.net
> Subject: Re: [mitk-users] aboutAction
>
> Hi all,
>
> I tried again to see my About dialog and found a strange behavior.
> I do see my About dialog if I set this line to true:
> static bool USE_EXPERIMENTAL_COMMAND_CONTRIBUTIONS = false;
>
> But the Ctrl-O shortcut stops working because there are 2 registered actions 
> on the same hotkey.
> In fact, the shortcut works as long as I don't click on Open in the menu with 
> a mouse, after I see:
> "QAction::eventFilter: Ambiguous shortcut overload: Ctrl+O"
>
> I don't really want to activate experimental stuff but I need our own About 
> dialog.
> Anyone know how? Thank you.
>
> Nil
>
> Le 2015-09-21 09:39, Nil Goyette a écrit :
>> Hi all,
>>
>> I pulled MITK 2015.05.02 in our modified MITK branch and everything
>> still works except :) the About page. I heard the only necessary
>> change is to write this (and code the AboutHandler class) in the
>> plugin.xml of our plugin:
>> <extension point="org.blueberry.ui.handlers">
>>      <handler commandId="org.blueberry.ui.help.aboutAction"
>> class="AboutHandler"/>
>> </extension>
>>
>> Since it was working before the git pull, can someone confirm that
>> About extension is still working? Thank you.
>>
>> Nil

------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to