Difference between setwindow and winactivate

Showing Answers 1 - 7 of 7 Answers

Sriharsha

  • May 25th, 2006
 

hi........

Setwindow : This function Sets a particular Window.

Winactivate : This is used to open an appln

Gen eg : Opening the flight reservation Window ->winactivate

             Opening the login screen ->setwindow

 

correct me if im wrong

 

 

  Was this answer useful?  Yes

sathish.sys

  • May 26th, 2006
 

Hi

Setwindow: All the subsequent inputs are directed to the respective window.

winactive: if two r more windows are open,using winactive you can bring any window into focus.

  Was this answer useful?  Yes

set_window is used to make the cursor focus to go to the window

win_activate is used to activate the window.

first if u want to use some window u will activate it,

so for that we use win_activate.but even then your cursor

will not be on the window,so for making to move ur cursor to

that window we use set_window("window name",time);

  Was this answer useful?  Yes

nagarjuna

  • Jun 3rd, 2006
 

Set_win commond used for to set focus on the window with logical name of the window and time

syntax:set_win(logical name,time)

 

win_active is used for to activate the window

 

syntax:win_active(window name,time)

  Was this answer useful?  Yes

Sunil

  • Jun 6th, 2006
 

Hi Friend,

   SetWindow is Manual Focus

   Set_Window(window name, logical time);

   Winactivate is Auto Focus

  Was this answer useful?  Yes

Guest

  • Oct 11th, 2006
 

hi........

win_activate () is used for activating the main window where as set_window () is used to focussing thw window ,not only that it is used for giving direction (where to go) to the parent in the GUI map

thanx...........

  Was this answer useful?  Yes

sudhakar2068

  • Oct 14th, 2006
 

setwindow is  activate the application window of the build.

win activate is used to identify the application of the build. It automatically

close during the run time.

sudhakar kolla.

My Email:Kollasudhakar2005@yahoo.co.in

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions