Opening my desired window

Asked by sreevathsan

I want to open a window using the path to that window.
what is the easiest way to do that in sikuli

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

What do you mean by "open a window using the path to that window"?

If I guess right, you want to open an application, so that it's main window is displayed.

Hope you are using Sikuli X - look here: http://sikuli.org/docx/globals.html#controlling-applications-and-their-windows

Revision history for this message
sreevathsan (sreevathsan-ravi) said :
#2

Consider i want to open the window at
C:\Users\RAVI\Documents\Visual Studio 2008\Projects
so how should i do that?

On Wed, Feb 2, 2011 at 7:09 PM, RaiMan <<email address hidden>
> wrote:

> Your question #143794 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/143794
>
> Status: Open => Needs information
>
> RaiMan requested for more information:
> What do you mean by "open a window using the path to that window"?
>
> If I guess right, you want to open an application, so that it's main
> window is displayed.
>
> Hope you are using Sikuli X - look here:
> http://sikuli.org/docx/globals.html#controlling-applications-and-their-
> windows
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/sikuli/+question/143794
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Regards,
Sreevathsan R
B.Tech, Information Technology,
Amrita University,
Coimbatore-641105

Revision history for this message
sreevathsan (sreevathsan-ravi) said :
#3

And can anyone say Where can i get the source code of sikuli??

Revision history for this message
Best RaiMan (raimund-hocke) said :
#4

-- 1. currently it is not possible, to open files, that are not applications. You have to open Visual Studio 2008 first (use the appropriate Sikuli features) and then use keyboard and mouse actions to tell VS2008 to open the relevant folder or document windows.

-- 2. souece code access: on this page under the top menu code.

Revision history for this message
sreevathsan (sreevathsan-ravi) said :
#5

Thanks RaiMan, that solved my question.