[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] help implementation
From: |
Greg Chicares |
Subject: |
Re: [lmi] help implementation |
Date: |
Tue, 26 Feb 2008 15:32:31 +0000 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
On 2008-02-25 18:06Z, Vaclav Slavik wrote:
>
> <object class="wxTextCtrl" name="Comments">
> <size>180,-1</size>
> + <help>Comments help placeholder</help>
> </object>
Proceeding with that suggestion, I'm studying
tn0014.txt XRC resources format specification
again, and have an esoteric question. Consider:
<object class="wxRadioBox" name="RunOrder">
<style>wxRA_SPECIFY_COLS</style>
<label>Processing order</label>
<content>
<item helptext="Run lives in series">Life by life</item>
<item helptext="Run lives in parallel">Month by month</item>
</content>
<help>Is this ever used?</help>
</object>
Am I correct in thinking that
<help>Is this ever used?</help>
has no effect in this case? I guess "logically" it might apply
to the groupbox surrounding the radiobuttons, but the groupbox
of course doesn't accept focus.
I notice that the radiobox's <help> element is used for any
<item> that doesn't have a 'helptext' attribute (of which there
is none in the example above), and that seems like a logical
and useful behavior.
- Re: [lmi] product editor patch, (continued)
Re: [lmi] product editor patch, Vaclav Slavik, 2008/02/28
Message not available
- Message not available
- [lmi] help implementation, Vaclav Slavik, 2008/02/25
- Re: [lmi] help implementation, Greg Chicares, 2008/02/25
- Re: [lmi] help implementation, Vaclav Slavik, 2008/02/25
- Re: [lmi] help implementation, Greg Chicares, 2008/02/26
- Re: [lmi] help implementation, Vaclav Slavik, 2008/02/26
Re: [lmi] help implementation, Greg Chicares, 2008/02/26
Re: [lmi] help implementation, Vaclav Slavik, 2008/02/26
Re: [lmi] help implementation,
Greg Chicares <=
Re: [lmi] help implementation, Vaclav Slavik, 2008/02/26
Re: [lmi] help implementation, Greg Chicares, 2008/02/26
Re[2]: [lmi] help implementation, Vadim Zeitlin, 2008/02/26
Re[2]: [lmi] help implementation, Vadim Zeitlin, 2008/02/27
Re: [lmi] help implementation, Greg Chicares, 2008/02/26
Re: [lmi] help implementation, Vaclav Slavik, 2008/02/27
Re: [lmi] help implementation, Greg Chicares, 2008/02/27
Re: [lmi] help implementation, Vaclav Slavik, 2008/02/27
Re: [lmi] help implementation, Greg Chicares, 2008/02/28
Re: [lmi] help implementation, Vaclav Slavik, 2008/02/28