Thread Tools Display Modes
04/01/14, 10:25 AM   #1
Nalaya
Join Date: Apr 2014
Posts: 4
Unhappy Total addon beginner looking for help

Hey guys,

I wanted to make myself a little addon.

I have experience in Java programming and now how xml works but never had something to do with lua

I worked myself through your tutorial in your wiki but it didn't really helped to get started.

The listing of UI XML elements doesn't help either because it doesn't say what every element is good for.

For e.g.: How to draw an image?

Are there other tutorials I could work through?

Many thanks!
  Reply With Quote
04/02/14, 05:41 PM   #2
vapakule
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 15
Originally Posted by Nalaya View Post
Hey guys,

I wanted to make myself a little addon.

I have experience in Java programming and now how xml works but never had something to do with lua

I worked myself through your tutorial in your wiki but it didn't really helped to get started.

The listing of UI XML elements doesn't help either because it doesn't say what every element is good for.

For e.g.: How to draw an image?

Are there other tutorials I could work through?

Many thanks!
Hi Nalaya!

You can start with code review of some little weight addon(for e.g. LootDrop). It will give you more understanding how does this addon work.

Some lua Reference and basic lua tutorials can help achieve your goals , start with lua first
http://www.lua.org/manual/5.1/
http://stackoverflow.com/questions/8...rning-lua-fast

For eso addons dev, i highly recomend use dev utilities http://www.esoui.com/downloads/cat53.html and libs http://www.esoui.com/downloads/cat35.html
  Reply With Quote
04/02/14, 07:24 PM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Though one *should* understand how to code without libraries/frameworks before using them.
  Reply With Quote
04/03/14, 01:23 AM   #4
Nalaya
Join Date: Apr 2014
Posts: 4
Hey vapakule,

thank you! I already thought of looking through other addon code.

A website like developer.android.com would be cool, I learned android development just from this because every little element is described there and has examples and stuff.

But I guess I won't come around just testing out every xml element

As Seerah said, I think I should first try it without libraries to avoid too much confusion.
  Reply With Quote
04/04/14, 06:15 AM   #5
Gillymead
 
Gillymead's Avatar
Join Date: Mar 2014
Posts: 5
It might be worth adding some comments to the MyFirstAddOn tutorial code to explain what the LUA and XML is actually doing?

I appreciate that that involves someone taking the time to do it, if I can understand it, and people don't mind, I'd be happy to contribute.
  Reply With Quote
04/04/14, 07:52 AM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
The tutorial was provided by ZOS, along with all the other stuff about the API. But, by all means, feel free to edit it.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Total addon beginner looking for help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off