Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: hulksmash
Forum: Released AddOns 06/01/14, 07:54 AM
Replies: 2
Views: 6,417
Posted By hulksmash
version 2.0 is now up

version 2.0 is now up
Forum: Lua/XML Help 06/01/14, 07:49 AM
Replies: 5
Views: 4,370
Posted By hulksmash
Yeah thats kind of what I was kind of grasping...

Yeah thats kind of what I was kind of grasping from the wiki. I guess to be clear with my question I wanted to make dynamic key bindings with lua and no xml. In my SWAPS addon, I made it so you can...
Forum: General Authoring Discussion 06/01/14, 07:41 AM
Replies: 22
Views: 17,914
Posted By hulksmash
Incentives

So someone asked me why I spend all this time learning this language and making an AddOn. I didn’t really do a good job explaining myself. Now I am revisiting the topic for myself and if I should...
Forum: Lua/XML Help 05/31/14, 07:43 PM
Replies: 3
Views: 3,460
Posted By hulksmash
select box

I am looking for documentation on how to make a select box? This would be similar to html tags: <select><option></option></select> What kind of control would I use for this?
Forum: Lua/XML Help 05/31/14, 05:14 PM
Replies: 5
Views: 4,370
Posted By hulksmash
number of key bindings

So everyone wants key bindings on my SWAPS Addon and more presets... In theory I want to make an unlimited set of presets which can be attached to a key binding of your choice. I got everything done...
Forum: Lua/XML Help 05/31/14, 04:37 PM
Replies: 4
Views: 3,708
Posted By hulksmash
killing me

killing me
Forum: Lua/XML Help 05/31/14, 04:02 PM
Replies: 4
Views: 3,708
Posted By hulksmash
Remove Control

What is the opposite to CreateControl? I want to remove a control window (which is a row) and redraw all my rows.
Forum: Lua/XML Help 05/27/14, 07:47 PM
Replies: 3
Views: 3,838
Posted By hulksmash
After about 100 reloaduis I think I finally got...

After about 100 reloaduis I think I finally got it. Main problem was my rows were anchored to the container and not the scroll. /Facepalm
Forum: Lua/XML Help 05/27/14, 04:53 PM
Replies: 3
Views: 3,838
Posted By hulksmash
scroll page inside window

How can I make a window box with a bunch of contents inside it that the user can scroll through using the mousewheel? For example, I have a window with several rows, lets just use labels for now. I...
Forum: General Authoring Discussion 05/27/14, 01:54 PM
Replies: 8
Views: 6,162
Posted By hulksmash
if only we could sell addons as DLC

if only we could sell addons as DLC
Forum: General Authoring Discussion 05/27/14, 11:28 AM
Replies: 12
Views: 12,964
Posted By hulksmash
Yeah I think I am going to just post the source...

Yeah I think I am going to just post the source code and deal with it. I have a lot of really cool ideas and features I want to add to this. I am depending on the forums a lot for support when I am...
Forum: General Authoring Discussion 05/27/14, 10:57 AM
Replies: 8
Views: 6,162
Posted By hulksmash
Ouch for console players

Ouch for console players
Forum: General Authoring Discussion 05/27/14, 10:52 AM
Replies: 8
Views: 6,162
Posted By hulksmash
addon console support

Are custom addons we make available to the xbox One or PS3 version of the game? Are addons even available for console? If so do we need to make a special console version when making an addon?
Forum: Lua/XML Help 05/27/14, 10:46 AM
Replies: 3
Views: 4,184
Posted By hulksmash
OMG how did I not see those? Very helpful, thank...

OMG how did I not see those? Very helpful, thank you
Forum: Site help, bugs, suggestions/questions 05/27/14, 10:35 AM
Replies: 7
Views: 2,285
Posted By hulksmash
Thanks, I am aware of the workaround. It just...

Thanks, I am aware of the workaround. It just looks like it was supposed to include this feature and it was forgotten?
Forum: General Authoring Discussion 05/27/14, 10:30 AM
Replies: 12
Views: 12,964
Posted By hulksmash
Yeah I just wanted to keep my source code to...

Yeah I just wanted to keep my source code to myself really. I dont mind others reading the code and providing tips, helps, hints etc but I dont want people to take the code and bastardize it up...
Forum: Lua/XML Help 05/27/14, 08:11 AM
Replies: 4
Views: 7,329
Posted By hulksmash
tooltip example

Can anyone provide a clean tooltip example? I want to create a tooltip when you mouse over button texture. I want it to look very similar if not exactly like the tooltips when you navigate the tabs...
Forum: Graphics Help 05/27/14, 08:04 AM
Replies: 3
Views: 13,725
Posted By hulksmash
I did it manually. It was painful. I will have...

I did it manually. It was painful. I will have to try out the texture viewer for the next version. Thanks
Forum: General Authoring Discussion 05/27/14, 07:52 AM
Replies: 12
Views: 12,964
Posted By hulksmash
minified LUA

Is there any issues with only providing the minified version of your LUA source? For example, in my SWAPS (http://www.esoui.com/downloads/info530-SwapSkills.html) addon I am using the minified...
Forum: Site help, bugs, suggestions/questions 05/27/14, 07:44 AM
Replies: 7
Views: 2,285
Posted By hulksmash
donations tab

When you manage an addon, can you please include the text area tools on the donations tab? You know, the tools to change fonts, styles, format, links, etc.

Thanks
Forum: Released AddOns 05/26/14, 08:24 PM
Replies: 2
Views: 6,417
Posted By hulksmash
announcing Swap Skills (SWAPS)

I would like to introduce this add on that lets you save your hotbar slots into a preset. You can manage, save, load, and delete your presets from the skills window. Thank you to everyone on the...
Forum: Lua/XML Help 05/26/14, 04:39 PM
Replies: 3
Views: 4,184
Posted By hulksmash
bring to front

What is the best practice to bring a frame to the front on top of everything else? I have a button I made which after clicking its supposed to bring a modal to the front on top of everything else. ...
Forum: Graphics Help 05/26/14, 12:40 PM
Replies: 3
Views: 13,725
Posted By hulksmash
research icon .dds

Does anyone know which .dds is used for the research icon or improvement icon when using a crafting station? I've tried almost every one that I could think of from http://wiki.esoui.com/Texture_List...
Forum: Lua/XML Help 05/26/14, 12:30 PM
Replies: 5
Views: 4,711
Posted By hulksmash
Thanks that really pointed me in the right...

Thanks that really pointed me in the right direction for what I needed
Forum: Lua/XML Help 05/25/14, 10:17 PM
Replies: 5
Views: 4,711
Posted By hulksmash
Well going further I have several objects I...

Well going further I have several objects I create in the loop along with the button. I wanted to keep them together in a structure of some sort. For example:


local node = {}

for p=1,4,1...
Showing results 1 to 25 of 30