popup 相关问题

通常,弹出窗口是指浮动在窗口或应用程序表面上方的任何UI元素。这可能包括工具提示,上下文菜单和模态对话框窗口。

如何打开然后关闭窗口而不被阻止为弹出窗口?

我想引导电子商务网站中的客户通过 Paypal 网站付款。 我希望付款在新选项卡/窗口中完成,这样客户就不会丢失网页的当前状态...

回答 1 投票 0

go fyne v2.4 ShowPopUp 与 ShowModalPopUp 不会阻止与底层元素的交互或被半透明覆盖层覆盖。在Win11

我希望弹出一个模式,在回答模式上的问题之前不会让用户与应用程序交互。通常,背景是灰色的,就像我在 C# 表单中所习惯的那样。 我写的...

回答 2 投票 0

如何使用 Plotly Dash 添加弹出窗口

有谁知道是否有办法在创建文件后触发弹出窗口? 我认为这需要通过回电来完成。我有一个正在运行的应用程序,我只想要这条消息“您的文件已...

回答 1 投票 0

Intellij Idea 一直有无法自动关闭的弹窗

Idea 总是有弹窗自动出现但无法自动撤回。 你会看到,当我输入时,有多个重叠的弹出窗口,即使是......

回答 1 投票 0

关闭弹出窗口后刷新父窗口

我正在创建一个转到 hello.html 的弹出窗口。我希望当我关闭弹出窗口(hello.html)时重新加载我的原始(父页面)。我似乎无法让它发挥作用,但我已经很接近了。我在这里...

回答 7 投票 0

在 MAUI[Android] 中,Scrollview 在 maui.community.toolkit.popup 中不起作用

我在内容页面尝试了相同的布局,它有效。它不仅仅在弹出窗口中起作用。 下面是我的 XAML 代码结构。 我在内容页面尝试了相同的布局,它有效。它不仅仅在弹出窗口中工作。 下面是我的XAML代码结构。 <toolkit:Popup x:Class="MuniLogicMobile.View.ReportsPage" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" x:Name="popup" Color="Transparent"> <Border Grid.Column="1" Stroke="{x:StaticResource Secondary}" StrokeThickness="2"> <Border.StrokeShape> <RoundRectangle CornerRadius="10" /> </Border.StrokeShape> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <ScrollView Margin="10" HeightRequest="500" VerticalOptions="FillAndExpand"> <VerticalStackLayout Margin="10"> </VerticalStackLayout> </ScrollView> </Grid> </Border> </toolkit:Popup> 只需添加上面的布局并在弹出窗口中尝试。在 VerticalStackLayout 中添加更多项目。 我在Android平台遇到这个问题,没有在iOS中尝试过。 尝试设置滚动视图的高度,并且 将 HosrizontalOptions 和 VerticalOptions 设置为 Fill 两者单独或一起都不起作用。 我这边做了测试,但无法重现这个问题。我在 Android 模拟器(Pixel 5-Api 3)上进行了测试。 请参考我使用的以下代码,在我这边可以正常运行。 <?xml version="1.0" encoding="utf-8" ?> <toolkit:Popup xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" x:Class="PopUpMauiApp.MyPopPage" > <Border Grid.Column="1" Stroke="#C49B33" StrokeThickness="2"> <Border.StrokeShape> <RoundRectangle CornerRadius="10" /> </Border.StrokeShape> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <ScrollView Margin="10" HeightRequest="500" VerticalOptions="FillAndExpand"> <VerticalStackLayout Margin="10"> <Label TextColor="Red" Text="1 FOR the most wild, yet most homely narrative which I am about to pen, I neither expect nor solicit belief. Mad indeed would I be to expect it, in a case where my very senses reject their own evidence. Yet, mad am I not -- and very surely do I not dream. But to-morrow I die, and to-day I would unburthen my soul. My immediate purpose is to place before the world, plainly, succinctly, and without comment, a series of mere household events. In their consequences, these events have terrified -- have tortured -- have destroyed me. Yet I will not attempt to expound them. To me, they have presented little but Horror -- to many they will seem less terrible than barroques. Hereafter, perhaps, some intellect may be found which will reduce my phantasm to the common-place -- some intellect more calm, more logical, and far less excitable than my own, which will perceive, in the circumstances I detail with awe, nothing more than an ordinary succession of very natural causes and effects." /> <Label TextColor="Green" Text="2 FOR the most wild, yet most homely narrative which I am about to pen, I neither expect nor solicit belief. Mad indeed would I be to expect it, in a case where my very senses reject their own evidence. Yet, mad am I not -- and very surely do I not dream. But to-morrow I die, and to-day I would unburthen my soul. My immediate purpose is to place before the world, plainly, succinctly, and without comment, a series of mere household events. In their consequences, these events have terrified -- have tortured -- have destroyed me. Yet I will not attempt to expound them. To me, they have presented little but Horror -- to many they will seem less terrible than barroques. Hereafter, perhaps, some intellect may be found which will reduce my phantasm to the common-place -- some intellect more calm, more logical, and far less excitable than my own, which will perceive, in the circumstances I detail with awe, nothing more than an ordinary succession of very natural causes and effects." /> </VerticalStackLayout> </ScrollView> </Grid> </Border> </toolkit:Popup> 注: 请确保您的 nuget 使用最新版本。

回答 1 投票 0

创建门户模式在 React 中不起作用

我想使用React Portal创建一个模态,所以这里我为模态数据创建了一个showModal容器,一个我们可以用来控制模态的Modal容器,在index.html中,我想要一个

回答 1 投票 0

Selenium – 无法单击()此网站的弹出按钮

从 selenium 导入 webdriver 从 selenium.webdriver.common.by 导入 从 selenium.webdriver.support 导入预期条件作为 EC 从 selenium.webdriver.support.wait 导入 WebDriverWait

回答 1 投票 0

使用切换按钮处理弹出窗口

我在 Xaml 中有一个切换按钮和一个弹出窗口。弹出窗口的 IsOpen 绑定到切换按钮的 IsChecked,并且弹出窗口的 StaysOpen 设置为 false。因此,当选中切换按钮并且

回答 3 投票 0

如何删除覆盖层

我从API收到一系列产品名称,我将其反复输入到“主搜索栏”中。 在模拟首次访问该页面的行为时,我遇到了一个弹出窗口

回答 2 投票 0

FLUTTER 注册/使用 Google 登录弹出窗口未出现

我想让用户使用谷歌登录应用程序,但屏幕上没有弹出窗口。我该怎么做才能出现弹出窗口?当我按下“继续使用 Google”按钮时,...

回答 2 投票 0

在新窗口中打开页面,不阻止弹出窗口

希望您能在这里提供一点帮助...... 我有一个表单,可以翻译字段中的单词,用翻译后的术语填充该字段,然后在一个提交按钮中执行所有提交操作。 提交正在...

回答 7 投票 0

传单弹出窗口,设置关闭事件

我知道您可以在传单中的地图对象上设置“弹出窗口关闭”事件,有什么方法可以在每个弹出窗口的基础上设置该事件吗? 如果我有一个从像这样的事件中获取的图层...... var 层 = 事件...

回答 2 投票 0

反应按钮点击打开弹出窗口

我对 React 没有太多经验。我想要做的是当我按下按钮时能够打开一个弹出窗口。我浏览了很多例子,但不明白为什么不是。我在这里...

回答 4 投票 0

如何将删除按钮的id传递给弹出的删除按钮

我在前端应用程序中有一个表,其中每一行代表一个项目,对于每一行,您都有一个“删除”按钮,单击该按钮会触发警告弹出窗口。在这个弹出窗口中,您想要...

回答 2 投票 0

如何更改 RxSwift 中 BottomPopUp 的高度

我在我的项目中使用RxSwift 当我在Viewmodel中调用API并传输到ViewController后,我获取了数据的数量。然后我想用数据的数量来改变Popup的高度。怎么可以...

回答 1 投票 0

将选项从弹出窗口添加到表格

我正在创建时间表。如果我点击一个 表格,将打开一个弹出窗口,其中包含各个主题。如果我从那里选择一个选项,弹出窗口应该

回答 1 投票 0

将模式窗口宽度设置为大于 Outlook 加载项宽度

我需要在 Outlook 加载项中创建一个弹出窗口或模式窗口,其中弹出窗口或模式窗口的宽度大于 Outlook 加载项宽度。 我尝试了几种方法。但他们只允许弹出/模态窗口...

回答 1 投票 0

js,弹出甜蜜提醒

请帮我解决问题。我正在尝试制作一个带有甜蜜警报的弹出窗口。当您提交按钮时,弹出窗口应该显示结果! ($("#input name").val(data);) 和...

回答 1 投票 0

弹出窗口制作插件导致单个页面上出现多个弹出窗口的问题

我正在使用带有 Divi Page Builder 的 Popup Maker 插件。我需要在一个页面上调用 5 个以上的弹出窗口。当我尝试在大型菜单上设置 2 个弹出窗口时,我遇到了页面设计冲突 &

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.