cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Hide URL window using toolkit

Ketan_Lalcheta
19-Tanzanite

Hide URL window using toolkit

Hello

 

We have set one url to be displayed using API ProWindowURLShow().

 

We need to hide this URL window after few opration through toolkit. Is there any way to do so as I am not able to find any API related to hide of URL window.

 

Thanks and Regards

Ketan

2 REPLIES 2

To close web browser use

ProWindowBrowserSizeSet

and set percent to 0 (zero)

Thanks for responding on this.. as I am out of office, could not check this as of now..

Concern is that if I again set urlshow API, will it show as we have set size to zero.. I doubt it will show... Any alternative for this issue if we use browsersize set to zero for next urlshow api
Top Tags