Welcome Guest Search | Active Topics | Sign In | Register

CaptureRaw bug Options
John
Posted: Monday, March 1, 2021 1:04:17 AM
Rank: Member
Groups: Member

Joined: 12/19/2020
Posts: 14
It seems the parameterless CaptureRaw method has a bug and always returns null.

var data = web.CaptureRaw(); // will return null

but

var data = web.CaptureRaw(r, s); // will return data
eo_support
Posted: Monday, March 1, 2021 10:13:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

We tested it here and it seems to work fine. The parameterless CaptureRaw would first try to get the current content area size and if that fails, it would return null. So appears that for some reason in your setup it is unable to get the content size. If you can isolate the problem into a test app and send it to us, we will be able to debug into our code and tell you exactly why. See here for more details about sending test app to us:

https://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.