Find an existing COM-Addin (excel) and update it - comaddin

I get all existing COM-Addins in Excel by using " Globals.ThisAddIn.Application.COMAddIns".
In my case, I have 8 COM-AddIns. 2 of them (A and B) are from my solutions and they are displayed in two different custom Ribbons with the same name. As I have mentioned, they are coming from different solutions.
I'm using Ribbon.designer and I would need to customize these 2 Ribbon in order to have only ONE Ribbon with Groups and Buttons from both (I don't want to use TabAddIns Office Built-In).
I am not able to access to Ribbon A (and customize it) if I'm running the solution of Ribbon B and vice-versa.
Do any of you guys know if that's possible?
See the image in order to understand better.
It has been done once Excel is open and I want to do it at run-time:
https://www.dropbox.com/s/sba5pskuzh6hbe9/Image.jpg
Many thanks in advance

Related

google-analytics How to view multiple websites in one single account

I´m new on this of Analytics, and I need help on something pretty basic... I have a Demo Account where I noticed the view has 3 different IDs (websites), but all of their stats are shown in one single view.. I have 5 Websites right now on my GA, but I can´t go through making all 5 websites stats to be in one single view.. Any help on this? How can I organise them?
Thanks
Usually you place each website in a separate property. Each property has its own tracking code that you would place on the corresponding site. Instructions for setting up a property can be found here.

How to highlight Outlook contacts

Is there a way how to display some contacts from Outlook's contact list in different manner?
So far I've seen, that there is quite some customization available for Office applications, however I haven't seen anything even remotely close to this functionality.
No, there is no way to display Outlook contacts in a different color.
Well, indeed this is what I found - it is possible only via adding of the new AutoFormatRule to the Outlook.TableView.
Sample code would be something like:
Outlook.AutoFormatRule autoFormatRule = tableView.AutoFormatRules.Add("My own rule");
autoFormatRule.Font.Bold = true;
autoFormatRule.Font.Strikethrough = true;
autoFormatRule.Filter = <filtering>;
tableView.Save();
tableView.Apply();
For filling in 'filtering' part one can use DASL Queries
But I still need to figure out what to do with the non-list views.
I can suggest only one possible way - replace the default folder view with a custom form where you can display entries in the way you need. See Creating Adjacent Windows In Outlook for more information.
Also you may consider using Add-in Express. They provide such layouts out of the box. See Advanced Outlook view and form regions.
Note, you can use any .net controls on top of custom forms.

howto create a devexpress GanttView like MsProject, with auto layout of dependencies

I really need help for creating a DevExpress XAF Windows application having a GanttView with special abilities including;
auto arranging of dependent appointments
resizing on holidays/not working times
hiding holidays/not working times, showing only working time intervals
please help, thanks in advance.
I will probably get hit with a stick over the head for "me too answer" but I have this task on my list for near future as I am working on something that needs to offer this functionality.
This is how I was going to approach this:
1. create BO to hold project definition or a query of some sort. Goo example to follow is how report module BOs are stored in the database.
2. create win or/and web editor for this type of business object.
3. the editor will contain either chart form charts module or scheduler view in gantt mode (depending on what you need)
As i get to this task myself I can provide more details or share an example.
here are some links to look at:
`
[http://www.devexpress.com/Support/Center/Question/Details/Q357411]
`
Main consideration for choices you have to make:
do you just need to display the view or interact with it too (chart control vs scheduler)
do you have to deal with source of the data that already has some schema you have to follow or do you have ability to model data as you want.

Drupal: trying to change default for webform form and move the layout of fields

I have been trying to find where I can change the default value for "Per user submission limit" that is under Webform->Form settings in the contents, I have looked all over, but there doesn't seem to be a place that holds the global default that I can change. So right now everytime I try to create an event, I have to manually go in to change it from Unlimited to "Limit each user to 1 submission ever" and the other field is anonymous user is always checked under Submission access... (starting to get really depressed over this)
The other issue I have is that I have no clue how to get the fields to sit side by side, I know how to arrange the order, but can't drupal have fields sit beside each other?
eg: trying to go from this
1
2
3
4
5
to this
1 2
3 4
5
Please cut me some slack, I'm not really a full blown developer, and CMS is right now looking to be more of a pain in the * then it's worth... any help would be appreciated, any good tutorial would help a lot too
almost forgot, I'm using Drupal 7, using Webform Events for a event site (running on LAMP if it matters)
To get your fields side-by-side, you'll want to use CSS. There are ways you could do it in your template code, but that's more trouble than it's worth, and CSS is the better, easier, more suited tool for your task.

Generate a catalog for print and web

I need to create a solution, which allows a database driven catalog to be generated.
Assume, there are a bunch of products, images, prices, other details, and admin can generate catalogs based on "templates".
These templates essentially are "styles" of pages. For instance, style 1, could have 4x4 layout (16 products, with image and other attributes), hence on each page, upto 16 products and details could be displayed. Style 2 could have 2x2 layout, 4 products, but more detail. Admin can pick and choose different styles in a catalog.
Once the catalog is generated, it needs to be put up for either web viewing (lower fidelity) and/or print publishing (higher fidelity).
I would like help in determining the optimum stack to use, particularly, to "code" template and consequently to generate the PDFs.
Factors to consider
Minimum coding effort (reuse commercial or foss)
I will prefer an existing software which can create/edit "template" so I don't have to do that. I can simply get the license and reuse that functionality.
What I have considered so far is the following
Adobe XFA Forms as templates, connected to database to generate PDF.
I not sure which program can generate XFA templates. Acrobat X is an option however it does not seem to have control for adding images. The LiveCycle Server seems to be an overkill.
Use iText library, no idea if templates are possible or not, generate for web/print. Has good support for size/quality of catalog to print.
Use Open office, make template, and write the glue to retrieve data and generate an open office doc, which can easily be converted into html/pdf. No idea how tough/easy this is.
EDIT: Adobe Framemaker allows templates - I am evaluating if it can do the job that i have in mind. I will post an update once I am done.
I have no experience with any of these technologies, so if you can guide/rate them, or add other options that I did not consider.
At this point I am language agnostic. Alot of libraries provide hooks from various languages, so I don't think that will be a problem. If your solution is specific to foo language, please mention it as well.
Thanks for taking the time.
There is a followup question I asked on graphicsdesign exchange. https://graphicdesign.stackexchange.com/questions/2318/use-data-merge-of-indesign-using-console-or-through-an-api
How about Adobe inDesign Data Merge. And video here
Pretty easy to use aswel.
TCPDF (PHP) would give you quite a bit of control, and has lots of example code.
http://www.tcpdf.org/
I've used it before, it's not too hard to figure out.
I'm not sure if its a good fit, but maybe http://issuu.com/#whatIsIssuu

Resources