Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Closing ShowTooltip_Smart threads individually
#2
My approach to close balloons, starting with the most recent

Function tempf12
Code:
Copy      Help
int n
n=EnumQmThreads(0 0 0 "ShowTooltip_Smart")
ARRAY(QMTHREAD) a.create(n)
EnumQmThreads(&a[0] n 0 "ShowTooltip_Smart")
_i=a[n-1].threadhandle
EndThread(0 _i 0)


Messages In This Thread
RE: Closing ShowTooltip_Smart threads individually - by ssimop - 09-16-2018, 01:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)