Static Box component Was - [Pythoncard-users] RFC: Sizers (+Splitter + Notebook) implementation
by other posts by this author
Oct 31 2003 6:16PM messages near this date
Re: [Pythoncard-users] Getting the value of the textfield *after*
keypress
|
[Pythoncard-users] Newbie doubt
I see my reply of Oct 14 never made it to the mailing list. A reply about
Static Box controls.
From some message watching experiments I did a while ago, I think...
the Static Box is really just a horizontal Static Line which draws lines
in the X and Y based on the Static Box size to form the outline of a box.
Which makes sense as the simplest way to make a box with no background or
background behavior. Especially no cross-platform
worries about transparent background! I think the Static Box does not know
anything about itself except its size and its Static Line
capabilities.
But this means that the only time Static Box captures a mouse movement is
when the mouse crosses the top horizontal line. What a pain.
"Sean McKay"
<mckay_sean@[...].com> To: <pythoncard-users@[
...].net>
Sent by: cc:
pythoncard-users-admin@[...].sour Subject: [Pythoncard-users]
RFC: Sizers (+Splitter + Notebook)
ceforge.net implementation
10/14/2003 03:37 PM
Please respond to "Sean McKay"
All,
I have a "beta" version of a sizers / splitters / notebook implementation
of
PythonCard available at the following website:
http://www.geocities.com/mckay_sean/PythonCard.html
Please take a look and give feedback.
Also, I'd appreciate some help w/ the StaticBox / StaticBoxSizer as I seem
to have that messed up. It isn't possible to drag-n-drop controls onto
it..
so if anyone is familiar w/ the StaticBox control/sizer and would like to
take a look, I'd appreciate it.
Sean
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|