Search found 7 matches

by swambach
Fri Oct 21, 2011 1:06 pm
Forum: Object Identification and Technologies
Topic: Object Recognition w/i Flash
Replies: 3
Views: 2599

Re: Object Recognition w/i Flash

I mean the actionscript external interface - http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html?filter_flash=cs5&filter_flashplayer=10.2&filter_air=2.6 I'm sure that the automation library is included, I compiled the swc in with the application a...
by swambach
Thu Oct 20, 2011 9:26 pm
Forum: Object Identification and Technologies
Topic: Object Recognition w/i Flash
Replies: 3
Views: 2599

Object Recognition w/i Flash

Does Ranorex make use of the External Interface to recognize objects within Flash applications? I'm trying to debug an issue where Ranorex doesn't recognize that the application has been loaded with the automation swc. I'd like to know if I can try calling any external interface methods from javascr...
by swambach
Thu Nov 04, 2010 6:20 pm
Forum: Automation Tools
Topic: Support for Strongly Typed Resources?
Replies: 1
Views: 2163

Support for Strongly Typed Resources?

When in adding a Resource file in visual studio, the IDE automatically generates System.Resources.ResourceManager code and getters for each resource within the Resource file. When adding a resource file in Ranorex Studio, however, you just get the resx file. Are there any plans to add the automatic ...
by swambach
Thu Nov 04, 2010 6:17 pm
Forum: Automation Tools
Topic: Support for TFS w/i Ranorex Studio
Replies: 3
Views: 2803

Support for TFS w/i Ranorex Studio

Are there any plans to offer a TFS plugin to Ranorex Explorer (similar to VS Team Explorer for visual studio)?

Source control integration would be a nice add I think...
by swambach
Thu Oct 21, 2010 2:46 pm
Forum: Automation API
Topic: FlexElement method usage on FlexDataItem?
Replies: 13
Views: 3014

Re: FlexElement method usage on FlexDataItem?

Sent.

Thanks!
by swambach
Thu Oct 21, 2010 2:11 pm
Forum: Automation API
Topic: FlexElement method usage on FlexDataItem?
Replies: 13
Views: 3014

Re: FlexElement method usage on FlexDataItem?

Hi Peter, It's a proprietary application; is there a non-public way that I could post the snapshot (outside of this forum)? I've tried the As<FlexElement> method, but haven't had any success. It's been returning null (presumably not able to convert the data item of the tree. I can convert other obje...
by swambach
Tue Oct 19, 2010 6:36 pm
Forum: Automation API
Topic: FlexElement method usage on FlexDataItem?
Replies: 13
Views: 3014

FlexElement method usage on FlexDataItem?

I have a flex application with a treeview in it. The treeview items sometimes change their color to represent something different (e.g. colored red when they're not editable). I'd like to try to access what I believe to be a color property of the object, but it seems that the GetStyle and GetPropert...