| Date: | Tue, 30 Apr 2002 12:25:28 -0400 |
| Reply-To: | "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM> |
| Organization: | MindSpring Enterprises |
| Subject: | Re: Required V8 object |
| Content-Type: | text/plain; |
"Xavier Autret" <xav_x@noos.fr> wrote in message
news:f76de91b.0204300054.1667cabc@posting.google.com...
> Hello,
>
> I wan't a V8 object that looks like to a Text Label Control witch catch
event
> "mouse click". (Single or double does not matter...).
>
> Text Entry Control don't satisfy me: cursor changes when mouse is over
and when
> event "mouse click" occurs there s a text cursor.
>
> In V6 I was doing an extended text entry and I was sending _tabOut()
method when
> then object was tabbed in: _tabIn().
>
> I tried to make my ownn V8 class, but no significant results.
>
> Any ideas?
>
> Thanks!
>
> Xavier
TextLabel is obviously in need of attention from SAS. It does not receive
the system click event. Send your complaint as a 'suggestion' to
suggest@sas.com
Until then use a ContainerBox.
Modify these attributes as needed
.borderTitle (this is your label)
.borderTitleColor
.borderTitleFont
.borderTitleJustification
.borderTitleOffset (set this to a negative number such as -font point
size-some gap)
.height (set to font point size + 2*some gap
The title background always inherits from the frame background, so you
don't have total color control.
--
Richard A. DeVenezia
SAS/AF example - Maintaining Aspect
http://www.devenezia.com/downloads/sas/af/index.php?id=17
|