Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Lordyfrb
Forum: Released AddOns 10-22-10, 07:42 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
To use that border I would recommend copying the...

To use that border I would recommend copying the file into the media folder within the LitePanels folder, then in the layout for the panel('s) add:
border="fer_09.tga",
Other border control's are...
Forum: Released AddOns 07-19-10, 11:56 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Ok this code should work: OnLoad=function(self) ...

Ok this code should work:

OnLoad=function(self)
self:RegisterEvent'CHAT_MSG_CHANNEL_NOTICE'
end,

OnEvent=function(self)
if event == "CHAT_MSG_CHANNEL_NOTICE" then
if arg1 == "YOU_JOINED"...
Forum: Released AddOns 06-29-10, 03:24 PM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Thats ok I'm not to sure about lua...

Thats ok I'm not to sure about lua syntax.

However I've spotted a spelling mistake in your code:
OnLoad=function(self)
self:RegsiterEvent'CHAT_MSG_CHANNEL_NOTICE'
end,
...
Forum: Released AddOns 06-28-10, 04:56 PM
Replies: 362
Views: 287,289
Posted By Lordyfrb
The only thing I can think of is the comma's...

The only thing I can think of is the comma's after the function end's(highlighted for easy reference). Try removing them and see how it goes.
Forum: Released AddOns 06-25-10, 04:43 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
the reason it didn't work is the frame names that...

the reason it didn't work is the frame names that stuf uses, they should be in the following format:
Stuf.units.'framename'

i.e. for the pet frame its:
Stuf.units.pet

Notice the only capital letter...
Forum: Released AddOns 05-24-10, 04:07 PM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Hi Zynix, I've fixed your code: { name =...

Hi Zynix, I've fixed your code:
{ name = "Stats",
anchor_to = "CENTER",
anchor_from = "CENTER",
y_off = -450,
x_off = -750,
level = 10,
text = {
string = function()
-- money
Forum: Released AddOns 03-21-10, 07:24 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Threat Based Colored Panels

Hi guys, just wondering if anyone could help me.

I'm trying to create a panel that starts black, and then changes color when in combat to show my threat level.

I've found the API used for this: API...
Forum: Released AddOns 12-16-09, 12:26 PM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Thank Katae and Ferous, both them scripts worked...

Thank Katae and Ferous, both them scripts worked perfectly.

I'm pretty new to scripting, and playing with LitePanels has helped me somewhat.
Forum: Released AddOns 12-16-09, 06:37 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Hi just a couple of questions. The first is how...

Hi just a couple of questions.

The first is how can I make button show a frame on left click then hide it again on another left click, I so far can only do this using right click to hide and left...
Forum: Released AddOns 11-30-09, 04:23 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Thanks for your quick reply, I'm gonna work on...

Thanks for your quick reply, I'm gonna work on that now. :)
Forum: Released AddOns 11-30-09, 03:58 AM
Replies: 362
Views: 287,289
Posted By Lordyfrb
Hi just wondering if its possible to set a...

Hi just wondering if its possible to set a standand text format for all texts applied to my layout?

i.e. So when I changed the standard text formatting all my texts change.
Showing results 1 to 11 of 11