Mercurial > wow > ouroloot
comparison gui.lua @ 126:9232cacc9136 beta-mhg-4
lib-st notes and minor cosmetic cleanup; properly bump version from previous change
| author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
|---|---|
| date | Sun, 19 Aug 2012 22:00:59 -0400 |
| parents | a9cf9b2fbf9b |
| children | dc39ce56a62d |
comparison
equal
deleted
inserted
replaced
| 125:a9cf9b2fbf9b | 126:9232cacc9136 |
|---|---|
| 2030 end | 2030 end |
| 2031 --[====[ | 2031 --[====[ |
| 2032 Unfortunately, :GetHeight() called on anything useful out of a TabGroup | 2032 Unfortunately, :GetHeight() called on anything useful out of a TabGroup |
| 2033 returns the static default size (about 50 pixels) until the refresh | 2033 returns the static default size (about 50 pixels) until the refresh |
| 2034 cycle *after* all the frames are shown. Trying to fix it up after a | 2034 cycle *after* all the frames are shown. Trying to fix it up after a |
| 2035 single OnUpdate doesn't work either. So for now it's all hardcoded. | 2035 single OnUpdate doesn't work either. So for now it's all hardcoded; |
| 2036 a ScrollingTable requires a row count to determine its height rather | |
| 2037 than using SetPoints to constrain a usable area. | |
| 2036 | 2038 |
| 2037 Using this to determine the actual height of the usable area. (Will | 2039 Using this to determine the actual height of the usable area. (Will |
| 2038 error until an ST is shown, which only happens if it's tracking, etc.) | 2040 error until an ST is shown, which only happens if it's tracking, etc.) |
| 2039 416 pixels | 2041 416 pixels |
| 2040 if group == "eoi" then | 2042 if group == "eoi" then |
