Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: ZOS_ChipHilseberg
Forum: General Authoring Discussion 09/03/15, 07:46 AM
Replies: 59
Views: 38,719
Posted By ZOS_ChipHilseberg
Internally we haven't experienced any noticable...

Internally we haven't experienced any noticable change in performance of the stock UI (which runs as an addon the same as the custom addons). So any information on what in particular is triggering...
Forum: General Authoring Discussion 09/02/15, 10:49 AM
Replies: 59
Views: 38,719
Posted By ZOS_ChipHilseberg
This is slightly better than the bad example. It...

This is slightly better than the bad example. It doesn't remake the closure every time. But it's still a waste to keep setting that same exact handler code on the control repeatedly. So it would be...
Forum: General Authoring Discussion 09/02/15, 09:32 AM
Replies: 59
Views: 38,719
Posted By ZOS_ChipHilseberg
1. Best: <Texture name="Sample"> ...

1. Best:

<Texture name="Sample">
<OnMouseEnter>
--Code
</OnMouseEnter>
</Texture>


2. Also Good:
Forum: General Authoring Discussion 09/02/15, 07:57 AM
Replies: 59
Views: 38,719
Posted By ZOS_ChipHilseberg
Defining a handler in XML would set it on the...

Defining a handler in XML would set it on the control at the control's creation, which in the case of a non-virtual control would be during the load screen, which would hide any cost. This is pretty...
Forum: General Authoring Discussion 09/01/15, 04:06 PM
Replies: 59
Views: 38,719
Posted By ZOS_ChipHilseberg
2.1 and SetHandler

We've been profiling some UI code since 2.1 went live and we've noticed some spikes with SetHandler on controls. Especially when the code is frequently making a new anonymous closure and passing that...
Showing results 1 to 5 of 5