Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SelectedItem text
#1
i work on a macro that copies code from the flash mx actionscript editor to ultraedit (could be any other editor too).
Code:
Copy      Help
act "Macromedia Flash MX"
0.2
str s.getwintext(id(1728))

this works fine, but i want to give the new document in ultraedit a filename
and a qm comment from where is was taken -> like the frame number and
which flash document.

so i can get the index number but not the combobox text
Code:
Copy      Help
out SelectedItem(id(810 "Macromedia"))

getwintext does not work (i guess)
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)