hould
always have a label, though the sighted user can see the usage by the visual
layout and grouping e.g. the box being next to the search button.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTECTED])
Accessibility, game music, synthesizers and programming:
http://www.student.oulu.fi/~vtatila/
indow text for
text fields is their contents. Thus I think, that from a programming point
of view, the text field and its labele are always two diffferent entities,
and are not explicitly tied to each other like a spinner and a text field
are.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTEC
l user-convenience is not an issue, then the
solution is fine I guess. But I just posted to say that it is far ffrom
optimal, from the user point of view. Hope the tip about display set might
be helpful, too.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTECTED])
Accessibility, game m
is is an accessibility issue, my
screen reader does not support most 3rd party UIs.
Finally, my machine says:
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 50 registered patches,
and also, Documentation for Win32::GUI v1.03 created 16 Mar 2006
Hope this can be of help.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTECTED])
Accessibility, game music, synthesizers and programming:
http://www.student.oulu.fi/~vtatila
x
corresponds. I was faced withthe the problem of how to identify which
box is which and storing its number as the user data 1 .. 16 solved this
elegantly. I just ask the box whether it is checked and query the user
data, which gives me enough info.
--
With kind regards Veli-Pekka Tätilä ([EMAIL
eased on key up. How would
I go about this, are there key up / down events for buttons and how do I
programmatically push a button in stead of clicking it which means push
and release? Can I ignore keyboard messages that are a result of
Windows's key repeat when a key is held down?
--
With
u events have not been documented yet, I guess. My menu
is made with the highly useful, undocumented function
Win32::GUI::MakeMenu.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTECTED])
Accessibility, game music, synthesize
mplistic swing
function, as in most step and MIDI sequencers. Maybe polling would be
more exact than sleeping. MIDI Export is another story, though.
--
With kind regards Veli-Pekka Tätilä ([EMAIL PROTECTED])
Accessibility, game music, synthesizers and programm
;
$radio->UserData($i);
$grid->add($radio, $i, $height / 2);
push @buttons, $radio;
} # for
my $first = $buttons[0];
$first->SetFocus();
$first->Click();
$grid->recalc();
$win->Show();
Win32::GUI::Dialog();
--
With kind regards Veli-Pekka Tätilä ([E
9 matches
Mail list logo