碰到一个神奇的崩溃,只要在窗口上晃一会鼠标就崩溃了
我写了一个C++库,并在其中启动了一个死循环回调WPF传入的函数,奇怪的是,我只要在窗口上晃一会儿鼠标,回调就崩溃了 项目地址:https://github.com/githowe/CallbackTest
net maui 9中Shell/FlyoutItem/Tab/ShellContent 图标灰色或者不显示问题
在windows下== shell/FlyoutItem 图标正常显示彩色 shell/FlyoutItem/Tab 显示图标为灰色?? Shell/FlyoutItem/Tab/ShellContent 显示图标为灰色?? 在android下== shell/FlyoutItem 图标正常显示彩色 shell/FlyoutItem/Tab 显示图标为灰色??-如果是单个TAB就不显示TAB Shell/FlyoutItem/Tab/ShellContent 不显示图标??
net maui 9中Shell/FlyoutItem/Tab/ShellContent 图标灰色或者不显示问题
在windows下== shell/FlyoutItem 图标正常显示彩色 shell/FlyoutItem/Tab 显示图标为灰色?? Shell/FlyoutItem/Tab/ShellContent 显示图标为灰色?? 在android下== shell/FlyoutItem 图标正常显示彩色 shell/FlyoutItem/Tab 显示图标为灰色??-如果是单个TAB就不显示TAB Shell/FlyoutItem/Tab/ShellContent 不显示图标??
maui media element连续播放问题
maui media element,在上一曲播放完后,触发mediaended事件后,再次给source添加新的值时,会直接报错 详细代码在如下链接 https://github.com/fsdfsfd/SimpleAudioPlayer
maui media element连续播放问题
maui media element,在上一曲播放完后,触发mediaended事件后,再次给source添加新的值时,会直接报错 详细代码在如下链接 https://github.com/fsdfsfd/SimpleAudioPlayer
xaml 使用bing 不能正常工作
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
xaml 使用bing 不能正常工作
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
VisualStateManager 的Disabled状态无法让Label产生效果
您好~ 下面这段代码,在手机上一直显示灰色,理论上它应该在禁用状态下应该显示粉红色,我反复对比了示例代码,没有找出问题,请求帮助。 测试环境:.net8 , android api33, oppo手机 <Label x:Name="Label_Pushing" Text="推送" FontSize="10" FontAttributes="Bold" …
NET MAUI 9.0 安卓模拟器运行正常,WINDOWS运行正常。发布到真机非常慢
NET MAUI 9.0 安卓模拟器运行正常,WINDOWS运行正常。发布到真机非常慢;打包成APK后安装的。 模拟器和真机同一网络。信号正常。上网正常。
maui media element 如何通过c#(不要用xaml的绑定)实现在播完上一曲后自动加载下一曲并播放
maui media element 如何通过c#(不要用xaml的绑定)实现在播完上一曲后自动加载下一曲并播放
maui media element 如何通过c#(不要用xaml的绑定)实现在播完上一曲后自动加载下一曲并播放
maui media element 如何通过c#(不要用xaml的绑定)实现在播完上一曲后自动加载下一曲并播放
如何将taglib中的tag.Picture转换成PNG并通stream(FileSystem.AppDataDirectory+FileName)保存到本地内存中
如何将taglib中的tag.Picture转换成PNG并通stream(FileSystem.AppDataDirectory+FileName)保存到本地内存中
如何将taglib中的tag.Picture转换成PNG并通stream(FileSystem.AppDataDirectory+FileName)保存到本地内存中
如何将taglib中的tag.Picture转换成PNG并通stream(FileSystem.AppDataDirectory+FileName)保存到本地内存中
Throw an exception by getting the selected text via UIA
I have a.NET 8.0 WPF application that wants to get user-selected text through UIA, but an exception was thrown when retrieving words. Here is my code private void MainWindow_Loaded(object sender, RoutedEventArgs e) { _mouseHook = new…
使用collectionview 在类中创建属性报CS0053
使用collectionview 在类中创建属性报CS0053 private IList<SongData> source; public ObservableCollection<SongData> SongDatas { get; private set; }
使用collectionview 在类中创建属性报CS0053
使用collectionview 在类中创建属性报CS0053 private IList<SongData> source; public ObservableCollection<SongData> SongDatas { get; private set; }
Android 请求外部存储读写权限一直返回Denied
测试环境:.net8 android api 33,权限的弹窗没弹出,默认返回的Denied,怎么解决,这个android版本是不支持吗。 public static async Task<PermissionStatus> CheckAndRequestStorageWritePermission () { var status = await…
maui的image中的source怎么与TagLib中的xxx.Tag.Pictures连接起来
maui的image中的source怎么与TagLib中的xxx.Tag.Pictures连接起来,有什么办法转换
maui的image中的source怎么与TagLib中的xxx.Tag.Pictures连接起来
maui的image中的source怎么与TagLib中的xxx.Tag.Pictures连接起来,有什么办法转换
通过bing将label的text与mediaelement.postion绑定在一起,想要优化输出
通过bing将label的text与mediaelement.postion绑定在一起,想要优化的输出格式 现在的输出为00:00:00:0000,想要修改为00:00 找的方法的使用string Format或者使用convert能够实现 麻烦使用xaml和c#分别使用string Format和convert实现一下