RE: I got A Greeting From Isamic and it says Greetings

2015-01-22 Thread Rick Thomas
Hi Chip and AISquared folks: A thought on a relatively simple method of security: AISquared Scripts are professionally signed. Third Party Scripts must be uploaded and a e-mail message sent to the original developers e-mail address on file with AISquared for validation response. The target and

RE: I got A Greeting From Isamic and it says Greetings

2015-01-17 Thread Rick Thomas
Think this is off list Bruce, if not ok. You are a scriptor. How easy would it be to create a vb script and then post some update to another persons script using phoney names and all that jazz? I am thinking it would be pretty easy but don't know. The dude who hacked members machines like this

RE: I got A Greeting From Isamic and it says Greetings

2015-01-17 Thread Rick Thomas
Hi Bruce: Man, it is all over the e-list. Someone created a update to the GwToolkit thingy, vb script? And is hacking your computer. Just be happy they didn't delete the hard drive. Gw I think has a fix hout this morning. My question is whether it is as easy as hacking a vb script to trash someo

RE: How to fix a messed up wepm file?

2015-01-01 Thread Rick Thomas
Hi David: Cant help, sorry. This is the type of headache that can give you gray hair - mine is silver after many years of these types of encounters. It went gray over 20 years ago when I was still a COBOL Programmer - no kidding, gray at 40! There were many 24 hour days when implementing a new pr

RE: WE Voices For Programming

2014-11-19 Thread Rick Thomas
Thanks Bruce. But, I just tried DecTalk and it wants me to buy it just like Eloquence so I cant try it out before plopping down the greenies. How hard is it to download, register and install a synth? I am worried about making a mistake and screwing up my existing setup and then having no speech

WE Voices For Programming

2014-11-19 Thread Rick Thomas
Hi: I am using one of the default synths and it has a little lag and doesn't read capitals with a noticible rise in pitch for cap letters whin using read character (right arrow) and especially when selecting characters. It is just clunky compared to what I was use to using Eloquence on my old xp m

RE: Global Scripts and HotKeys

2014-09-16 Thread Rick Thomas
Hi Bruce: I am getting a feel for the methods. One question about the hot key you define to download a webpage though. Here is your call: Set myAlertAltDown = Keyboard.RegisterHotkey("Alt-Down Arrow", "AlertWebPage", dObj.Window, "pd") In the above you filter the keypress messages based

RE: Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
, "Rick Thomas" mailto:ofbgm...@mi.rr.com> > wrote: Hi Bruce: Do you create the hot keys only when you create and activate a dialog and then verify that dialog has focus? Even if that is the case could that impact some other scripts global hot key with the same key combo if somethi

RE: Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
Hi Bruce: Do you create the hot keys only when you create and activate a dialog and then verify that dialog has focus? Even if that is the case could that impact some other scripts global hot key with the same key combo if something is to be done by that script even if your app is running or do y

RE: Delete Of File From Documents Folder

2014-09-15 Thread Rick Thomas
file that is in use. You should be able to read the text of the dialog with the numpad keys. Best wishes, Jonathan On Sep 13, 2014, at 10:20 AM, Rick Thomas mailto:ofbgm...@mi.rr.com> > wrote: Hi: When I try to delete a file from the documents folder a "Progres

RE: Delete Of File From Documents Folder

2014-09-15 Thread Rick Thomas
be able to read the text of the dialog with the numpad keys. Best wishes, Jonathan On Sep 13, 2014, at 10:20 AM, Rick Thomas mailto:ofbgm...@mi.rr.com> > wrote: Hi: When I try to delete a file from the documents folder a "Progress Normal" dialog pops up alon

Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
Hi Guys: I have about 20 global scripts running by default along with Bruces News App. I was just wondering if the hot keys used in all these scripts are active all the time and thus could step on each other yielding unpredictable results. For example Bruce uses many hot keys, I see a Jaws HotKe

RE: VBScript Alternatives

2014-09-15 Thread Rick Thomas
Hi Guys: Let me pick up the groups questions all at once. You can use a dll in any programming language so long as the dll is compatible. I am not a com guy by any measure so Ill leave it to others to get into the nuts and bolts in another thread dedicated to this since you will likely get allot of

Delete Of File From Documents Folder

2014-09-14 Thread Rick Thomas
Hi: When I try to delete a file from the documents folder a "Progress Normal" dialog pops up along with another, I think, asking me if I want to cancel the transfer. I can not close these dialogs with alt f4 or ctrl f4 or escape. In the "Progress" window it says to use alt-space bar and that see

RE: VBScript Alternatives

2014-09-13 Thread Rick Thomas
Hi Bruce: I have heard and found vb.net 2010 perhaps the worst version to use from an accessibility standpoint, think 2012 may have been a little better and 2013 better yet from what I've heard. If you try vb.net (Cvisual Basic For Desktop) 2013 out keep a step by step for how to get, register and

RE: VBScript Alternatives

2014-09-13 Thread Rick Thomas
ile. I can certainly read the actual code. I am using c# rather than vb.net. What options did you change to make it work better with screen readers? Rick Thomas wrote: > Hi Bruce: > Visual Studio or any of the free modules have to be setup for accessibility > with a screen reader. >

RE: VBScript Alternatives

2014-09-13 Thread Rick Thomas
Hi Guys: Bruce, I am older than I care to admit and don't really enjoy programming anymore. I just do it when I need a tool or some program to do something that either doesn't exist or something I want to have customized for my personal accessibility so creating a game to learn a language is a youn

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Guys: Let me reiterate there is no indication of VBScript going away in the immediate future. There are also several good options currently available for alternative languages of choice under the current com model. There are no plans by GW to replace the defacto language of choice at this time.

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Aaron: I agree, almost every IT Department uses, or has legacy, VBScript they are loth to see any changes impacting - I hear you. I am good with your statement. Rick USA

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Bruce: Visual Studio or any of the free modules have to be setup for accessibility with a screen reader. That said it works quite well once setup and the rather large learning curve is mastered. I use vb.net 2013 for Desktop with few problems with WindowEyes out of the box except with the forms

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Aaron: VBScript is still in wide use indeed from what I have read. I am thinking downline a few years and I did read where Microsoft had a desire to get away from vb script. It was placed in Maintenance Mode several years ago, as Microsoft does with features it plans on deprecating, and just rec

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Bruce: The 2 takeaways I got was that Python UI is not all that accessible for screen reader users and that indentation is important which is also a pain to track while programming for blind programmers. Otherwise I am not a fan of "Open Source" modules since they tend to not consider accessibil

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
ition. Rick USA -Original Message----- From: Rick Thomas [mailto:ofbgm...@mi.rr.com] Sent: Friday, September 12, 2014 7:36 AM To: gw-scripting@gwmicro.com Subject: RE: VBScript Alternatives Hi Bruce: I played with the news app a little and it seems to work. I did like the ability to see the he

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
HiGuys: There are advantages and disadvantages to using the .net platform and thus something lke the free Visual Studio module platforms for creating generic scripts. I don't know much, actually anything, about Power Shell. Of course WE now supports JavaScript under the current script manager model

RE: VBScript Alternatives

2014-09-12 Thread Rick Thomas
Hi Bruce: I played with the news app a little and it seems to work. I did like the ability to see the headlines for say the Fox website and link directly to the article. I did find the appearance of the navigation links in the same list as the news items a bit confusing all be it I also liked the

RE: VBScript Alternatives

2014-09-11 Thread Rick Thomas
Hi Jim: I understand WE can support other languages both in JavaScript for its script manager thingy and for all sorts of external languages. But, what direction is WE headed in? What will be the defacto language and how much documentation is available on creating an app in that language? What abuo

VBScript Alternatives

2014-09-11 Thread Rick Thomas
Hi: VBScript has been deprecated from Internet Explorer and MS has said it is Maint Mode which is what they do before deprecating something completely. That notice was for Windows 7 and going forward MS would consider not shipping VBScript with new Operating Systems but no firm plans for complete

RE: Bruce, RSS Feeds As Option

2014-09-08 Thread Rick Thomas
Hi Bruce, hope you had a nice day. OK, I'll try out the app this week. But it sounds like you are creating your own custom browser as it were which is pretty cool for the targeted purpose you are aggregating. This is a similar approach to one I mentioned a few minutes ago where WE might be able

VBScript and Async Processes

2014-09-08 Thread Rick Thomas
Hi Bruce: I just gogled and found allot from MS on this subject. Much depends on flag settings and there 3 modes of process: 1) Sync, 2) SemiSync and 3) ASync. 2) Since the articles then go into detail I did not copy all that stuff since I don't know how you are tackling this technica

One Possible IE Browser Technique

2014-09-08 Thread Rick Thomas
Hi: One solution might be to create an instance of Internet Explorer and load the appropriate page requested. At that point all the methods, events and properties of Internet Explorer would be available to a scriptor. So, I click on Internet Explorer from my Desktop and WE fires up, creates an in

RE: Bruce, RSS Feeds As Option

2014-09-08 Thread Rick Thomas
bjects, if so let me know if you have done anything along these lines. I would prefer to avoid c++ if possible but am not against using JavaScript at all. But, is this then outside the scope of a VBScript based app? Rick USA From: Rick Thomas [mailto:ofbgm...@mi.rr.com] Sent: Monday, September

Bruce, RSS Feeds As Option

2014-09-08 Thread Rick Thomas
Hi Bruce: One method I have used to pick up dynamic news was to use the RSS Feeds provided by some sites. You can access the page, use xml to process the feeds by displaying the standard feed subjects in a listbox and then either linking to the news item or downloading it, if necessary - usually t

Bruce And Next Conceptual Modeling

2014-09-08 Thread Rick Thomas
Hi Bruce: After scraping you get into the domain of actually envisioning how a screen reader might work to try and emulate some features programmatically. I was talking to a few folks over the weekend about this. Here is a good response from one of the fellows who worked on NVDA Project. It give

RE: UIA And WE Scripting Model

2014-09-08 Thread Rick Thomas
Hi Bruce: It sounds like you are " Source Text scraping" to find elements in the source code unless you are using like the xml dom and features to navigate it. So I am guessing you use the http request/response or http client models to download the source code. Then you parse the text to find a

RE: UIA And WE Scripting Model

2014-09-08 Thread Rick Thomas
Hi You Old Guru: I have been waiting for some time now for a few options indeed. As you know I have tried to create external scripts, twice anyway, using the managed code environment of vb.net in visual studio as it were and played with VBScript a few times with some success, some failures. I ha

UIA And WE Scripting Model

2014-09-07 Thread Rick Thomas
Hi: Are there plans to support either managed or native UIA tools in the gw scripting model?The vbscript model and legacy msaa would not, at first thought support this very well. Also, what about scripting WebPages or sites using internet explorer and working with the dom directly? Is vbscript be

Test Only

2014-09-07 Thread Rick Thomas
Just a test but if you want perhaps one of you might reply to ensure it is getting to the list. Thanks: Rick Thomas

Re: WE, Office and gw-info list question

2014-08-04 Thread Rick Thomas
Thanks Bruce: Not very likely my contacts have been hacked. I will keep an eye on the various lists I am on though, this list does not seem impacted and the support list seemed to get a test e message as well. Perhaps the gw-info server is either down or has something wrong but its all up in t

VS 2013 and WE

2014-07-02 Thread Rick Thomas
Hi Chip et al: OK, have the VS 2008 script installed and associated with VS 2013. When I bring up the Solution Explorer I hear "Window". Then nothing using the arrow keys and tabbing enough times seems to read the MenuBar items of the window. How would WE be scripted to work with native UIA and W

Re: Android Apps For Sightless and Navigation

2014-06-30 Thread Rick Thomas
Hi Chip: What are you working on using gps? Are you using maps like google maps or the microsoft maps as well? I watched the podcast mentioned and was impressed with how far the technology has come but it could be better but just how complicated is programming using maps, walking directions, cum

Re: Android Apps For Sightless and Navigation

2014-06-29 Thread Rick Thomas
Hi and Thanks Jonathan! That podcast was amazing. I had no idea the technology had come so far. Thanks again: Rick USA On 6/29/2014 4:27 PM, Jonathan C. Cohn wrote: You can find a couple of demo of Seeing Eye, BlindSquare and ??? Explorer where only the last one is for Android at http://www.bli

Re: Visual Studio Script

2014-06-27 Thread Rick Thomas
/2014 6:17 PM, Chip Orange wrote: Rick, I don't know what to say; I just did it and it installed instantly; maybe their site was down earlier today. Chip -Original Message- From: Rick Thomas [mailto:ofbgm...@mi.rr.com] Sent: Wednesday, June 25, 2014 7:27 AM To: gw-scripting@gwmicr

Visual Studio Script

2014-06-25 Thread Rick Thomas
Hi: Tried to download visual studio app from app central in we control panel but it timed out connecting to gw website apps version. Then googled and tried to open gw app central but it is not available. same old same old unless there is a diferent website url. Rick USA

ReClass Question More Details

2014-06-21 Thread Rick Thomas
Hi: OK, some details: It appears WindowEyes is not focusing on the correct object likely due to either not using uia correctly or relying on msa which does not support modern UI. It is focusing on a Wrapper object which may, from below, be a part of the Microsoft Framework which WindowEyes does

ReClass Process

2014-06-21 Thread Rick Thomas
Hi: In Visual Studio Solution Explorer will not read at all. I dont know from reading the contents of the insert-r info what the underlying format might be. The title bar does not change when I bring up Solution Explorer from what it was before I brought it up so perhaps it is some type of child

Visual Studio And Other MS Products

2014-06-16 Thread Rick Thomas
Hi: I just tried to use WE with VS 2013 and found it bad indeed. I use the express version and other screen readers seem to handle it pretty well. I have found similar results with other MS ssoftware products outside the office line. Has anyone done any UIA Scripting of MS Products like Visual

Test Ignore

2014-06-11 Thread Rick Thomas
test new client.