Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with HTM please
#31
e.Click opens the 'choose file' dialog? Try e.ClickAsync.
#32
Please help. Thanks.

After a statement like:

Htm e=htm("INPUT" "checkbox" "" w17 "0" 4 0x521 3)

How do I retrieve the values of e with an "out" command ?

i.e.: "INPUT", "checkbox", "", w17, "0", 4, 0x521, 3, etc?

Thank you very much.
#33
Macro Macro2547
Code:
Copy      Help
int w17
Htm e=htm("INPUT" "checkbox" "" w17 "0" 4 0x521 3)
out e.Tag
out e.Text
outw GetAncestor(e.Hwnd 2)
#34
Thank you Smile
#35
Sorry, I don't know what I did wrong, but the output pane shows a smaller font than the others. How do I put it back to regular size? Thank you.
#36
To change font size temporarily, use Ctrl + mouse wheel. Or restart QM to restore normal size.
To change permanently, in Options -> Editor choose output font size.
#37
Thank you again Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)