EagleEye
unread,Jul 11, 2008, 4:57:23 AM7/11/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EEGUI
Actually... before I release a new DLL, I'd like a list from you guys
of issues that are not yet resolved, even if we've discussed them.
XavRam had that whole "unclick a button" problem before... did you
ever figure out if you were doing something wrong? Did you get it
resolved via a work-around?
Then there's the whole "chat log" type thing that was discussed... a
possible custom control we could work on as a group to help people get
a feel for making their own controls.
Wasn't there someone needing the redraw throttle?
Then there's this:
"the mouse over events for controls on the main
window are being triggered even when they're underneath one of these
subwindows. Unsure why this is happening or how to prevent it. "
My reply had this in it:
"Of course, I could simply change it so that on the GUI render, I have
the
mouseoverobject raise the "onmouseover" event, so only one object is
raising
that event each redraw... that would work too. "
That's interesting... I'll look in to it...
There was another comment about the tooltip object.
That indeed is a public object that you can overwrite with your own.
Then there's this:
"Setting the isTabStop = True for your TextBox control there
doesn't seem to help either, the text box on teh Sample Window 2
doesn't get control when you click on it. "
Noted... will investigate.
"I assume that was SetTextPadding does is move the text in from the
edges of the label or whatever. However, on the Multiline label, what
I'm finding is that if I set it to say 10, its actually putting a
white background on the edges, which is actually chopping off the
letters at the edges. "
Still have to look in to this.
GOD I'm a slacker!
"I have a custom class that extend the EEGUI.guiComboBox. When I add
it to the form, it renders correctly. However, whenever it is clicked
my program crashes and I get the following stack trace: "
I'm getting that too... almost forgot to check in to why. *SIGH*...
"I am having an issue with a guiListBox
control and the SelectedItemChanged event."
From Feb 18... and our newest user reported the same thing to me.
That's all I've been able to find from the past discussions. Anything
else?