Hi Donald and all,
VB6 is not among the so-called very standard windows languages.
I say that because in order to make my screen reader the most workable with program as XYp, I have to reclassify some windows/controls class in it. For example I have to tell my screen reader that a particular control is a tree or a combobox or anything else in case it does not autoclassify them correctly...
In Xyp it is the case. But the strange thing is that what even the control I'm on, except very few ones, as tabs in the option dialog box, the explorer treeview, it reports them as Class ThunderRT6PictureBoxDC, as if they were graphic controls....
So two questions :
1. Are you using controls provided by VB6 or other owned-drown ones ?
2. is there a skin or a particular image covering the XYp interface ?
A bit technical
-
clauderenaud
- Posts: 46
- Joined: 27 May 2007 10:38
- Location: France
- Contact:
A bit technical
Regards,
--
Claude Renaud
--
Claude Renaud
-
admin
- Site Admin
- Posts: 66074
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: A bit technical
1. All "big" controls (Tree, List, Tabs, Addressbar, Toolbar...) I'm drawing myself onto pictureboxes (hence the ThunderRT6PictureBoxDC). The only VB-controls I use are the small Buttons, Scrollbars, Textboxes, Checkboxes etc.clauderenaud wrote:1. Are you using controls provided by VB6 or other owned-drown ones ?
2. is there a skin or a particular image covering the XYp interface ?
2. No.
-
clauderenaud
- Posts: 46
- Joined: 27 May 2007 10:38
- Location: France
- Contact:
Re: A bit technical
1. In the future do you plan to use more standard controls or will you stay with those one ?admin wrote:1. All "big" controls (Tree, List, Tabs, Addressbar, Toolbar...) I'm drawing myself onto pictureboxes (hence the ThunderRT6PictureBoxDC). The only VB-controls I use are the small Buttons, Scrollbars, Textboxes, Checkboxes etc.clauderenaud wrote:1. Are you using controls provided by VB6 or other owned-drown ones ?
2. is there a skin or a particular image covering the XYp interface ?
Regards,
--
Claude Renaud
--
Claude Renaud
-
admin
- Site Admin
- Posts: 66074
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: A bit technical
No, I wasted years of my life to write replacements for the standard controls!clauderenaud wrote:1. In the future do you plan to use more standard controls?
-
clauderenaud
- Posts: 46
- Joined: 27 May 2007 10:38
- Location: France
- Contact:
Re: A bit technical
Sad to hearr that !!! but I will try to accomodate ....admin wrote:No, I wasted years of my life to write replacements for the standard controls!clauderenaud wrote:1. In the future do you plan to use more standard controls?
That's unfortunately that kind of thing which can make software very screen reader unfriendly...
Regards,
--
Claude Renaud
--
Claude Renaud
-
admin
- Site Admin
- Posts: 66074
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: A bit technical
Can't the screen reader remember what you teach him once?clauderenaud wrote:Sad to hearr that !!! but I will try to accomodate ....admin wrote:No, I wasted years of my life to write replacements for the standard controls!clauderenaud wrote:1. In the future do you plan to use more standard controls?
That's unfortunately that kind of thing which can make software very screen reader unfriendly...
-
clauderenaud
- Posts: 46
- Joined: 27 May 2007 10:38
- Location: France
- Contact:
Re: A bit technical
Yes, but it needs a bit of explanationadmin wrote:Can't the screen reader remember what you teach him once?clauderenaud wrote:Sad to hearr that !!! but I will try to accomodate ....admin wrote:No, I wasted years of my life to write replacements for the standard controls!clauderenaud wrote:1. In the future do you plan to use more standard controls?
That's unfortunately that kind of thing which can make software very screen reader unfriendly...
My Screen Reader originally recognize #) different control types (checkbox, combobox, edit field, tab, toolbar...).> If the controls present in an application are standard, they are automatically recognized and treated as such.
If no, there is a way to train the SC a bit, telling that for example a control named PageControl is a tab, or TbToolbar is a regular toolbar.
After having done that the program work quite correctly.
Here the problem is that each control you have redrawn have for the Screen Reader the same name, thus, ThunderRT6PictureBoxDC whatever they are, so it is impossible for me to telle that one control is a treeview, another a tab and so on >>.
That's why, it is very difficult to use that kind of app>
And the worst, is that one of the best thing I already mentionned in XYp is its ability to be extensively keyboard driven, but this way of designing your app obliged my to also extensively use the mouse for example to click on items which are not correctly recognized by my screen reader>>>
Regards,
--
Claude Renaud
--
Claude Renaud
XYplorer Beta Club