Search found 5 matches

by cherry
Thu Jun 07, 2007 8:07 pm
Forum: Automation Tools
Topic: I can not record my actions
Replies: 4
Views: 4054

Thanks, now I can record my actions. But after that, if I want to play it and generate the code, the program stop working
by cherry
Thu Jun 07, 2007 2:58 pm
Forum: Automation Tools
Topic: I can not record my actions
Replies: 4
Views: 4054

My OS is windows vista, does RanorexRecorder support Windows Vista?
by cherry
Wed Jun 06, 2007 9:51 pm
Forum: Automation Tools
Topic: I can not record my actions
Replies: 4
Views: 4054

I can not record my actions

I run the record many times and do some actions ,but the recorder doesn't record anything? what's problem? :cry:
by cherry
Wed Jun 06, 2007 3:13 pm
Forum: Bug Reports
Topic: form.findChildText return null
Replies: 1
Views: 3281

form.findChildText return null

I run the program many times. sometime it can return the control, but sometime it just returns null. And at every first time when I open the VS2005 I run the program, it returns null.
by cherry
Wed Jun 06, 2007 1:36 pm
Forum: Automation API
Topic: cannot get control's type
Replies: 1
Views: 3499

cannot get control's type

I want to test a menustrip on the GUI. I ran the code I attached, the program could not find the type of the control. I mean, it did find a control which text is "MenuStrip", but it didn't tell me it's a menustrip. Is there any problem? Thanks. [STAThread] static void Main() { Application.Start("C:\...