Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: farang
Forum: Lua/XML Help 09-23-05, 03:49 AM
Replies: 9
Views: 9,718
Posted By farang
well ,you heard the pro :) I shortly played with...

well ,you heard the pro :)

I shortly played with it yesterday (also with GetRight(), GetLeft()) , but i noticed that with my frames, the position is saved itself ,there was actually no need to set...
Forum: Lua/XML Help 09-22-05, 10:16 AM
Replies: 9
Views: 9,718
Posted By farang
yeah no wonder it doesn't work. you mix the...

yeah no wonder it doesn't work.

you mix the positions a bit ,so it will always shift with the same amount.

i will try to do an example later on and post it here.
Forum: Mod Beta Testing 09-22-05, 12:51 AM
Replies: 4
Views: 1,650
Posted By farang
the only way the settings are stored are in the...

the only way the settings are stored are in the SavedVariables folder below your WTF/<Account> directory.

so by checking the corresponding lua files there, you should be able to find out what you...
Forum: General Authoring Discussion 09-15-05, 03:34 PM
Replies: 22
Views: 12,655
Posted By farang
I understand. For developing there is no big...

I understand.

For developing there is no big deal ,i just tested it tonight.

I added a couple of empty lua files and xml files to the toc, than i could perfectly work with them (if you add new ones...
Forum: General Authoring Discussion 09-15-05, 08:37 AM
Replies: 22
Views: 12,655
Posted By farang
so let's make the addons bigger ;) i'm working...

so let's make the addons bigger ;)

i'm working on it *g*
Forum: Lua/XML Help 09-15-05, 07:09 AM
Replies: 9
Views: 9,718
Posted By farang
you need to Save the Positions between...

you need to Save the Positions between sessions.

http://www.wowwiki.com/HOWTO:_Save_Variables_Between_Game_Sessions
Forum: General Authoring Discussion 09-15-05, 03:31 AM
Replies: 22
Views: 12,655
Posted By farang
about the /console reloadui to add new Addons "on...

about the /console reloadui to add new Addons "on the fly": i didn't know about that possibility until recently (and most users still don't know that).

When i tested/installed new Addons i did...
Forum: General Authoring Discussion 09-15-05, 03:29 AM
Replies: 22
Views: 12,655
Posted By farang
Now i understand why my last edit yesterday night...

Now i understand why my last edit yesterday night didn't worked ;)

I've added first an entry to the .toc file ,believing that it's now possible to acutally add the .lua additional files directly...
Forum: General Authoring Discussion 09-13-05, 04:38 AM
Replies: 1
Views: 6,601
Posted By farang
as a general hint: use...

as a general hint:
use DEFAULT_CHAT_FRAME:AddMessage("...") to debug your code.

as far as i can see ,you should get the zone info.
Forum: General Authoring Discussion 09-12-05, 12:32 AM
Replies: 5
Views: 4,484
Posted By farang
I like Notepad++ too :) If it only had sorting...

I like Notepad++ too :)

If it only had sorting in it, it would be perfect :)

of course an XML Editor who can read the UI.xsd file, would help as well.

but then i'm faster with a normal editor...
Forum: Lua/XML Help 09-09-05, 03:01 AM
Replies: 12
Views: 8,119
Posted By farang
there is an easy way to solve your problem. Just...

there is an easy way to solve your problem.

Just take one of the new Commands, and see if it it's existing...



if (SomeBlizzCommand) then
DEFAULT_CHAT_FRAME:AddMessage ("Command exists, therefore...
Forum: Lua/XML Help 09-08-05, 05:17 AM
Replies: 1
Views: 4,871
Posted By farang
Okay, maybe i can help. I'm not at home right...

Okay, maybe i can help.

I'm not at home right now ,so i can't do any testing ,but the function you want to create has to work like this:

1. extract the number from the Button pressed.

if you...
Forum: Tutorials & Other Helpful Info. 09-07-05, 12:46 AM
Replies: 7
Views: 16,638
Posted By farang
Thanks Cairenn, i posted the Information there...

Thanks Cairenn,

i posted the Information there as well.
Forum: Dev Tools 09-07-05, 12:45 AM
Replies: 1
Views: 14,748
Posted By farang
For Beginners, make sure check out my Frames...

For Beginners, make sure check out my Frames Tutorial at:

http://fara.webeddie.com/frames/

It's an Addon/Tutorial, that you can find also in the Download Section on this site "FaraFrames".
Forum: Dev Tools 09-07-05, 12:44 AM
Replies: 1
Views: 14,748
Posted By farang
Ui XML Frames

I've created a list of the structures you can use to create your XML Files.
It's not 100% Complete yet, but it's a start.

http://fara.webeddie.com/ui/example.gif

The Page just lists all the...
Forum: Tutorials & Other Helpful Info. 09-06-05, 11:57 AM
Replies: 7
Views: 16,638
Posted By farang
Also check my new Tutorial & Addon FaraFrames,...

Also check my new Tutorial & Addon FaraFrames, which tries to help Beginners on their first steps.

Find it here: http://www.wowinterface.com/downloads/fileinfo.php?id=4152
Forum: Tutorials & Other Helpful Info. 09-06-05, 01:29 AM
Replies: 7
Views: 16,638
Posted By farang
Info: Ui XML: How to create these Frames

I've created a list of the structures you can use to create your XML Files.
It's not 100% Complete yet, but it's a start.

http://fara.webeddie.com/ui/example.gif

The Page just lists all the...
Forum: Lua/XML Help 09-01-05, 08:50 AM
Replies: 14
Views: 9,037
Posted By farang
as a little help, of how to convert such...

as a little help, of how to convert such savedvariable.lua easy:

Get the Lua standalone exe.

Create a Lua script ,that uses "print()" to output the resulting data (that script won't work inside...
Forum: Tutorials & Other Helpful Info. 08-15-05, 02:24 AM
Replies: 20
Views: 67,667
Posted By farang
Opensource and Freeware Editor with support for...

Opensource and Freeware Editor with support for Lua-Syntax Highlighting:

Notepad++

http://notepad-plus.sourceforge.net

It's possible to start the LUA exe to test Lua Scripts (without WoW...
Showing results 1 to 19 of 19