Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Nogaruk
Forum: Lua/XML Help 05/11/14, 05:56 PM
Replies: 6
Views: 5,790
Posted By Nogaruk
So to help not step on toes further, I dropped...

So to help not step on toes further, I dropped creating from virtual completely and tried making my own checkbox rather than wait to revise the function I was going to reference from LAM. I have not...
Forum: Lua/XML Help 05/11/14, 01:35 PM
Replies: 6
Views: 5,790
Posted By Nogaruk
I'm sorry if it is almost a copy at the moment,...

I'm sorry if it is almost a copy at the moment, lam does have other handlers which my copy does not, but I was planning on adding more changes inside of the call. I only meant to use it as a...
Forum: Lua/XML Help 05/11/14, 05:12 AM
Replies: 6
Views: 5,790
Posted By Nogaruk
Too many anchors - options menu

Hello,
I know there's already a similar thread to this one, but it did not seem to be the same issue and I do not want to hijack their thread.

I started working on my options panel and today I ran...
Forum: Lua/XML Help 05/09/14, 04:10 AM
Replies: 2
Views: 4,326
Posted By Nogaruk
Color selection and Virtual defaults

Hello,
I'm working on my options panel atm and running into a small problem. It's not the first time I've run into this part either. I have no idea where to find virtual names for things that ZO...
Forum: Lua/XML Help 04/14/14, 05:47 PM
Replies: 9
Views: 8,375
Posted By Nogaruk
Glad it helped. Fixed some of the typos in case...

Glad it helped. Fixed some of the typos in case someone else comes across it later. I did write it when I was about to pass out, some typos were bound to happen. :)
Forum: Lua/XML Help 04/14/14, 02:19 PM
Replies: 15
Views: 14,831
Posted By Nogaruk
I believe the "OnClicked" will only work if it is...

I believe the "OnClicked" will only work if it is a CT_BUTTON. Beyond that, you'll probably have to wait for someone more experienced to see this. I have not needed to use handlers that required...
Forum: Lua/XML Help 04/14/14, 01:53 PM
Replies: 15
Views: 14,831
Posted By Nogaruk
To your example, I could be wrong, but I think...

To your example, I could be wrong, but I think the problem is you're not giving it anything to do.

-- SetHandler(string handlerName, function functionRef)

When I've used handlers before I haven't...
Forum: Lua/XML Help 04/14/14, 05:19 AM
Replies: 9
Views: 8,375
Posted By Nogaruk
I'll try to give a short example. Since storm...

I'll try to give a short example. Since storm gave you one with xml, I'll give you one with just lua.


-- Variable to hold the window manager object
local wm = GetWindowManager()

function...
Forum: Lua/XML Help 04/13/14, 02:20 PM
Replies: 9
Views: 8,375
Posted By Nogaruk
I'd love to know if you manage to figure out...

I'd love to know if you manage to figure out SetResizeToFitDescendents(bool resize). I have only managed to get it to work with SetDimensionConstraints(number minWidth, number minHeight, number...
Forum: Lua/XML Help 04/13/14, 01:36 PM
Replies: 21
Views: 19,073
Posted By Nogaruk
Edit: I think I miss read what you were asking....

Edit: I think I miss read what you were asking. You're looking for the tamriel world time?

if so, I didn't see you mention
GetGameTimeMilliseconds() - Returns: integer gameTimeInMilliseconds

There...
Forum: Lua/XML Help 04/11/14, 04:49 PM
Replies: 3
Views: 4,951
Posted By Nogaruk
I definitely plan on posting if I manage to find...

I definitely plan on posting if I manage to find any way to pull in tooltip data. Seems like something many people need. I think part of the problem, might be, that some of the information we need...
Forum: Lua/XML Help 04/10/14, 07:35 PM
Replies: 3
Views: 4,951
Posted By Nogaruk
Update: I've managed to make a tooltip and pull...

Update: I've managed to make a tooltip and pull in item info. It's a start at least.

From what I can tell so far, and by all means correct me if I wrong in any of this, tooltips are comprised...
Forum: General Authoring Discussion 04/10/14, 01:10 PM
Replies: 3
Views: 3,188
Posted By Nogaruk
I don't know if you have already looked at it or...

I don't know if you have already looked at it or if it will be of any help, but the control frame in the center of the crafting stations creation panel for smithing, woodworking, and clothier is...
Forum: Lua/XML Help 04/09/14, 06:12 AM
Replies: 3
Views: 4,951
Posted By Nogaruk
Help with using Tooltips

Hello and thank you ahead of time to anyone that might be able to shed some light on Tooltip controls for me.

I am new to Lua and XML. So far I have managed to force comparative tooltips to show...
Forum: General Authoring Discussion 04/09/14, 05:48 AM
Replies: 1
Views: 3,689
Posted By Nogaruk
I've been trying to do something similar as my...

I've been trying to do something similar as my first addon to throw up, as well. I'm not sure it is possible, though. Zgoo is definitely you're friend, especially so when trying to find frame names....
Showing results 1 to 15 of 15