Thread Tools Display Modes
09-16-05, 04:15 AM   #1
Kablaam
A Murloc Raider
Join Date: Sep 2005
Posts: 8
Cant see my keybindings

Just dowloaded 4.5 and it's working fine, except for one thing; I cant see my keybindings on the buttons... Anyone know what the prob is?

Additional note: Seems like Cooldown Count isnt working with the new version... =/
Attached Thumbnails
Click image for larger version

Name:	2.jpg
Views:	615
Size:	155.0 KB
ID:	161  

Last edited by Kablaam : 09-16-05 at 06:52 AM.
  Reply With Quote
09-16-05, 07:58 AM   #2
Blaster
A Deviate Faerie Dragon
Join Date: Jul 2005
Posts: 11
same problem (
  Reply With Quote
09-16-05, 06:37 PM   #3
Vector-
A Defias Bandit
Join Date: Sep 2005
Posts: 3
I posted this in both the BidMod Download comment thread and in "BibMod Unhosed" ...

Originally posted by Gurd
Anyone else seeying no keyboard shortcuts on their buttons with 4.5 ?
This fixes the problem:

in BibActionButtons.xml :
above this section of code (in < OnEvent >)
if (event == "ACTIONBAR_PAGE_CHANGED") then
UpdateBibButtonID(this);
ActionButton_UpdateState();
end


add this (it was removed in 4.5, took it from my old 4.2 copy):
if (event == "VARIABLES_LOADED" or
event == "UPDATE_BINDINGS") then
BibUpdateActionButtonMapText();
end
  Reply With Quote
09-16-05, 06:40 PM   #4
Zweider
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 30
Ah, good catch. That was removed by accident. I had to rework the event stuff to get the icons working again, and I accidently took a little too much out it seems.
  Reply With Quote
09-17-05, 02:33 AM   #5
Kablaam
A Murloc Raider
Join Date: Sep 2005
Posts: 8
Thank you very much, im not so good at the coding part... so ty =)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Cant see my keybindings


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