Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: Yksrep
Forum: Lua/XML Help 07-26-13, 10:59 PM
Replies: 4
Views: 4,078
Posted By Yksrep
If anyone stumbles upon this Post there is the...

If anyone stumbles upon this Post there is the working code.

--parent frame
local frame = CreateFrame("Frame", "TestFrame", ParentUI)
frame:SetSize(400, 200)
frame:SetPoint("CENTER")
local...
Forum: Lua/XML Help 07-26-13, 02:22 AM
Replies: 4
Views: 4,078
Posted By Yksrep
Thanks, A bit more for more context What I am...

Thanks,

A bit more for more context What I am trying to do is once someone selects the type of NPC they want to find (vendor trainer ect), and what City they are looking in (Stormwind, Thunder bluff...
Forum: Lua/XML Help 07-25-13, 11:55 PM
Replies: 4
Views: 4,078
Posted By Yksrep
Record button presses.

Is it possible to record button presses and then do something.
I mean something like

If
A button pressed and B button pressed
then
C button show.

#See Below for working Code. The easiest way to get...
Forum: Lua/XML Help 07-15-13, 07:04 PM
Replies: 13
Views: 7,146
Posted By Yksrep
Im getting a bug that I cant work out. When I...

Im getting a bug that I cant work out. When I first open the addon the scroll frames appear to be working fine, however on subsequent openings there is a bug with the scroll frames. Can someone help...
Forum: Lua/XML Help 07-09-13, 04:53 AM
Replies: 13
Views: 7,146
Posted By Yksrep
Thanks for all your help. Im making Progress,...

Thanks for all your help.

Im making Progress, been able to add more button and create them into columns. Also able to display tabels from another .lua in the same scrollframe which is the aim of...
Forum: Lua/XML Help 07-08-13, 11:00 PM
Replies: 13
Views: 7,146
Posted By Yksrep
Phantom I have done exactly that, it's made it...

Phantom I have done exactly that, it's made it easier to make the buttons.

Phanx in regard to your table code from what I understand it should be showing both buttons. I the minor change to

--...
Forum: Lua/XML Help 07-08-13, 09:27 PM
Replies: 13
Views: 7,146
Posted By Yksrep
Thanks Phanx your help is greatly appreciated.

Thanks Phanx your help is greatly appreciated.
Forum: Lua/XML Help 07-08-13, 06:40 PM
Replies: 13
Views: 7,146
Posted By Yksrep
That's not strictly how I intend it to work. I...

That's not strictly how I intend it to work. I intend the user to be able to select which city they want to go to. However I get what you mean, I can set it up for on CityselectStormwind button (for...
Forum: Lua/XML Help 07-08-13, 04:32 PM
Replies: 13
Views: 7,146
Posted By Yksrep
I have seen excellent use of a database by gmarco...

I have seen excellent use of a database by gmarco in his RemGank mod, I dont really understand how to do it.

I know that would be a better option for what im doing, I just really dont know how to...
Forum: Lua/XML Help 07-08-13, 04:28 PM
Replies: 13
Views: 7,146
Posted By Yksrep
I think I understand what you mean, Would this be...

I think I understand what you mean, Would this be a correction for that

Battle_Pet_Trainer_Stormwind = CreateFrame("Button", "Battle_Pet_Trainer_Stormwind",content,"UIPanelButtonTemplate") -- Row 1...
Forum: Lua/XML Help 07-08-13, 05:24 AM
Replies: 13
Views: 7,146
Posted By Yksrep
New author requiring some help

I should preface this by saying that I have no training in coding other then that from High School.
So please excuse my silly questions. Found this code thanks to Xchg of Silvermoon on...
Forum: AddOn Help/Support 10-29-10, 12:16 AM
Replies: 1
Views: 2,517
Posted By Yksrep
Slash Command

I had this code working recently but for some reason it's not working any more, can someone help me out with it

SLASH_POINTME1 = '/pointme';
function SlashCmdList.POINTME1(msg, editbox)
...
Forum: Lua/XML Help 10-22-10, 11:27 PM
Replies: 7
Views: 4,142
Posted By Yksrep
Oh very nice I didnt know that.

Oh very nice I didnt know that.
Forum: Lua/XML Help 10-22-10, 07:16 AM
Replies: 7
Views: 4,142
Posted By Yksrep
Thanks for you help mate but I found the easiest...

Thanks for you help mate but I found the easiest way is just to delete and reinstall the addon.
Forum: Lua/XML Help 10-21-10, 04:53 AM
Replies: 7
Views: 4,142
Posted By Yksrep
Now with that working is it possible to reset...

Now with that working is it possible to reset it's position either via a /command or when you log in again. The only way I found to do this it to delete the saved variables folder, this wouldn't be a...
Forum: Lua/XML Help 10-21-10, 04:34 AM
Replies: 7
Views: 4,142
Posted By Yksrep
Thanks mate I got that working and I added...

Thanks mate I got that working and I added <OnDragStart>
if IsShiftKeyDown() then
PointMe_Button:StartMoving()
end
</OnDragStart>

so that I have press shift and left click to move it.

But...
Forum: Lua/XML Help 10-20-10, 10:56 PM
Replies: 7
Views: 4,142
Posted By Yksrep
Post XML Make Button drag-able

Im having trouble with making a GameMenuButtonTemplate button drag-able, can anyone give me a hand or tell me where I can find a why to do it.

Thanks


<Ui xmlns="http://www.blizzard.com/wow/ui/"

...
Forum: General Authoring Discussion 10-06-10, 05:44 PM
Replies: 2
Views: 3,446
Posted By Yksrep
Thats Fantastic Thanks

Thats Fantastic

Thanks
Forum: General Authoring Discussion 10-05-10, 11:17 PM
Replies: 2
Views: 3,446
Posted By Yksrep
Drop Down Menu (Combo Box) Code Snippet

I have been trying to find out how to get combo boxes to work. I have read over the wowwiki how to but I still cannot understand how to get them to work. If anyone here has some code that they use...
Forum: Lua/XML Help 08-28-09, 10:53 PM
Replies: 2
Views: 5,439
Posted By Yksrep
Bugga Thanks for your help anyway.

Bugga

Thanks for your help anyway.
Forum: Lua/XML Help 08-28-09, 09:48 PM
Replies: 2
Views: 5,439
Posted By Yksrep
Get Target Positon or range

Hi

Im using WoW addon Studio, I just want to know does anyone know the code for getting your target range or how far away they are from you?

I know for you position it;s GetPlayerMapPosition for...
Showing results 1 to 21 of 21