Thread Tools Display Modes
01-21-15, 12:11 PM   #21
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
Excuse me, I didn't quite get what Click Menu actually does. Could you please elaborate a bit?
  Reply With Quote
01-21-15, 12:21 PM   #22
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by atl77 View Post
Excuse me, I didn't quite get what Click Menu actually does. Could you please elaborate a bit?
Right click menu on mini map:

__________________
Carbonite and Carbonite Classic Developer
  Reply With Quote
01-21-15, 01:41 PM   #23
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Yeah, when you have it installed it gives you a right-click menu of the tracking button. Just like ircdirk's photo shows. It's really kind of cool, and it takes one more minimap button totally off the minimap. Like, it's gone!
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
01-22-15, 12:20 AM   #24
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by jeffy162 View Post
Yeah, when you have it installed it gives you a right-click menu of the tracking button. Just like ircdirk's photo shows. It's really kind of cool, and it takes one more minimap button totally off the minimap. Like, it's gone!
It's actually just the micromenu menu buttons but there was a point in time I was working on adding the tracking options.

Originally Posted by jeffy162 View Post
What Carbonite does is make another "minimap" for the user. Then they give you (the user) the option to merge their "minimap" and Blizzards default minimap. This gives you (the user) the "active node" gold icon, and the other icons, on the Carbonite minimized map (or minimap), which you would otherwise not get because there is no API to show it on other maps.

So there is another frame over the Blizzard minimap if you choose to merge the maps. It's just Carbonites minimized map.

If someone could come up with a way to add Click Menu to the right-click menu of the Carbonite minimized map, or add another menu to the right-click on Carbonites minimized map, that would be great.
I's actually simple to do, just change the frame click menu uses. I'm not doing this though because I don't have any way to load the game to load carbonite to get the name of the frame Carbonite uses. However Click menu is licensed under a FOSS license (specifically BSD simplified (MIT) so someone can post a patch for this or even integrate click menu into Carbonite itself. If it works I'll update Click Menu with optional carbonite support.

specifically the script is in Clock menu>core.lua right at the bottom
Lua Code:
  1. Minimap:SetScript('OnMouseUp', function(self, button)
  2.     if button == MouseButton then
  3.         securecall(EasyMenu, menuList, menuFrame, self, 27, 190, 'MENU', 8)
  4.     else
  5.         Minimap_OnClick(self) --pretty much detects for a click on the Blizzard Minimap frame
  6.     end
  7. end)

however this is not the thread for this discussion so if anyone feels like adding support feel free to post the patch in the Click Menu comments section rather than this thread.

(Really I didn't think Carbonite wouldn't have something like Click Menu already and wanted to get future headaches out of the way which is why I asked for it to be marks incompatible to begin with)
__________________
Tweets YouTube Website

Last edited by 10leej : 01-22-15 at 12:37 AM.
  Reply With Quote
03-05-15, 01:10 PM   #25
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
I made a patch for dealing with Carbonite (as well as a few other options) in click menu you can remove it from the list.

You can download click menu here
__________________
Tweets YouTube Website
  Reply With Quote
10-07-15, 05:34 AM   #26
sweetcilla
A Defias Bandit
Join Date: Sep 2012
Posts: 2
Archy-Archaeology Assistant

Is anyone have trouble with the Archy addon. Not showing the frame that list types of digsites.
  Reply With Quote
11-20-15, 05:08 AM   #27
LiriusMagi
A Murloc Raider
 
LiriusMagi's Avatar
Join Date: Aug 2012
Posts: 8
Originally Posted by sweetcilla View Post
Is anyone have trouble with the Archy addon. Not showing the frame that list types of digsites.
I don't use this addon, but I am having issues with archaeology and carbonite... all the digsite shovels show off in a stack on the ocean rather than anywhere on my map.
  Reply With Quote
02-09-16, 04:01 AM   #28
Fizgig1973
A Deviate Faerie Dragon
Join Date: Dec 2008
Posts: 19
Having this exact same problem as well.
  Reply With Quote
04-16-16, 10:51 PM   #29
Pctweaks
A Defias Bandit
 
Pctweaks's Avatar
AddOn Author - Click to view addons
Join Date: May 2013
Posts: 2
Carbonite is the best add-on ever, I hope you can get it fixed soon.
  Reply With Quote
09-15-16, 08:33 PM   #30
Nisou
An Aku'mai Servant
Join Date: Feb 2010
Posts: 39
HandyNotes conflict

It looks like HandyNotes does not work when Carbonite is installed.
__________________
The Draenei Covenant
  Reply With Quote
09-15-16, 11:51 PM   #31
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
They work use Carbonite Notes module with Handynotes (search forum for releated threads).
__________________
Carbonite and Carbonite Classic Developer
  Reply With Quote

WoWInterface » Featured Projects » Carbonite » Carbonite: General Discussion » Known Issuses with other Addons

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off