History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WET-127
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Raghu Venkataramana
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WET

Support Modal IE Dialogs

Created: 05/Aug/06 11:08 PM   Updated: 18/Jun/07 10:21 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Currently WET has an excellent support for Javascript dialogs (aka win32 dialogs). However modal IE dialogs are not supported.

 All   Comments   Work Log   Change History      Sort Order:
Raghu Venkataramana - 05/Aug/06 11:32 PM
I am not sure if it will work, but a simple way may be to use the technique that we do in iniitializing a browser using hwnd. In the case of a browser, what we do is to find all 'shell windows' and use the one whose hwnd matches the argument passed.

(Note : There may some complexities involved here. Because in the winutils, we are mostly only dealing with hwnds. However here what we need is the actual object)

Raghu Venkataramana - 23/Jan/07 02:41 AM
For 1.0, the biggest focus has been on removing the rpc dependancy by implementing a c# DOM Wrapper.