Search found 14 matches

by tomamiro
Sat Jan 12, 2013 5:03 pm
Forum: Bug Reports
Topic: System.Windows.Forms causing diff issues
Replies: 5
Views: 2225

Re: System.Windows.Forms causing diff issues

How does Ranorex detect the version of System.Windows.Forms? I have two Windows 7 machines. They both have all the Windows Updates installed, and as far as I know they both have the latest version of .NET, but Ranorex thinks one has Version 2.0.0.0 and the other has Version 4.0.0.0 of System.Windows...
by tomamiro
Thu Oct 06, 2011 9:24 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

Re: error cs0013 no logical space left

I found that breaking up the big code module .cs file that had so many compressed images for compares into multiple code modules with their applicable images, resolved this problem.
by tomamiro
Mon Oct 03, 2011 10:16 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

Re: error cs0013 no logical space left

I have pared down the project and was able to get it to compile for a while, but now when I record one image validation, it breaks. If I delete the recorded step and hence the compressed image data in the .cs file it will compile. Now, I don't have any recording in the .rxrec file; it is empty. All ...
by tomamiro
Thu Sep 29, 2011 7:37 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

Re: error cs0013 no logical space left

I have 57GB of free disk space.
by tomamiro
Thu Sep 29, 2011 2:05 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

Re: error cs0013 no logical space left

If a module name were the problem, wouldn't it have happened earlier? The project has been building until now and I haven't added or changed any module names. I have tried to remove some image data but still cannot get it to build. The EXE is about 15MB. Is that really big, or is Ranorex capable of ...
by tomamiro
Wed Sep 28, 2011 5:49 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

Re: error cs0013 no logical space left

Ciege, I'm using Ranorex 3.1 Studio. The project has a code model that is 8mb. It has a lot of image data. It was building fine in Ranorex Studio all along until now. The only thing I was doing when the problem started was adding compressed image data to the code module.
by tomamiro
Wed Sep 28, 2011 4:44 pm
Forum: General Questions
Topic: error cs0013 no logical space left
Replies: 9
Views: 3708

error cs0013 no logical space left

Has anyone ever got the CS0013 error such as this and know what to do about it. I can't build my project at all. Unexpected error writing metadata to file 'c:\Brainshark_Subversion\QA\Ranorex\Smoketests\PlayerSmoketest\obj\x86\Debug\PlayerSmoketest.exe' -- 'No logical space left to create more user ...
by tomamiro
Wed Jul 06, 2011 2:01 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

Re: flash/flex automation with new preloader on firefox

I took a snapshot of the dom for the Brainshark overview presentation running in FireFox 3. on my laptop and a screenshot
ff_bsk_overview.png
. Both are attached.

Also tried setting the param "swliveconnect" both True and False and it did NOT make a difference.
by tomamiro
Tue Jul 05, 2011 12:51 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

Re: flash/flex automation with new preloader on firefox

I'm still using 3.1.18 FireFox. I should have our developer set these parameters on our app?

<param value="false" name="swliveconnect">
<param value="samedomain" name="allowscriptaccess">
by tomamiro
Fri Jul 01, 2011 7:13 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

Re: flash/flex automation with new preloader on firefox

Again I spoke too soon, I'd been using IE but when I tried the Spy on our app with FireFox, it does not see all the elements and I have got that error about instrumenting my Flash/Flex app. Here is a URL to a presentation that I'm using http://www.brainshark.com/brainsharkinc/vu?pi=zDNzdGnOtz0z0 If ...
by tomamiro
Fri Jul 01, 2011 3:44 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

Re: flash/flex automation with new preloader on firefox

Well, I may have spoke too soon. I'm just learning this stuff so bear with me. The following actually worked on our flash player. FlexElement submitButton = repo.WebDocumentBrainshark.Self.FindSingle(".//element[@type='QuestionButtons']/element[@displayname='submit']/element[@type='BaseButton']"); s...
by tomamiro
Fri Jul 01, 2011 1:11 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

Re: flash/flex automation with new preloader on firefox

Thanks, that helps. With our app, which is public and you can see at http://www.brainshark.com/brainsharkinc/vu?pi=zDNzdGnOtz0z0 I started with the nice and easy approach in a Ranorex blog that claims you don’t have to modify your app. http://www.ranorex.com/blog/flashflex-automation-with-the-new-ra...
by tomamiro
Mon Jun 27, 2011 10:17 pm
Forum: General Questions
Topic: flash/flex automation with new preloader on firefox
Replies: 11
Views: 3008

flash/flex automation with new preloader on firefox

I followed the instructions in http://www.ranorex.com/blog/flashflex-automation-with-the-new-ranorex-preloader and got Spy to see the buttons in the flash example http://www.adobe.com/devnet/actionscript/samples/interactivity_1.html on IE but can't get FireFox to work. I did install the Adobe Debug ...