Showing results 1 to 25 of 162
Search took 0.01 seconds.
Search: Posts Made By: Uitat
Forum: Released AddOns 12-07-22, 11:16 AM
Replies: 540
Views: 418,218
Posted By Uitat
Thank you.

I'll integrate these asap
Forum: Lua/XML Help 12-06-22, 08:25 AM
Replies: 7
Views: 2,001
Posted By Uitat
i believe that is TimeManagerClockTicker or...

i believe that is TimeManagerClockTicker or TimeManagerClockButton
Forum: Lua/XML Help 12-06-22, 08:10 AM
Replies: 1
Views: 832
Posted By Uitat
Uiparent_managed_frame_positions

i am in the process of fixing Castbars, but i have encountered something i have not seen no can find any information on, i know its part of the default UI stuff, or used to be???..

i have already...
Forum: Lua/XML Help 12-01-22, 04:37 PM
Replies: 2
Views: 844
Posted By Uitat
thank you for the eye balls, i fixed it and i...

thank you for the eye balls, i fixed it and i will leave the code here so others may look at it later
local frame = CreateFrame("Button", "Options7", Config_BaseFrame, nil)
frame:SetHeight(96)
...
Forum: Lua/XML Help 12-01-22, 01:42 PM
Replies: 2
Views: 844
Posted By Uitat
help creating a tooltip for button

im trying to get a tooltip for my config frame, cant seem to get it to work though anyone have any ideas?
button works but the mouse of tool tip does not.

local frame = CreateFrame("Button",...
Forum: Lua/XML Help 11-16-22, 02:43 PM
Replies: 2
Views: 773
Posted By Uitat
omg ..... such a newb mistake..... ugg thats the...

omg ..... such a newb mistake..... ugg thats the first thing i should have checked. thanks SDPhantom.... see this is why i cam here, usually miss some stupid little thing
Forum: Lua/XML Help 11-16-22, 01:00 PM
Replies: 2
Views: 773
Posted By Uitat
clickable picture refuses to show up

replacing a button with a clickable picture
but the stupid picture refuses to show anything but a green block

ive tried both png and tga format, and the picture is in the right place and exactly at...
Forum: Lua/XML Help 11-01-22, 10:29 AM
Replies: 4
Views: 2,041
Posted By Uitat
yep i better get moving on it, many people seem...

yep i better get moving on it, many people seem to love it but the author hasn't been on it looks like in a year
Forum: Lua/XML Help 10-30-22, 08:45 AM
Replies: 4
Views: 2,041
Posted By Uitat
if this is the case it may need a total...

if this is the case it may need a total rewrite.... i was afraid of that.
Forum: Lua/XML Help 10-30-22, 08:16 AM
Replies: 11
Views: 2,184
Posted By Uitat
my solution

in project deranjata i came up wit this bit o code, it may help you

function AutoStart()--[[name this whatever your button will activate]]--
local...
Forum: Lua/XML Help 10-30-22, 08:09 AM
Replies: 4
Views: 2,041
Posted By Uitat
Uiparent_managed_frame_positions

working on getting The "Castbars" addon working again.

i know there are multiple errors beyond this one but i am at a loss for this
i am unable to locate any info about...
Forum: Lua/XML Help 10-28-22, 07:36 AM
Replies: 1
Views: 1,372
Posted By Uitat
hooksecurefunc issue, current addon InFlight

well as a newly minted maintainer of this addon there are a few bits and pieces i don't understand, that happen to be broken

there was some change that happened during the update that messed with at...
Forum: Lua/XML Help 10-27-22, 09:45 AM
Replies: 3
Views: 2,406
Posted By Uitat
great catch there that fixed it i put it on the...

great catch there
that fixed it i put it on the artwork layer

derArtifactBar.Text=derArtifactBar:CreateFontString(nil, "ARTWORK", "GameFontNormal")
Forum: Lua/XML Help 10-27-22, 09:01 AM
Replies: 3
Views: 2,406
Posted By Uitat
CreateFontString issue

beating my head against the door on this one.

if anyone has come across something like this and has solved the issue i would be glad to have a...
Forum: Released AddOns 09-02-22, 07:09 AM
Replies: 540
Views: 418,218
Posted By Uitat
thanks guys

thank you guys ill be getting this updated this weekend, been busy rewriting some other addons, i have not forgotten about inflight
Forum: Lua/XML Help 05-05-22, 03:20 PM
Replies: 2
Views: 1,199
Posted By Uitat
Actually found the underling issue. It is 5 lines...

Actually found the underling issue. It is 5 lines of code that was changing the width of the menu then trying to undo those changes. It was buggering things up. I'll post it when I get back so it can...
Forum: Lua/XML Help 05-05-22, 11:11 AM
Replies: 2
Views: 1,199
Posted By Uitat
ACE3 help needed

so im getting an error when opening and or closing the options pane, my biggest issue is i am not finding the initial reason for the failure, ill post the error here and see if anyone can make some...
Forum: Lua/XML Help 05-04-22, 05:50 AM
Replies: 7
Views: 1,785
Posted By Uitat
may not be my best solution

yeah i think this may not be the solution i am looking other direction
Forum: Lua/XML Help 05-03-22, 10:08 AM
Replies: 7
Views: 1,785
Posted By Uitat
i tried this and its still doing the baddie, way...

i tried this and its still doing the baddie,

way to repeat issue so you may test if you wish.

DL and use just Project Deranjata,
DL and Use SUF.

after initial setup, on reload the SUF Bars Change...
Forum: Lua/XML Help 05-03-22, 09:56 AM
Replies: 7
Views: 1,785
Posted By Uitat
ok maybe this will make it more clear, as i am...

ok maybe this will make it more clear, as i am still struggling.

Addon 1 is: _deranjata
Addon 2 is: Shadowed Unit Frames

i want Shadowed unit frames to wait for _deranjata to load before it trys to...
Forum: Lua/XML Help 05-03-22, 07:20 AM
Replies: 7
Views: 1,785
Posted By Uitat
addon loading order.

I'm suffering from something in my UI that I cant seem to work out,...

here is the situation

Addon 1, Addon2

Addon 1: changes Resolution screen scale,
Addon 2: is a unit frames

if addon 2 loads...
Forum: Lua/XML Help 09-26-17, 09:59 AM
Replies: 19
Views: 2,506
Posted By Uitat
best i can tell yes this did what i intended,...

best i can tell yes this did what i intended, always giving me a minimum of 3 visible characters, weather its 1.25 12.5 or 125,

sometimes fizzle i swear your a genius
Forum: Lua/XML Help 09-25-17, 10:09 PM
Replies: 19
Views: 2,506
Posted By Uitat
[QUOTE=Fizzlemizz;325288]There's also the problem...

[QUOTE=Fizzlemizz;325288]There's also the problem (Edit: as mentioned by Kakjens) with small remainders giving a result of x.00 Mil. so it could be extended too:

ok the question is how do i...
Forum: Lua/XML Help 09-25-17, 05:21 PM
Replies: 19
Views: 2,506
Posted By Uitat
no sir, just the same output as my own code, just...

no sir, just the same output as my own code, just prettier
Forum: Lua/XML Help 09-25-17, 04:56 PM
Replies: 19
Views: 2,506
Posted By Uitat
sorry to say this one gives me the same problem i...

sorry to say this one gives me the same problem i was having, still not the number formatting im looking for /Sadpanda
Showing results 1 to 25 of 162