09-19-2009, 02:05 PM
i think i found why it does it sorry about that.. if i remove this from the code IEFrame
before
Htm el=htm("INPUT" "Google Search" "" win("Google - Windows Internet Explorer" "IEFrame") 0 3 0x421)
after
Htm el=htm("INPUT" "Google Search" "" win("Google - Windows Internet Explorer" "") 0 3 0x421)
Anyway around this as the window i use looks like this but it does change
stays this most the time
Htm el=htm("INPUT" "login_form_email" "" win("MYB Window" "WindowsForms10.Window.8.app.0.378734a") 0 0 0x121)
Changes the end letters or # WindowsForms10.Window.8.app.0.378734b so i have to remove it like below
Htm el=htm("INPUT" "login_form_email" "" win("MYB Window" "") 0 0 0x121)
before
Htm el=htm("INPUT" "Google Search" "" win("Google - Windows Internet Explorer" "IEFrame") 0 3 0x421)
after
Htm el=htm("INPUT" "Google Search" "" win("Google - Windows Internet Explorer" "") 0 3 0x421)
Anyway around this as the window i use looks like this but it does change
stays this most the time
Htm el=htm("INPUT" "login_form_email" "" win("MYB Window" "WindowsForms10.Window.8.app.0.378734a") 0 0 0x121)
Changes the end letters or # WindowsForms10.Window.8.app.0.378734b so i have to remove it like below
Htm el=htm("INPUT" "login_form_email" "" win("MYB Window" "") 0 0 0x121)
