Results 1 to 18 of 18

Thread: Role Text for the Widgets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Re: Role Text for the Widgets

    Hi Amulya,

    In zip format the size is 249 kb, so I can't attach here. Can you please download (AccExplorer32.exe) from http://www.microsoft.com/downloads/d...displaylang=en


    Regards
    Rakesh

  2. #2
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    thanks rakesh, i'll have a look into it

  3. #3
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    hey rakesh, i think the Qt version that you are using is not build with accessiblity support. read about QAccessible . Perhaps that will help you resolve the issue

  4. #4
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    Attached are the screenshots showing that in my case, its working fine:
    Attached Images Attached Images

  5. #5
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Re: Role Text for the Widgets

    Hi Amulya,

    Thanks a lot for your help. I think you are right. Qt version that I am using is not build with accessiblity support.

    I tried with the function QAccessible::isActive (), it's returning false to me. I think it should return true to provide accessibility at run time.

    Could you please check what this function returns in your case.

    And one more request could you please tell me what modifications do I need to do for getting the support for accessibility because I think whatever roles are specified at QAccessible::Role should come automatically for Qwidgets.

    Regards
    Rakesh

  6. #6
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    Are you using Graphics View framework in your examples?

  7. #7
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Re: Role Text for the Widgets

    No I am not usuing Graphics View framework.
    The test application I just created by usuing QT designer and in the second one I created the frame and labels dynamically i.e. without usuing designer.

    Have you checked in your test application the return of QAccessible::isActive ()?

    Regards
    Rakesh

  8. #8
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    well i have done a thorough study on this..strangely isActive() returns false for me too..but everything is working fine here..i have tried it on many qt applications, examples etc and it works fine..only problem is when application framework uses graphics view, then it shows just "client"..no other information..and that is EXACTLY whats happening with you..i guess next what we can try is u sending me ur test exe and i can run it on my Qt version...otherwise this seems like a dead end.

  9. #9
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Re: Role Text for the Widgets

    Hi Amulya,

    Thanks a lot for your help and patience. Please just give it a final try.

    I am giving my dll in the attachment. Please register it in regsvr32 and try to run it in a ActiveXTest Container and then you can check the role text for different widget.

    I am providing my source code also which is devloped in windows 2005.

    Please give it a try.

    Regards
    Rakesh
    Attached Files Attached Files

  10. #10
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    well, i did as you said..ur control is calendar control 8.0, right? on it, i was able to select different objects and able to get values, but none of them were qt objects..thats weird

  11. #11
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Re: Role Text for the Widgets

    No My control name is CxCalendarControl Class.

  12. #12
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 66 Times in 62 Posts

    Default Re: Role Text for the Widgets

    buddy, i can see it all working here..i dont know about the version u r using but not a qt's fault

  13. The following user says thank you to talk2amulya for this useful post:

    Rakesh_Kumar (2nd April 2009)

Similar Threads

  1. QLogText & QLogTable : 2 widgets to display text log
    By fcoiffie in forum Qt-based Software
    Replies: 7
    Last Post: 28th April 2019, 07:52
  2. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  3. Upper limit on number of widgets?
    By jdiewald in forum Qt Programming
    Replies: 1
    Last Post: 29th September 2008, 23:00
  4. Match the text beetween two string
    By dreamer in forum Qt Programming
    Replies: 4
    Last Post: 20th May 2008, 14:48
  5. Editable text in QGraphicsView
    By wysota in forum Qt Programming
    Replies: 8
    Last Post: 24th February 2007, 15:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.