 |
|
|
 |
|
 |
Hi all,
I am learning how to develop adding for devstudio.
have developed one with two buttons.
I want to change the name of toolbar when addin is loaded.
When i load addin .. by customize, going to that path and toolbar comes up.
The default name of toolbar that is coming is "toolbar1".
How I can change this name to (say "My1stAddinTB") programmatically?
I know i can rename toolbar1 from customize option in context menu.
i have looked some samples from CP but all those addin has same characteristic... giving toolbar1,2 and so on
Is it possible to give some useful name to toolbar from addin. Like the one already in VC IDE... (e.g. "Wizard","Debug" )
Thanks in advance
Jetli
Constant Thing In World Is Change.
|
|
|
|
 |
|
 |
View Commentary(Alt-Z) seems to be calling the same function as Comments Setup(Alt-S).
The Execute Link in the "View all Active" does nothing when it is clicked. Maybe some sort of error messagebox should be displayed?
|
|
|
|
 |
|
 |
Hello!
1. Yes, when addin meets string like an active comment, which misses in the addin-base, it offers to recreate the comment in the place of a existing string. For a example, you have in the source string: [[->Test link]], but in the bases this comment is absent. In this case, addin displayed message with question: "Can't find this comment in the base. Create?".
2. Thanks, i'll do it. It is happening when comment link is incorrect. In the some cases I'll can check link accuracy.
|
|
|
|
 |
|
 |
Nope Alt Z does not give the warning or anything. It just does nothing.
And the link I provided is correct but somehow "Execute" does nothing again.
Maybe the dll on the website is not updated?..
|
|
|
|
 |
|
 |
This addin execute links calling ShellExecute. May be
this file extension is not registered in your system. Actually, I'm going to make executing more correct including a warning message.
Coming back to the previous problem:
"View Commentary(Alt-Z) seems to be calling the same function as Comments Setup(Alt-S)."
If you click "View Comment" on a string, which is not an active comment, addin offers creating a comment in that place.
|
|
|
|
 |
|
 |
What I meant was when I click "View comment" on a string that is an active comment, nothing happens. It offers to create a comment if it is not an active comment (as u said), but it is an active comment, nothing happens!
|
|
|
|
 |
|
 |
Is active comment link correct? Also is protocol of link correct?
What version of addin do you have? In the addin prior to ver. 1.1 there was a problem you mentioned: when you try to change a protocol of link - addin didn't save new protocol (it did leave old type of protocol). But in the ver. 1.1 I have corrected it.
|
|
|
|
 |
|
 |
I got it to work. I didn't add in the protocol of the link.
|
|
|
|
 |
|
 |
Is active comment link correct? Also is protocol of link correct?
What version of addin do you have? In the addin prior to ver. 1.1 there was a problem you mentioned: when you attempted to change a protocol of link - addin didn't save new protocol (it did leave old type of protocol). But in the ver. 1.1 I have corrected it.
|
|
|
|
 |
|
 |
Everytime I try to go to "Tools/Customize" in VC 6 to set the Active Comment add-in, I get the error "Unable to register this add-in because its DllRegisterServer returns an error." I am running on NT. I get this with all add-ins.
William Dicks
***
An organization that treats its programmers as morons will soon have programmers that are willing and able to act like morons only.
--- Bjarne Stroustrup
|
|
|
|
 |
|
 |
Can you tell me more about you Visual C++ configuration?
What addins/tools (for sample: Visual Assist) are installed in the Visual C++?
|
|
|
|
 |
|
 |
I am using service pack 3 on VC++ 6, running on WinNT 4. I do not think that it is your add-in per se. It is happening to every add-in I am trying to use. I used to use Win95 and it was fine. Then I got a new machine with NT4, and now I get these problems.
***
An organization that treats its programmers as morons will soon have programmers that are willing and able to act like morons only.
--- Bjarne Stroustrup
|
|
|
|
 |
|
 |
Hi! Bjarne,
I encountered the "Unable to register this add-in because its DllRegisterServer returns an error" problem on my VC6 SP6 on VISTA.
And I also tried with "regsvr32.exe DLLNAME.dll" and gets fail.
Finally, I solve the problem by "Run as Administrator" when run my VC6.
Hope this can solve your problem, too.
lupin.taiwan
|
|
|
|
 |
|
 |
After installing the Add-In, copy/paste within the IDE seems a little erratic.
I haven't looked at the code (time pressures!), so I'm not certain that the add-in is the cause, but I hadn't changed anything else.
Other than that, excellent!
Now if you could get the IDE editor to launch the link by double clicking on it, that would really be cool...
|
|
|
|
 |
|
 |
As in the paste stops working? If so, this is a common bug with Visual C++. There is a fix for the problem at http://workspacewhiz.com/. Click on the Other Add-ins link (on the sidebar) and download the PasteFix add-in.
Thanks,
Joshua Jensen
|
|
|
|
 |
|
 |
I can't see the picture and read dowloadfile. Why
|
|
|
|
 |
|
 |
That'd be because I made a type or 3. All fixed.
cheers,
Chris Maunde
|
|
|
|
 |