Showing results 1 to 25 of 82
Search took 0.00 seconds.
Search: Posts Made By: dreamcatcher
Forum: General Authoring Discussion 09-24-11, 07:38 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Ok I have been working so hard this last few...

Ok I have been working so hard this last few weeks but still having some problems, I don't understand the Action Bar module works fine no error, well no error till i do a change profile or reset...
Forum: General Authoring Discussion 09-05-11, 01:21 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
I have also posted this question on...

I have also posted this question on WowAce.
http://forums.wowace.com/showthread.php?p=318659#post318659
Forum: General Authoring Discussion 09-04-11, 12:16 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Ok I not sure I understand this last part. Right...

Ok I not sure I understand this last part. Right now I have a config file with all the gui options. Then I have my core file with the defalts. Last I have a module folder with for now one file for...
Forum: General Authoring Discussion 09-02-11, 07:16 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
No one know how I can do this? :(

No one know how I can do this? :(
Forum: General Authoring Discussion 09-01-11, 03:58 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Another question here. Before I started making...

Another question here.

Before I started making my in-game GUI with Ace3 I had my addon split in 3 files one was my work on the actionbars the other was all the frames I made for my addon then the...
Forum: General Authoring Discussion 09-01-11, 03:05 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Not sure if I understand. The frame is in the...

Not sure if I understand. The frame is in the same section of code as all code for the MiniMap.

function Map()

if db.MM.Enable then

Minimap:ClearAllPoints()
Minimap:SetPoint(db.MM.anchor,...
Forum: General Authoring Discussion 08-31-11, 02:57 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
I'm haveing some problems with the color picker....

I'm haveing some problems with the color picker. It works good for the Tooltip but not so god on the frame for the Mini Map.

Here's what I have.


Color = {
name = "BorderColor",
type =...
Forum: General Authoring Discussion 08-30-11, 08:57 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Thank you the " give the checkbox element a width...

Thank you the " give the checkbox element a width of full" worked great.
Forum: General Authoring Discussion 08-30-11, 06:07 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Ok I moved on from trying to get the micro names...

Ok I moved on from trying to get the micro names to show hide for now since I have been stuck on it for days.

Now I need help with a minor thing just the layout look of the GUI.

This is what it...
Forum: Lua/XML Help 08-30-11, 10:40 AM
Replies: 3
Views: 7,812
Posted By dreamcatcher
I gust set up my GUI color last night but my...

I gust set up my GUI color last night but my defaults are done different then yours. But you can try this. The stuff in red is what i changed going off of my code.


playerHealthColor = {
type =...
Forum: General Authoring Discussion 08-29-11, 06:52 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
If there is a way I can tie in all the skinning...

If there is a way I can tie in all the skinning to one Then maybe I can do it like you say. I don't know. Still learning this stuff.

This is the whole code for the buttons.
function Style(self) ...
Forum: General Authoring Discussion 08-29-11, 06:29 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Ok I ether placed things wrong or something but...

Ok I ether placed things wrong or something but now i get a error.

Message: Interface\AddOns\DreamTweaks\Core.lua:701: attempt to index global 'self' (a nil value)
Time: 08/29/11 17:33:05
Count:...
Forum: General Authoring Discussion 08-29-11, 06:03 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Ok well I'm confused. :confused: The option to...

Ok well I'm confused. :confused: The option to show or hide micro names from the gui is working but only if i do a reload after selecting it in the gui.
Forum: General Authoring Discussion 08-29-11, 05:44 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
o hehe well I got most working good now but the...

o hehe well I got most working good now but the micro names hide/show option.

The thing is it works fine if i do it manually in the default config but it dos nothing in the...
Forum: General Authoring Discussion 08-29-11, 01:18 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Don't know what the problem was but after I...

Don't know what the problem was but after I changed the name from MyAddon to DreamTweaks it now saves the profile changes. I was just using MyAddon name for it as a test name so I would not have it...
Forum: General Authoring Discussion 08-28-11, 11:52 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Yes the settings stay when i set them but on a...

Yes the settings stay when i set them but on a reload they go back to the default setting.
Forum: General Authoring Discussion 08-28-11, 11:46 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Code for a GUI with ace or with out?

Code for a GUI with ace or with out?
Forum: General Authoring Discussion 08-28-11, 03:50 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Another problem I just noticed is when I do a...

Another problem I just noticed is when I do a reload it is resenting all options to default.

Config.lua

function MyAddon:ConfigRefresh()
db = self.db.profile;
end

function...
Forum: General Authoring Discussion 08-28-11, 03:20 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Woot figured out how to change position of...

Woot figured out how to change position of bar.

Config.lua

offsetX = {
name = "X Offset",
type = "input",
width = "half",
order = 13,
desc = "Offsets from the tooltip's anchor...
Forum: General Authoring Discussion 08-28-11, 01:48 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
I to have not played wow in two weeks been like...

I to have not played wow in two weeks been like you say obsessed with my coding

I have been looking at your stuff on the WowAce Forums. But yours is so so so much bigger then mine that i get lost in...
Forum: General Authoring Discussion 08-28-11, 03:48 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
First thank you for your help, I got the options...

First thank you for your help, I got the options to show up now and there are no errors. :D
Now I'm trying to set up all the functions and I'm having some problems. :confused:


One
I don't know...
Forum: General Authoring Discussion 08-27-11, 02:47 AM
Replies: 38
Views: 27,343
Posted By dreamcatcher
So i finely got the GUI to show up but im getting...

So i finely got the GUI to show up but im getting lots of errors.

Message: Interface\AddOns\Tweaks\Core.lua:536: attempt to index upvalue 'db' (a nil value)
Time: 08/27/11 01:47:06
Count: 1
Stack:...
Forum: General Authoring Discussion 08-25-11, 08:17 PM
Replies: 38
Views: 27,343
Posted By dreamcatcher
Config.lua to ingame GUI?

Ok so I have been trying for weeks to make a in game GUI with no luck. I was hopping to do this just with lua code and no libs.
I tried looking into doing it with Ace3 but I can't understand all that...
Forum: General Authoring Discussion 08-24-11, 12:12 PM
Replies: 10
Views: 7,834
Posted By dreamcatcher
I looked there but ugh its using Ace3. I wanted...

I looked there but ugh its using Ace3. I wanted to stay away from using libs. I tried to do Ace3 but I'm completely lost.



I cant get the config in a list way like they want but what do I do in...
Forum: General Authoring Discussion 08-23-11, 11:33 AM
Replies: 10
Views: 7,834
Posted By dreamcatcher
Cokedrivers have you figured out any more on how...

Cokedrivers have you figured out any more on how to make your config to a in game gui? I see no one here has helped yet. I to am trying to do the same thing. If I find out some stuff I'll let you...
Showing results 1 to 25 of 82