Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: merlight
Forum: Lua/XML Help 05/11/16, 02:23 PM
Replies: 20
Views: 14,807
Posted By merlight
I've never used ZO_ScrollContainer, and I...

I've never used ZO_ScrollContainer, and I wouldn't use it in this case, either. Here's how I see it:
- ZO_ScrollContainer for UI widgets -- a number of controls, often of different types, shapes and...
Forum: Lua/XML Help 05/11/16, 12:54 PM
Replies: 20
Views: 14,807
Posted By merlight
The principle behind ZO_ScrollList is separating...

The principle behind ZO_ScrollList is separating data from controls. That way you can have thousands of data items in a list, and only a bunch of controls to display them (well in your case, there'll...
Forum: Lua/XML Help 05/10/16, 06:11 PM
Replies: 20
Views: 14,807
Posted By merlight
I'd advise you to try using ZO_ScrollList. It's...

I'd advise you to try using ZO_ScrollList. It's almost guaranteed to perform better.

In your code above, you're creating as many icon controls as there are icons in your dataset. And each time you...
Forum: Lua/XML Help 11/10/15, 06:08 AM
Replies: 20
Views: 14,807
Posted By merlight
Interesting, I didn't know...

Interesting, I didn't know ZO_HorizontalScrollList can handle variable width items. And I didn't even think about item-wise scrolling (select next/previous). I only did area scrolling and you have to...
Forum: Lua/XML Help 11/08/15, 03:55 PM
Replies: 20
Views: 14,807
Posted By merlight
Yes, it's only purpose so far has been clipping...

Yes, it's only purpose so far has been clipping the tab labels so they don't overflow out of the window if you open too many. Scrolling behaviour is what I've been struggling with this weekend. It...
Forum: Lua/XML Help 11/08/15, 06:48 AM
Replies: 20
Views: 14,807
Posted By merlight
Need some help with understanding <Scroll> control

I have a plain <Scroll> control (XML source (https://github.com/merlight/eso-merTorchbug/blob/master/controls/templates.xml#L197)). No inherits="ZO_Scroll", since it only supports vertical scrolling...
Showing results 1 to 6 of 6