Author
|
Reply
|
Wehrmacht 1 July 2003 10:54 AM

Bildung ist Freiheit
| [Re]: Controller setup | Profile | Post reply |
t;Windows Explorer and
change the sound for "Start Navigation" to "none" in the
menu box. (bug
16081)
Keyboard navigation in help using Mozilla
Accessibility support is limited in pre-1.0 releases of the Mozilla browser. If
you need to navigate help using the keyboard, you must upgrade to Mozilla version 1.0. (bug
15018)
Searching help produces unexpected results and highlights incomplete words
For some languages, a stemming algorithm is used to enhance the chance of a
search hit. For these languages, the word roots are searched for; exact searches are not
supported. As such, the result set contains
documents with variations of the search query words, and only the |
MiG 1 July 2003 10:23 AM

We are just another brick in the wall.
| [Re]: 8051 Failure to engage | Profile | Post reply |
A NAME="Index1607">Label does exactly what
it sounds like it should: places a label on the form. This is particularly
important for text fields and text areas that don’t have labels of their
own, and can also be useful if you simply want to place textual information on a
form. You can, as shown in the first example in this chapter, use
drawString( ) inside paint( ) to place text in an exact
location. When you use a JLabel it allows you to (approximately)
associate the text with some other component via the layout manager (which will
be discussed later in this chapter).
With the constructor you can create a blank label or a label
with initial text in it (which is what you’ll typically do). Less
frequently used options include changing the alignment |
MindGym 1 July 2003 07:41 AM

Led Zeppelin - "No Quarter"
| Controller setup | Profile | Post reply |
Attribute VB_Name = "clsComplexDataConsumer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit |
aurel 1 July 2003 04:18 AM

| Address line | Profile | Post reply |
Common\Graphics\bitmaps\tlbr_w95\rectangl.bmp
Common\Graphics\bitmaps\tlbr_w95\redo.bmp
Common\Graphics\bitmaps\tlbr_w95\rt.bmp
Common\Graphics\bitmaps\tlbr_w95\save.bmp
Common\Graphics\bitmaps\tlbr_w95\smallcap.bmp
Common\Graphics\bitmaps\tlbr_w95\sortasc.bmp
Common\Graphics\bitmaps\tlbr_w95\sortdes.bmp
Common\Graphics\bitmaps\tlbr_w95\spelling.bmp
Common\Graphics\bitmaps\tlbr_w95\strikthr.bmp
Common\Graphics\bitmaps\tlbr_w95\sum.bmp
Common\Graphics\bitmaps\tlbr_w95\tab-cntr.bmp
Common\Graphics\bitmaps\tlbr_w95\tab-dec.bmp
Common\Graphics\bitmaps\tlbr_w95\tab-left.bmp
Common\Graphics\bitmaps\tlbr_w95\tab-rht.bmp |
aurel 30 June 2003 12:52 PM

| 8051 Failure to engage | Profile | Post reply |
if you click on a button, then that particular button is the target.
Normally, that’s all you care about – if a button is the target of
an event, then it was most certainly a mouse click and you can continue based on
that assumption. However, events can contain other information as well. For
example, if you want to find out the pixel location where a mouse click occurred
so you can draw a line to that location, the Event object will contain
the location. (You should also be aware that |