Welcome Guest Search | Active Topics | Sign In | Register

Flyout control problem Options
Camarate
Posted: Thursday, January 20, 2011 11:06:09 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

I'm trying to use the Flyout control in a ASP.NET page for the first time, but I am having problems.

When I try to drag the control from the Toolbox to webform in design mode nothing happens. But, when in code, when drag the control, a window appears with the error message "Invalid FORMATETC structure (Exception from HRESULT: 0x80040064 (DV_E_FORMATEC))".

What do I do to fix this problem?

Thanks in advance, Camarate
eo_support
Posted: Thursday, January 20, 2011 11:23:30 AM
Rank: Administration
Groups: Administration

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

This is a known Visual Studio issue that we do not know the exact cause. You may want to just manually add a blank markup in the HTML view such as:

Code: HTML/ASPX
<eo:Slide runat="server" id="Slide1">
</eo:Slide>


Once you add it into the page, you should be able to edit it in design view.

Thanks!
Camarate
Posted: Thursday, January 20, 2011 1:13:11 PM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Thanks for your quick reply.

What should I do for the Flyout is always visible, because, depending on the position of the trigger control, the window does not appear OK if the ExpandDirection property is setting to Auto?

Thanks, Camarate
eo_support
Posted: Thursday, January 20, 2011 1:17:02 PM
Rank: Administration
Groups: Administration

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

For Flyout, Auto = BottomRight. It does not automatically change it to other direction.

Thanks!
Camarate
Posted: Friday, January 21, 2011 5:45:31 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Thanks for your quick reply.

But, is there any way to put the Flyout always visible? I've tried all values for ExpandDirection and, depending on the position of the trigger control, my Flyout appears partially.

Thanks, Camarate
eo_support
Posted: Friday, January 21, 2011 7:52:59 AM
Rank: Administration
Groups: Administration

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

I am not sure what you mean by "partially visible" or "always visible". Can you explain or post a picture?

Thanks!
Camarate
Posted: Friday, January 21, 2011 10:56:32 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Thanks for your reply.

Partially visible is:



And always visible is:



In the first example, as the Flyout can not be fully shown with ExpandDirection property equal Auto (bottomRight), I think that it should be set to appear fully.

Regards, Camarate

eo_support
Posted: Friday, January 21, 2011 11:17:13 AM
Rank: Administration
Groups: Administration

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

You will not be able to do that. We do not automatically adjust flyout position on purpose because the flyout usually needs to "anchor" to the trigger element. User would be extremely confused about exactly what triggered the flyout if we were to automatically move the flyout. In that case the Flyout would appear to be showing up at "random" location and user would not have a clear idea about which link trigger what and will just get an impression of a bunch of annoying blocks flying in and out of the window. For that reason "Auto" does not work on Flyout.

Thanks!
Camarate
Posted: Friday, January 21, 2011 11:55:49 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Thanks for your reply.

I can only regret, but I can not use this control. If you accept a suggestion, you could add a new value for the ExpandDirection property that allows Flyout control stay always visible.

Regards, Camarate


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.