Re: [win32gui] [perl-win32-gui-users] Am I doing too much work

2005-12-07 Thread Veli-Pekka Tätilä
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/

Re: [perl-win32-gui-users] Accessability [Was: Am I doing too much work]

2005-12-08 Thread Veli-Pekka Tätilä
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

Re: [perl-win32-gui-users] Default Colors

2006-04-25 Thread Veli-Pekka Tätilä
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

[perl-win32-gui-users] Accelerator Scoping Oddity, Gridlayout Suggestions

2007-07-25 Thread Veli-Pekka Tätilä
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

Re: [perl-win32-gui-users] UserData (Was: Accelerator Scoping Oddity)

2007-07-27 Thread Veli-Pekka Tätilä
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

Re: [perl-win32-gui-users] Qs on Sliders, Buttons and the KBD (Was: Accelerator Scoping Oddity)

2007-07-27 Thread Veli-Pekka Tätilä
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

[perl-win32-gui-users] Method for Clicking Menu Items?

2007-08-10 Thread Veli-Pekka Tätilä
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

[perl-win32-gui-users] HighRes Timing and Sleep in GUI MIDI Apps

2007-09-06 Thread Veli-Pekka Tätilä
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

[perl-win32-gui-users] Kbd Fires Click Twice for Radiobuttons, Why?

2007-09-06 Thread Veli-Pekka Tätilä
; $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