Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: Samsan
Forum: General Authoring Discussion 06-11-09, 10:15 PM
Replies: 47
Views: 27,675
Posted By Samsan
My humblest apologies.

I do apologize as I was of the understanding that the addons would have been turned on or off in the game after logon similar to Addon Control Panel and not in the character screen. Loading 300+...
Forum: General Authoring Discussion 06-10-09, 10:34 PM
Replies: 47
Views: 27,675
Posted By Samsan
Check out titan panel...it uses several folders...

Check out titan panel...it uses several folders like you're talking about here...may help.
Forum: General Authoring Discussion 06-10-09, 10:30 PM
Replies: 47
Views: 27,675
Posted By Samsan
If you're only planning on changing the color to...

If you're only planning on changing the color to group them, why not just add a text string with the assigned color per group linking the name of the mod to that color coded group, that way you don't...
Forum: General Authoring Discussion 06-10-09, 08:18 AM
Replies: 47
Views: 27,675
Posted By Samsan
Smile Text Color

If you're only planning on changing the color to group them, why not just add a text string with the assigned color per group linking the name of the mod to that color coded group, that way you don't...
Forum: Lua/XML Help 06-06-09, 07:33 AM
Replies: 11
Views: 4,130
Posted By Samsan
Curious

Would it be possible to clear data on show so that the dropdowns only show selected frame data onclick?

Just a thought... :)
Forum: Lua/XML Help 05-31-09, 11:20 AM
Replies: 10
Views: 5,984
Posted By Samsan
Smile Love Patsy...Thx

Now that's a great friend :) lol ty

Here's the links to the scripts, I can post the entire project if you need it.

the lua script - http://pastey.net/115170
the xml script -...
Forum: Lua/XML Help 05-31-09, 06:47 AM
Replies: 10
Views: 5,984
Posted By Samsan
Smile Np..

above are the rep pages lua and xml in full with the buttonText errors.

I think I really suck at this :p but am persisting, I guess you can see why I asked for someone to write it for me....lol ...
Forum: Lua/XML Help 05-31-09, 06:42 AM
Replies: 10
Views: 5,984
Posted By Samsan
OK her goes the mess XML:

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

<Button...
Forum: Lua/XML Help 05-31-09, 06:42 AM
Replies: 10
Views: 5,984
Posted By Samsan
OK her goes the mess LUA:

DWMP_NUM_FACTIONS_DISPLAYED = 15;
DWMPACKREPSCROLLFRAME_FACTIONHEIGHT = 26;
DWMPACKREPFRAME_ROWSPACING = 23;

--------------------------------------------------------------------------
-- Recolors...
Forum: Lua/XML Help 05-31-09, 06:27 AM
Replies: 10
Views: 5,984
Posted By Samsan
Smile Sliders and checkboxs

The minimap button radius tag:
<Slider name="MBRSlider" enableMouse="true" minValue="0.5" maxValue="1" defaultValue="1" valueStep="0.1" orientation="HORIZONTAL">
with...
Forum: Lua/XML Help 05-30-09, 10:54 PM
Replies: 10
Views: 5,984
Posted By Samsan
Sliders and checkboxs

Thx for that, basically as you said, I just needed the checkboxes to tick untick which they do ... I also realized that I need to explain my problems much more clearly...sorry about the confusion. I...
Forum: General Authoring Discussion 05-28-09, 11:55 PM
Replies: 28
Views: 10,708
Posted By Samsan
Thx very much for the update, it showed me...

Thx very much for the update, it showed me something that I wasn't sure of myself. UID is what I use to create the base of my frames and from there I add and change stuff accordingly. Agreed it is...
Forum: General Authoring Discussion 05-28-09, 11:52 AM
Replies: 28
Views: 10,708
Posted By Samsan
thx...I'm still learning myself...not sure about...

thx...I'm still learning myself...not sure about many things still :)

In your code, the 6 background images are on the base frame from what I can tell, buut are set up strange to me...lol..and the...
Forum: General Authoring Discussion 05-28-09, 11:42 AM
Replies: 28
Views: 10,708
Posted By Samsan
The 0,0 setting for the parent is to the wow...

The 0,0 setting for the parent is to the wow uiparent from center and is normal as far as I know, however you can set the x/y to allow for a spacing from the upper left corner of the screen (uiparent)
Forum: General Authoring Discussion 05-28-09, 11:40 AM
Replies: 28
Views: 10,708
Posted By Samsan
Post What I prefer.

The parent frame settings that I use are:

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Forum: General Authoring Discussion 05-28-09, 11:33 AM
Replies: 28
Views: 10,708
Posted By Samsan
the frame that is on screen is the main frame I...

the frame that is on screen is the main frame I take it...If so how are the other frames linked to it?.....The uiparent tag is for the main frame or parent..if you have other frames that fit into...
Forum: General Authoring Discussion 05-28-09, 10:28 AM
Replies: 28
Views: 10,708
Posted By Samsan
Post Hmm

If the frames have diasppeared, it could be because of two reasons, firstly the hidden tag is set to true in which case you need to show the frame from a slash command or secondly there is an error...
Forum: General Authoring Discussion 05-28-09, 10:25 AM
Replies: 28
Views: 10,708
Posted By Samsan
Red face Strange disappearance?

I do appologise....if you know the original frame size, then replace the dimensions below with yours. If your frame has hidden itself, ensure that the "hidden" tag is set to false while working on...
Forum: General Authoring Discussion 05-28-09, 12:02 AM
Replies: 28
Views: 10,708
Posted By Samsan
Wink XML could be missing

Hey there, I am no expert but I use xml frames and have my share of hassles.. Is the above only a part of the xml or is it the whole deal? If its the whole deal, then you're missing heaps...The top...
Forum: Lua/XML Help 05-26-09, 02:49 AM
Replies: 1
Views: 2,531
Posted By Samsan
Question Button Text Error

This is very frustrating.....
Forum: Lua/XML Help 05-26-09, 02:35 AM
Replies: 10
Views: 5,984
Posted By Samsan
Question Check Button and Slider Hassles!

Hi all, I have a problem with a couple of check buttons and slilders.

1. Show or hide minimap button.....
You have to click the check box twice to get the map button to show or hide. Don't...
Forum: Lua/XML Help 05-21-09, 08:08 AM
Replies: 2
Views: 3,083
Posted By Samsan
Smile Yay!

Thx so much...I was attempting to run it in the lua not the xml and once I out it in the xml it worked fine....:banana:

I feel like a noob in the deep end...lol... That was bugging me for weeks and...
Forum: Lua/XML Help 05-21-09, 06:37 AM
Replies: 2
Views: 3,083
Posted By Samsan
Question Swapping Bg images with a xml button.

Hey, I'm trying to us a normal button in xml to swap an image in a frame. It just doesn't do anything OnClick. Any ideas please?

snippets:

XML Options Panel
<Button name="AquaBgButton"...
Forum: Lua/XML Help 05-20-09, 10:42 PM
Replies: 9
Views: 5,217
Posted By Samsan
Smile Thx

Np and thx...I appreciate your time. :)
Forum: Lua/XML Help 05-20-09, 09:33 PM
Replies: 9
Views: 5,217
Posted By Samsan
Oh!

I can understand that...could explain why my mod suddenly stopped as well. I truly hope u can work it out.. I also posted the snips for you :)
Showing results 1 to 25 of 33