01-07-2009, 09:03 PM
No it dont see this is how it is its a site when u log site there are diferent rooms with diferent ammount of people in the room what i want to do is advertise a site and i want it to pick the rooms with the most people say for example if there are 20 rooms with 9 people in it i want it to open one of thoes rooms sit in room and type a message leave and go to another room type a message and leave and so on
Acc a=acc("" "LISTITEM" win("chat Lobby" "#34932") "SysListView32" "" 0x1031)
a.Selection()
if(findrx( a.Description "people/MostAllowed: 10/10" 0 2))
,a.DoDefaultAction
wait 2
outp "text"
0.001
key Y
0.001
clo "-"
But this dont work it does not open the room even just by its self like
Acc a=acc("" "LISTITEM" win("Chat Lobby" "#32770") "SysListView32" "" 0x1031)
a.Selection()
if(findr a.Description "people/MostAllowed: 10/10" 0 2))
,out
Acc a=acc("" "LISTITEM" win("chat Lobby" "#34932") "SysListView32" "" 0x1031)
a.Selection()
if(findrx( a.Description "people/MostAllowed: 10/10" 0 2))
,a.DoDefaultAction
wait 2
outp "text"
0.001
key Y
0.001
clo "-"
But this dont work it does not open the room even just by its self like
Acc a=acc("" "LISTITEM" win("Chat Lobby" "#32770") "SysListView32" "" 0x1031)
a.Selection()
if(findr a.Description "people/MostAllowed: 10/10" 0 2))
,out
