Questions tagged [flyout]

241 questions
3
votes
3 answers

Windows 8 Metro Settings Flyouts don't seem to work in Javascript?

I've recently been trying to create a metro app for Windows 8 and tried to use settings flyout. So I followed msdn quickstart: http://msdn.microsoft.com/en-us/library/windows/apps/hh780611.aspx However, I can't make it work. Here's the part where I…
Iron
  • 31
  • 1
2
votes
2 answers

Dynamics CRM 2011 - Dynamically added FlyoutAnchor sub menu buttons are disabled

I successfully followed the following answer to Add Dropdown Menu to CRM 2011 ribbon and implemented three dynamically loaded FlyoutAnchor buttons with sub menu buttons etc. Yesterday the sub menu buttons were working fine (click event was fired…
Maarten Docter
  • 1,029
  • 1
  • 13
  • 31
2
votes
1 answer

Flyout window similar to "code parameters" in Delphi IDE

Delphi IDE's "code completion" feature includes a second flyout window with code parameters - the one on the right: An interesting feature of that window is that it is automatically sized to fit the content. What parameters must be used to create a…
Marek Jedliński
  • 7,088
  • 11
  • 47
  • 57
2
votes
1 answer

Dynamics CRM 2011: CommandProperties CrmParameter not set correctly when passed to FlyoutAnchor JavaScript function

I'm trying to create three dynamically filled FlyoutAnchor Ribbon buttons, based on the following SO answer: Add Dropdown Menu to CRM 2011 ribbon All three FlyoutAnchor buttons use the same PopulateQueryCommand. The JavaScript function which is…
2
votes
4 answers

Looking for jQuery plugin - flyout block

I'm looking for a jQuery plugin, which could create a flyout of a container from left or right side of a page on some event (onClick or onMouseOver). The example can be found at http://www.nationalgeographic.com/ - when the page loads some…
Nikolay
  • 2,206
  • 3
  • 20
  • 25
2
votes
2 answers

why I can't open a flyout with a ImageButton on windows - .NET MAUI

I have added an ImageButton in my MAUI application to open the flyout. The command that calls the button works and is well executed but the following line of code (which is to open the flyout, link to flyout documentation on microsoft website) only…
Emma
  • 431
  • 6
  • 19
2
votes
1 answer

How can I prevent premature close of wpf flyout panels due to dialogs and drop down lists?

I have a flyout panel (as illustrated below), which if undocked should be invisible when the mouse leaves the panel area in general. However, I don't want the panel to close if any of these conditions occur: 1) The user opens a ContextMenu 2) The…
Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
2
votes
2 answers

Why don’t separators show in the flyout when using a ShellSection in Xamarin.Forms Shell?

In my Xamarin.Forms Shell application, I define the flyout items in the AppShell.xaml.cs file and not in the AppShell.xaml one since I need to define them programmatically. Here, I read I can use the FlyoutDisplayOptions.AsMultipleItems value to get…
Pine Code
  • 2,466
  • 3
  • 18
  • 43
2
votes
1 answer

Attached Property binding not working for Flayout (Xaml, UWP)

I've faced a problem: Attached property doesn't work for Button's Flayout. I have an outer button with inner button (flayout), attached property - is a ICommand type property. Outer button successfully binds to attached property BUT inner button…
Dorian
  • 21
  • 1
2
votes
3 answers

How can I use a modern Windows 10 context menu with a Win32 NotifyIcon?

My goal is to use the modern Windows 10 themed context menu with my C# application's tray icon. Eartrumpet's tray icon context menu uses it so I know it is possible, but I have had a lot of trouble deciphering how they did it. Simply changing the…
ayylmao
  • 110
  • 8
2
votes
2 answers

How to show a flyout in where the text in a TextBlock is selected

I want to add a flyout to my TextBlock, and when I select the text in the TextBlock, the flyout will show up at the selected (kind of like Reading Mode in Microsoft Edge, when you select the text in reading mode, there will be a flyout show the…
Hongjia
  • 73
  • 6
2
votes
1 answer

Place flyout at a point?

In a uwp app, is it possible to show a Windows.UI.Xaml.Controls.Primitives.FlyoutBase object in relation to a particular point, as opposed to a FrameworkElement object? In other words, instead of flyout.ShowAt(some frameworkElement); I want…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
2
votes
1 answer

UWP - Button flyout is somehow height locked

I can't figure this bug out, so I stripped it to the simplest version where it still happens. This is my XAML code:
2
votes
1 answer

UWP position flyout at mouse cursor

I have a grid with a load of textblocks inside and a flyout with various options attached to the grid.
wolfman1001
  • 171
  • 1
  • 13
2
votes
1 answer

How to Delay Button.Flyout from Appearing?

In my button's click event, I have a couple methods that are asynchronous that I would prefer that they finish before the button's Flyout content is displayed. Is there anyway to delay the Flyout content from display, or will it always display when…
Lotzi11
  • 477
  • 1
  • 13
  • 26
1 2
3
16 17