![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello together,
Situation: Writing a new e-mail with word as e-mail-editor. In this e-mail there is a commandbar of my program. A user position my commandbar in the same row as another commandbar (for example the "E-Mail-CommandBar"). The positon of my commandbar will be saved (Position, Rowindex, Left and Top) by the OnUpdate-Event. The next time the user opens an e-mail, the commandbar is on its correct position, but it seems the "E-Mail-Commandbar" does not like my commandbar and take its position in the next row. I think, the problem exists if my commandbar is positioned before the "E-Mail-CommandBar" exists. At this time the Inspector is not visible. How can I fix this problem? I tried to create my commandbar after the inspector is opend but there are two problems: 1. It takes some time to display the commandbar and 2. The commandbar always is floated :-( How can I fix this problem? I searched some time in this newsgroups but I didn`t find the right post. Thanks for any suggestions! -- EDV-Service Marchert [Peter Marchert] --------------------------------------- Homepage: http://www.marchert.de Rufnummernformatierung mit EditNumbers Kontakte per Mausklick mit ContactMaker |
Ads |
#2
|
|||
|
|||
![]()
You cannot control what addin gets a NewInspector event first, or an
Activate event within an Inspector event handler. You also can't control the order in which addins are initialized in OnConnection when Outlooks starts up. Those are non-deterministic events. Some addins just put their widgets wherever they feel like putting them, with no regard for other addins. Some don't even bother saving their last known positions so they are re-created at the same place. Not much you can do about that either. WordMail adds extra problems because of the limits on where you can add things or place things. About all you can do is wait for the first Word.WindowActivate event to fire on the Inspector's WordMail window, that's usually later than Inspector.Activate. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message oups.com... Hello together, Situation: Writing a new e-mail with word as e-mail-editor. In this e-mail there is a commandbar of my program. A user position my commandbar in the same row as another commandbar (for example the "E-Mail-CommandBar"). The positon of my commandbar will be saved (Position, Rowindex, Left and Top) by the OnUpdate-Event. The next time the user opens an e-mail, the commandbar is on its correct position, but it seems the "E-Mail-Commandbar" does not like my commandbar and take its position in the next row. I think, the problem exists if my commandbar is positioned before the "E-Mail-CommandBar" exists. At this time the Inspector is not visible. How can I fix this problem? I tried to create my commandbar after the inspector is opend but there are two problems: 1. It takes some time to display the commandbar and 2. The commandbar always is floated :-( How can I fix this problem? I searched some time in this newsgroups but I didn`t find the right post. Thanks for any suggestions! -- EDV-Service Marchert [Peter Marchert] --------------------------------------- Homepage: http://www.marchert.de Rufnummernformatierung mit EditNumbers Kontakte per Mausklick mit ContactMaker |
#3
|
|||
|
|||
![]()
Hello Ken,
thanks for your answer. To wait for the first Word.WindowActivate event I have at this time no time to test it, but perhaps in the future I will try this - thanks. Peter Ken Slovak - [MVP - Outlook] schrieb: You cannot control what addin gets a NewInspector event first, or an Activate event within an Inspector event handler. You also can't control the order in which addins are initialized in OnConnection when Outlooks starts up. Those are non-deterministic events. Some addins just put their widgets wherever they feel like putting them, with no regard for other addins. Some don't even bother saving their last known positions so they are re-created at the same place. Not much you can do about that either. WordMail adds extra problems because of the limits on where you can add things or place things. About all you can do is wait for the first Word.WindowActivate event to fire on the Inspector's WordMail window, that's usually later than Inspector.Activate. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message oups.com... Hello together, Situation: Writing a new e-mail with word as e-mail-editor. In this e-mail there is a commandbar of my program. A user position my commandbar in the same row as another commandbar (for example the "E-Mail-CommandBar"). The positon of my commandbar will be saved (Position, Rowindex, Left and Top) by the OnUpdate-Event. The next time the user opens an e-mail, the commandbar is on its correct position, but it seems the "E-Mail-Commandbar" does not like my commandbar and take its position in the next row. I think, the problem exists if my commandbar is positioned before the "E-Mail-CommandBar" exists. At this time the Inspector is not visible. How can I fix this problem? I tried to create my commandbar after the inspector is opend but there are two problems: 1. It takes some time to display the commandbar and 2. The commandbar always is floated :-( How can I fix this problem? I searched some time in this newsgroups but I didn`t find the right post. Thanks for any suggestions! -- EDV-Service Marchert [Peter Marchert] --------------------------------------- Homepage: http://www.marchert.de Rufnummernformatierung mit EditNumbers Kontakte per Mausklick mit ContactMaker |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Message Window Problem (word as editor) | Tom at GSD | Add-ins for Outlook | 8 | October 10th 06 04:11 PM |
Problem using word as email editor | Zaphod2003 | Outlook and VBA | 3 | September 27th 06 02:29 AM |
Using Word as E-mail Editor | Kevin | Outlook - General Queries | 2 | September 15th 06 02:14 AM |
Custom CommandBar in Wordmail Editor. | Sanjay | Add-ins for Outlook | 0 | May 31st 06 10:11 PM |
I cannot pick Word as my Outlook 2003 e-mail editor. | pelican1960 | Outlook - Installation | 2 | February 9th 06 10:59 PM |