Icons are still showing under the "skin" of cyCircled.
If you mean this for round skins, I have no idea how to solve this problem.
Perhaps someone else??
Quote from Slice »
Since it now uses button ID's, it's become useless to me. I used it for some extra buttons, but now it just mimicks my action bar.
Klappa is a great idea. Guess I need to find something else.
Slice
Or you can still use the old version. ;-)
I thought a long time about to use action ids and in the end they made a lot of programming easier and solved a lot of problems I had.
I dont need 120 buttons, so I decided to use them.
But like I said before, the previous version is still working, so you can use it instead of the new one.
One, If I make a change to a macro's name or Icon, it does not reflect in Klappa untill I drag a fresh Icon to the Klappa bar.
Yes, because it is not an action bar mod, it will not be recognized about the changes, you have to do it manually.
Klappa has no support for mousebuttons except from the left one.
updated:
-the label text is now on top
-if cyC is loaded, then the background will not be shown (the edges of the icon will be visible if you use a round skin, could not solve that issue at the moment)
-option to lock/unlock the buttons.
However, for non-square buttons, it doenst work quite right :
I dont know if its the overlay skin from cyCircled, or the backdrop of the original buttons thats showing thru - but at least with square buttons it matches the look of everything else.
Also, with circular buttons, the label text is below the circular border - which doesnt happen with other baraddons, and as far as I can tell the text is all created the same way - I must be missing where the frame strata are setup.
Its the backdrop of the original, i will change it, that it will only appear when cyC is not present.
For the circular, the edges will look through, I dont know atm how to solve the problem
With the text I will change the layer level, so that they will be in foreground.
I've had this too and I think it can be solved by changing:
Klappa.db.profile.buttons[self.index] = {};
to:
local pbuttons = Klappa.db.profile.buttons[self.index].popupButtons;
local npopups = Klappa.db.profile.buttons[self.index].popups;
Klappa.db.profile.buttons[self.index] = {};
Klappa.db.profile.buttons[self.index].popupButtons = pbuttons;
Klappa.db.profile.buttons[self.index].popups = npopups;
close to the top in the function Klappa.Button.prototype:ButtonDrop() in KlappaButton.lua.
Info about the popup buttons is lost when replacing the spell on a main button.
I'm new to lua so this is the qnd way to fix it but at least it seems to work for me locally :)
I have updated Klappa with your fix, thx for the help.
Thx to all for your support and new suggestions.
Like I said before, I dont have much time, so progress will be very slow.
I would appreciate if someone could help me like Adelea did, with some code snippets or whatever.
Am I being stupid, but how on earth do you get things onto the bar ?
I cant seem to drag icons from either my spellbook, or my macro page onto kappa - either the main buttons, or the popups. Ive tried with the frames both locked and unlocked.
Am I missing something obvious and need more coffee to notice it ?
You have to drag the spell/item/macro. The left mouse button have to be pressed, just release the left mousebutton when you are over a Klappa button.
This should work.
Quote from forfeitr »
I love it, but atm it only works on the main button, not the pop outs. Is this intentional?
Thanks. The popup buttons should work too. I have changed something now, but I dont know if that helps with the problem.
To forfeitr and Lewzephyr:
Sorry I could no reproduce your problems and could not find any other issue. I have deleted my own Klappa folder and downloaded it with the ACEUpdater, then deleted my Klappa Saved Variables to check the problems.
Perhaps you can try the same. If the there are still the problems, tell my and I will make more investigations :-)
0
0
This should already work, doesnt it?
0
I have updated Klappa, cyC should now work better with Klappa.
Jerry, dont know what do you mean??
0
If you mean this for round skins, I have no idea how to solve this problem.
Perhaps someone else??
Or you can still use the old version. ;-)
I thought a long time about to use action ids and in the end they made a lot of programming easier and solved a lot of problems I had.
I dont need 120 buttons, so I decided to use them.
But like I said before, the previous version is still working, so you can use it instead of the new one.
0
Some mentioned issues should be solved.
If you update Klappa, you must delete your saved variables first. ( I am sorry, hope it was the last time).
I have added an updated version for cyCircled to this post.
0
Yes, because it is not an action bar mod, it will not be recognized about the changes, you have to do it manually.
Klappa has no support for mousebuttons except from the left one.
0
0
Of course you can.
I added your optimization suggestions, many thanks.
About the other errors, I could not reproduce them right now.
0
-the label text is now on top
-if cyC is loaded, then the background will not be shown
(the edges of the icon will be visible if you use a round skin, could not solve that issue at the moment)
-option to lock/unlock the buttons.
0
Its the backdrop of the original, i will change it, that it will only appear when cyC is not present.
For the circular, the edges will look through, I dont know atm how to solve the problem
With the text I will change the layer level, so that they will be in foreground.
But not today anymore, perhaps tomorrow :-)
0
Very nice, thank you.
0
I have updated Klappa with your fix, thx for the help.
0
Like I said before, I dont have much time, so progress will be very slow.
I would appreciate if someone could help me like Adelea did, with some code snippets or whatever.
0
-Added macrotext (thx to Adelea), just the first four character will be displayed
-fixed the position loading (thx Adelea)
0
You have to drag the spell/item/macro. The left mouse button have to be pressed, just release the left mousebutton when you are over a Klappa button.
This should work.
Thanks. The popup buttons should work too. I have changed something now, but I dont know if that helps with the problem.
To forfeitr and Lewzephyr:
Sorry I could no reproduce your problems and could not find any other issue. I have deleted my own Klappa folder and downloaded it with the ACEUpdater, then deleted my Klappa Saved Variables to check the problems.
Perhaps you can try the same. If the there are still the problems, tell my and I will make more investigations :-)