Search found 3 matches

by sintom
Thu Aug 02, 2012 8:39 am
Forum: Automation API
Topic: AbsolutePath property does not return absolute path
Replies: 3
Views: 3583

Re: AbsolutePath property does not return absolute path

Hi, What is the exact aim you want to achieve with this "if"-statement? This "if"-statement is only for the testing purpose. If I have property AbsolutePath which resturns RxPath object (absoulte path) I would expect that when I invoke IsAbsolute then I get True . But the returned value in this case...
by sintom
Mon Jul 30, 2012 10:42 am
Forum: Automation API
Topic: AbsolutePath property does not return absolute path
Replies: 3
Views: 3583

Re: AbsolutePath property does not return absolute path

I have found reason why systray icon was not found and fixed it. Anyway I still have quesetion why AbsolutePath does not return absoulte path?
by sintom
Fri Jul 27, 2012 2:01 pm
Forum: Automation API
Topic: AbsolutePath property does not return absolute path
Replies: 3
Views: 3583

AbsolutePath property does not return absolute path

Hi, I have following example source code: if (!repo.MenuBarExplorer.ButtonUpdaterInfo.AbsolutePath.IsAbsolute) throw new RanorexException("PATH IS NOT ABSOLUTE!"); Button Updater is an SysTry icon. It is set to always visble. Above code should throw exception when returned path is not absolute... an...