Re: Listbox In Python

  • From: Alex Hall <mehgcap@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Sat, 16 Jul 2011 17:50:33 -0400

I don't use Java for gui (actually, I use Python for everything) so
cannot say for sure, sorry.

On 7/16/11, Mike <foxwarrior09@xxxxxxxxxxx> wrote:
> Thank you for the pointer to the editor, Alex.  I will look into this when I
> learn wxPython.  Do you know of anything like this for Java?  I take Java II
> in the fall at my college, and we will be doing a lot of GUI programming.
> My professor uses the NetBeans drag and drop tool.  I will use Sodbeans, the
> project developed by Dr. Andreas Stefik.
>
> Thanks,
> Mike
>
> -----Original Message-----
> From: Alex Hall
> Sent: Saturday, July 16, 2011 3:44 PM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: Listbox In Python
>
> I personally prefer code. However, wxPython comes with an editor
> called XRCed which is mostly useable with jaws and lets you edit XRC
> pretty easily. XRC is to a gui what css is to a website, sort of. It
> basically lets you use an xml-like syntax in a .xrc file to define how
> your gui looks. You then load that xrc when you want to use it with
> wx.
>
> On 7/16/11, Mike <foxwarrior09@xxxxxxxxxxx> wrote:
>> Harmony, have you always built GUI applications in code, or has anyone on
>> this list ever found a drag/drop tool that can be used with the keyboard
>> to
>> write GUI-based applications?  I know that one can use JAWS scripts with
>> Visual Studio to visually build Windows forms applications, but what about
>> other languages?
>>
>> Thank you,
>> Mike
>>
>> -----Original Message-----
>> From: Harmony Neil
>> Sent: Saturday, July 16, 2011 9:49 AM
>> To: programmingblind@xxxxxxxxxxxxx
>> Subject: Listbox In Python
>>
>> I've made a listbox which it is possible to get to using the mouse, or
>> route jaws to pc cursor, but I can't get to it just using the normal
>> cursor. When I arrow up and down it just doesn't do anything. I know
>> the only thing I have in the window right now is the listbox, but
>> still ...
>> Can anyone make any suggestions as to how to improve the attached file?
>> Thanks,
>> Harmony.
>>
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>>
>
>
> --
> Have a great day,
> Alex (msg sent from GMail website)
> mehgcap@xxxxxxxxx; http://www.facebook.com/mehgcap
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>


-- 
Have a great day,
Alex (msg sent from GMail website)
mehgcap@xxxxxxxxx; http://www.facebook.com/mehgcap
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: