‎2007 Jan 19 9:26 AM
Hi all,
I know how to debug a pop up.That is by filling some contents in a notepad file and drag and drop that.
Can anyone tell me why are we doing this???
Why such a process.
‎2007 Jan 19 9:28 AM
In addition to using this method for debugging from a pop-up, a similar method can be used for retrieving the status of a popup window using the following code in a text file and save it and dragging it into the window which u want to debugg.:
Below is the code:
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
kishan negi
‎2007 Jan 19 9:31 AM
Hi,
Drag and drop the file onto any of the Modal window.
Thanks
Sunil
‎2007 Apr 16 8:19 AM
Hi Vijay,
The reason for drag and drop of a file containing some code for debugging a pop-up
is that in case of normal window we have a command input facility i.e /H and the
debugging starts but for pop-up we do not have command input, so with drag and drop of file we are passing the /H function to command input
Hope you get the message.
Regards,
Dnyanesh