Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: frohanss
Forum: Lua/XML Help 08-20-17, 02:47 PM
Replies: 13
Views: 2,327
Posted By frohanss
Not trying to show the tooltip for the item, but...

Not trying to show the tooltip for the item, but the text that i have defined. And it shows for a second everytime i move mouse over it.
But, it's working at thats the most important thing :)
Forum: Lua/XML Help 08-20-17, 06:57 AM
Replies: 13
Views: 2,327
Posted By frohanss
Thanks again :) Yes, i think so to. I just add...

Thanks again :)
Yes, i think so to. I just add RegisterForClicks("RightButtonUp") to stop left click.
As for the tooltip, i simply can't get it to show more then a second.
I guess this have...
Forum: Lua/XML Help 08-19-17, 04:10 AM
Replies: 13
Views: 2,327
Posted By frohanss
Thanks alot for the help :) Seems like i need to...

Thanks alot for the help :)
Seems like i need to use preclick, the first one triggered protected code.
Never used preclick before. Behaves a bit strange, left click picks up the item and right click...
Forum: Lua/XML Help 08-18-17, 08:33 PM
Replies: 13
Views: 2,327
Posted By frohanss
No luck with...

No luck with


f.ArtifactButton:SetScript('OnClick',function(self, btn)
for bag=0, 4 do
for slot=1, GetContainerNumSlots(bag) do
if IsArtifactPowerItem(GetContainerItemID(bag, slot)) then...
Forum: Lua/XML Help 08-18-17, 08:00 PM
Replies: 13
Views: 2,327
Posted By frohanss
hmm ok :o Been away from lua for a year so rusty....

hmm ok :o Been away from lua for a year so rusty. :o
Mainly used OnClick to use toggle frames like ToggleAchievementFrame()
Forum: Lua/XML Help 08-18-17, 07:47 PM
Replies: 13
Views: 2,327
Posted By frohanss
Maybe im just tired here but, not sure how to...

Maybe im just tired here but, not sure how to make it for the code with 2 macros for using the artifact items.
Forum: Lua/XML Help 08-18-17, 07:07 PM
Replies: 13
Views: 2,327
Posted By frohanss
Question Macro button inside bag, and still can be opened in combat

Hello :)

So i have my edited version of Stuffing bags.
I have added 3 buttons inside it for depositing regents, 2x sort options and a button to use any artifact power items in the bags.

Since macro...
Forum: Lua/XML Help 11-10-16, 09:07 AM
Replies: 2
Views: 1,976
Posted By frohanss
Thanks, got it fixed. Just needed some fresh eyes...

Thanks, got it fixed. Just needed some fresh eyes :)
Forum: Lua/XML Help 11-10-16, 06:43 AM
Replies: 2
Views: 1,976
Posted By frohanss
Artifact DataText

hey,
been working on making a Datatext view for Artifact power.
Im currently stuck on it always giving a error on first time login.

Getting this:

Message: Interface\FrameXML\MainMenuBar.lua:126:...
Forum: MoP Beta archived threads 04-04-12, 04:23 AM
Replies: 10
Views: 11,030
Posted By frohanss
Sorry about that. The file was to big to upload...

Sorry about that. The file was to big to upload here.
It was for thos who didn't have the beta yet.

Will try to upload it here then.
Does anyone know how to share a 200mb file that doesn't break...
Forum: MoP Beta archived threads 04-03-12, 07:08 PM
Replies: 10
Views: 11,030
Posted By frohanss
MOP Interface gfx (blp) uploaded (RS.com)

Hey,

just thought i share these files if someone whants them. It's extracted from MOP beta.
Guess there is other then me that change the graphics.

I did leave out cinematic folder to reduce size,...
Forum: oUF (Otravi Unit Frames) 02-05-12, 09:30 AM
Replies: 20
Views: 14,866
Posted By frohanss
Grouping / Sorting Question

Hello,

Im trying to make a layout where it doesn't "merge all players".

If a player is missing in group 3 i whant it to leave a open spot in group 3 instead of just continue group 4 in that...
Forum: Lua/XML Help 06-23-11, 12:23 PM
Replies: 1
Views: 3,730
Posted By frohanss
Solved the problems with tallents, but still...

Solved the problems with tallents, but still totaly stuck on the arena part.

It's just basicly gona show arena size and there points.
When i move mouse over the text get's updated correctly.

Im...
Forum: Lua/XML Help 06-18-11, 06:28 AM
Replies: 1
Views: 3,730
Posted By frohanss
Some help with code for Arena Points

Im having a bit trouble figuring out how to get this to work correctly.

The problem is that it doesn't update correctly.
A normal /rl fix it. Tryed different OnEvent, without luck.
Also, does...
Forum: Lua/XML Help 05-06-11, 02:50 AM
Replies: 1
Views: 3,152
Posted By frohanss
Delay part of code

I am making a simple addon to display Arena rating as Text on screen with a tooltip that shows detail info.

The addon works nicely. But on login it generates a error on the part where i set the text...
Forum: oUF (Otravi Unit Frames) 05-03-11, 06:41 AM
Replies: 7
Views: 12,394
Posted By frohanss
Thank you so much. Didn't know i could combine...

Thank you so much. Didn't know i could combine them that way. Nice nice :D
Forum: oUF (Otravi Unit Frames) 04-28-11, 07:20 AM
Replies: 7
Views: 12,394
Posted By frohanss
Seem's to work Have only made a simple test for...

Seem's to work

Have only made a simple test for only 2 layouts. 10man and 10man+.
Will test more out when i have time todo bg's and stuff so i can check higher raid numbers.

Using:


local raid10...
Forum: oUF (Otravi Unit Frames) 04-26-11, 06:30 PM
Replies: 7
Views: 5,362
Posted By frohanss
Nice 1 Game29. I'v just been using: ...

Nice 1 Game29.

I'v just been using:

healthbg:SetGradientAlpha("HORIZONTAL",0,1,0,1,1,0,0,1)


But it only fades from green to red. Not sure if it could be set to 50% of bar size and used...
Forum: oUF (Otravi Unit Frames) 04-26-11, 06:17 PM
Replies: 7
Views: 12,394
Posted By frohanss
Raid layout based on size

I was planing on making a layout that changes (show/hide) based on raid size.
So just woundering if i am on the right track with this:

Basicly whant 1 layout for 6-10man, 1 for 11-25man and another...
Forum: Lua/XML Help 04-18-11, 04:14 PM
Replies: 5
Views: 5,956
Posted By frohanss
Was actualy all i needed to know :) Thx

Was actualy all i needed to know :) Thx
Forum: Lua/XML Help 04-18-11, 04:06 PM
Replies: 5
Views: 5,956
Posted By frohanss
Maybe expressed myself a bit wrong. I'm not...

Maybe expressed myself a bit wrong.

I'm not taking a addon made by others and nest it into my folder.
I have made background panels, chat, minimap, watchframe custimization.
Atm im making 1 for...
Forum: Lua/XML Help 04-18-11, 09:01 AM
Replies: 5
Views: 5,956
Posted By frohanss
Savedvariable in "subaddons"

I currently working on a "UI addon pack".
Folders are built like: UIPack -> Submodules

How can i get one of the Submodules to create it's own savedvariable?

If i just thest the Submodule directly...
Forum: Graphics Help 04-13-11, 02:59 AM
Replies: 4
Views: 35,963
Posted By frohanss
Thx Nibelheim. That is about all i also have...

Thx Nibelheim.
That is about all i also have found.
Atm im a expert nab, so starting to fish around that code will be painfull work. So hope some real expert can help more around this.;)
Forum: Graphics Help 04-13-11, 01:17 AM
Replies: 4
Views: 35,963
Posted By frohanss
Guild Tabard Icon

Hello,

does anyone know how to get the guild tabard into frames?

Basicly whant to overlay the icon on top of another frame.

Thx in advance
Forum: Lua/XML Help 04-12-11, 07:17 PM
Replies: 6
Views: 3,971
Posted By frohanss
Thank you so much. That solved it. Im just...

Thank you so much. That solved it.

Im just starting to learn the LUA so a bit nabbing around and much trying out.
Tbh, im a "total" nob with LUA so can't give you a perfect answer.

But i have 2...
Showing results 1 to 25 of 40