Greetings,

We are sort of beholden to behavior of the application we are Connected to
with Smart - so it is possible you found a bug in your application!

Here's some things to try.

See if the thing has an Action (smart.Action will tell you) - you may see
this say Expand. (or Contract if the folder is already expanded).

You could try Smart.DoAction - which will "try it"

You could also try Smart.Click

 

If these fail, give our support a call there's some "brute force" methods to
bring to bear here (sending a physical click to that "spot").

Regards,

Thom

 

Thom C. Blackwell

Product Manager

Boston Software Systems

(866) 653-5105 ex 807

www.bossoft.com <http://www.bossoft.com/> 

 

Sign <http://www.bostonworkstation.com/customer_center/special_events.aspx>
up for my weekly webinar!

 

LEGAL NOTICE Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only. Access to
this E-mail by anyone else is unauthorized. If you are not an addressee, any
disclosure or copying of the contents of this E-mail or any action taken (or
not taken) in reliance on it is unauthorized and may be unlawful. If you are
not an addressee, please inform the sender immediately, then delete this
message and empty from your trash.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Koehler
Sent: Friday, March 14, 2008 10:29 AM
To: [email protected]
Subject: [Talk] Smart Find Issue

 

I am trying to do a series of Smart Finds and then actions in an application
in order to navigate to a specific folder and then select a number of files.
When I do the first few Smart Finds and actions they work correctly. Then
when I try and selected another folder to drill down to the next level it
does not fully select the folder I want and I guess loses focuses. Below is
an example of what I am doing. After the first folder is opened in the List
View I reset the Smart method to the first element and then I search for the
next folder. It finds it because I can do a Smart.View and it shows the name
of the folder it just won't do any actions on it. Any ideas?

 

Smart.First

Smart.Find ("Folder1<List item>")

Smart.Select_

Enter

Wait

 

Smart.First

Smart.Find("Folder2<List item>") 'Finds the folder but doesn't open it

Smart.Select_

Enter

Wait

 

Smart.First

Smart.Find ("Folder3<List item>")

Smart.Select_

Enter

Wait

 

Smart.First

Smart.Find ("Folder4<List item>")

Smart.Select_

Enter

 

Reply via email to