A ala Пользователь Регистрация 15.10.2012 Сообщения 33 Благодарностей 0 Баллы 6 18.01.2013 #1 Hi i just have this alert (it is ok) but how i can count "747"? ->how to get this value? ala
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 18.01.2013 #2 you can do it via regexp like \d+(?=\ items\ found) Реакции: ala
A ala Пользователь Регистрация 15.10.2012 Сообщения 33 Благодарностей 0 Баллы 6 18.01.2013 #3 "747" is a MP alert - where and how i can implement this to my template project?
A ala Пользователь Регистрация 15.10.2012 Сообщения 33 Благодарностей 0 Баллы 6 18.01.2013 #4 50% - hm... my processor is in stress - i do nothing in Project maker but PMaker use my 50% CPU
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 18.01.2013 #5 I got wrong then. Create c# action with code HtmlElementCollection hc = instance.ActiveTab.FindElementsByAttribute("tag","attrname","attrvalue","text"); return hc.Count;
I got wrong then. Create c# action with code HtmlElementCollection hc = instance.ActiveTab.FindElementsByAttribute("tag","attrname","attrvalue","text"); return hc.Count;