Re: [orca-list] Orca can't see a Statusbar in wx application
- From: Joanmarie Diggs <jdiggs igalia com>
- To: Arkadiusz Kozioł <zywek-mailing nvps pl>, orca-list gnome org
- Subject: Re: [orca-list] Orca can't see a Statusbar in wx application
- Date: Sun, 29 Dec 2019 19:00:55 +0100
Confirmed. Accerciser cannot see it either. Apparently the wx statusbar
is not accessible. :( All I see in Accerciser for the status bar is an
object with role panel (wrong role) with no accessible name and no
accessible text (nothing Orca can present should it ignore the wrong
role). Sorry!
--joanie
On 12/28/19 16:33, Arkadiusz Kozioł wrote:
Hello.
I wrote simple application to test visibility of status bar.
Here's the code:
import wx
class frm(wx.Frame):
def __init__(self):
frame = wx.Frame.__init__(self, None, title="StatusBar test")
panel = wx.Panel(self)
self.status_bar = self.CreateStatusBar(2)
self.status_bar.Show()
self.status_bar.SetStatusText("this is a first test")
self.status_bar.SetStatusText("This is a second test", 1)
self.Show()
app = wx.App(False)
frame = frm()
app.MainLoop()
Orca cannot read the text displayed on a status bar.
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]