Work Log

0 views
Skip to first unread message

EagleEye

unread,
Jul 12, 2008, 5:05:26 PM7/12/08
to EEGUI
BUG: "Unclick" a button
- Unable to verify. May have been fixed by fixing the focus handling.

Feature Request: "chat log"
- This would probably be like a reverse-sorted listbox where the tag
object is a timestamp?

Feature: Redraw-throttle
- Re-Added

BUG: Mouse-over events triggering for controls under the active
control.
- Not really a bug... behavior is as intended.

BUG: Tooltip object unable to be changed?
- Unable to verify. Was able to change background color, foreground
color, etc, just like a normal guiTextBox.

BUG: Textboxes not getting focus, or at least, not raising an event
when they do?
- Unable to verify. Works now at least (could have been fixed with
focus revamp)

BUG: SetTextPadding in guiMultiLineLabel causing white area around
text.
- Unable to verify. Background behind the text area is probably not
being enabled or set.

BUG: TextPadding on guiMultiLineLabel cutting off text on right.
- Fixed
Was: If LineLength < Width Then
Now: If LineLength < Width - TextPadding.Width Then
Can I get a "well DUH!"?

BUG: guiComboBox exception
- Fixed

BUG: guiListBox.SelectedItemChanged event not firing
- Fixed

BUG: guiImage, when not visible, still rendering the layers.
- Fixed

aspurgeon

unread,
Jul 12, 2008, 6:28:01 PM7/12/08
to EEGUI
Wow, you plowed through that stuff. I'll test as soon as I can
(tomorrow night).

I'll retest the tooltip code, and see if I can recreate the problem I
was having (although, I saw another user comment about that in an old
post, too). If so, I'll post sample code to review -- could be user
error, too. ;-)
Reply all
Reply to author
Forward
0 new messages