lmi
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]