Thanks, will do.
Rick USA
----- Original Message -----
From: "Jamal Mazrui" <[email protected]>
To: <[email protected]>
Sent: Monday, February 23, 2009 12:15 PM
Subject: Re: Jamal, script problem with Virtual Explorer
Hi Rick,
I have not used that application myself, so do not know what controls
one encounters. Nodes of a tree control would probably not be controls
themselves. You might want to try Harvest Window in addition. It gives
more detailed MSAA information, which I did not include in Harvest
Window for performance reasons. You could also try WinDig
http://EmpowermentZone.com/wdsetup.exe
Jamal
On Mon, 23 Feb
2009, Ricks Place wrote:
Date: Mon, 23 Feb 2009 11:42:46 -0500
From: Ricks Place <[email protected]>
Reply-To: [email protected]
To: [email protected]
Subject: Jamal, script problem with Virtual Explorer
Hi Jamal: I am trying to learn scripting. I have a VWD 2008 Website. It
only has a DataBase and the default folders.
I wanted to see how a script would execute a button in VWD
programatically so started looking at Virtual Explorer's code.
The mouse clicks did not work and I think I know why. The Default.aspx
object is not considered the current window but the TreeView is. I
clicked List Child Controls but VE said no child controls. Here is the
test and the results. I am guessing the TreeNodes are not getting
recognized as controls which they might not be in the IML?
What do you think?
Rick USA
Test:
Opened DbSSite in VWD:
closed everything from Windows Menu:
ctrl+alt+l to open Solution Explorer;
Arrow down to Default.aspx and hit insert+space bar;
The Description:
Tree view, Solution Explorer
AlwaysOnTop: False
CaretWidth: 0
ClassName: SysTreeView32
ClientArea.Left: 0
ClientArea.Top: 0
ClientArea.Right: 1012
ClientArea.Bottom: 658
Clips.String:
C:\DBSite\
App_Data
Default.aspx
web.config
CurrentHyperactiveWindowID: A
CurrentUserWindowID: 0
Enabled: True
Handle: 131576
IsValid: True
ModuleName: MSENV
Name: Solution Explorer
OnScreenVisibility.String: Partially visible
OriginalClassName: SysTreeView32
OriginalType.String: Tree view
Rectangle.Left: 0
Rectangle.Top: 0
Rectangle.Right: 1012
Rectangle.Bottom: 658
SetFileName: MSENV.000
Status.String: Normal
Style.String: Child Left LTRReading RightScrollbar Style Visible
Title: Solution Explorer
Type.String: Tree view
Hit enter on Right Mouse Click to bring up the Cont ext Menu for the
Default.aspx file;
The Virtual Explorer closes but the Context Menu is not displayed.