Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox - acc combo
#1
how do i change the selection in a combobox ?

http://www.nightchatter.com/tmp/combo.php

thanks
pi
#2
Code:
Copy      Help
Acc a=acc("item3" "LISTITEM" win("combo - Mozilla Firefox" "MozillaUIWindowClass") "MozillaContentWindowClass" "" 0x1091)
a.DoDefaultAction
#3
very perfect.
thanks for your fast help.
pi
#4
is there any trick to use SetValue for text fields in FF ?

i get
Error (RT) in Macro21: 0x80004001, Not implemented

Code:
Copy      Help
int hwnd=win("Quick Macros :: Post a reply - Mozilla Firefox" "MozillaUIWindowClass")
Acc a=acc("subject" "TEXT" hwnd "MozillaContentWindowClass" "" 0x1801 0x0 0x20000040)
a.SetValue("test")

i could use a.Mouse(1) as workaround and then use outp.
pi
#5
isn't

(while FF does not support it)


Forum Jump:


Users browsing this thread: 1 Guest(s)