Search found 180 matches
- 01 Jul 2022, 11:30
- Forum: General Discussion
- Replies: 3
- Views: 253
Re: Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
Thanks, I added the feature request here: https://www.noesisengine.com/bugs/view.php?id=2369
In the meantime, what is the best way to mimic this behavior with the current Noesis. We are thinking to use this feature to close input form dialogs.
In the meantime, what is the best way to mimic this behavior with the current Noesis. We are thinking to use this feature to close input form dialogs.
- 01 Jul 2022, 07:49
- Forum: General Discussion
- Replies: 3
- Views: 253
Are "IsDefault" and "IsCancel" supported in the current Noesis ?
Hi, Are "IsDefault" and "IsCancel" are supported in the current Noesis ? https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.button.isdefault?view=netframework-4.8 https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.button.iscancel?view=netframewor...
- 10 Aug 2020, 06:31
- Forum: General Discussion
- Replies: 3
- Views: 992
Re: Does Inspector support Multiple-view-in-a-process scenarios ?
Ah, I found it.
I need to resize the inspector window wide enough so that the selection menu appears.
Thanks !
I need to resize the inspector window wide enough so that the selection menu appears.
Thanks !
- 04 Aug 2020, 16:03
- Forum: General Discussion
- Replies: 3
- Views: 992
Does Inspector support Multiple-view-in-a-process scenarios ?
Hi,
Our app is currently creating multiple Noesis views inside one process (i.e. multiple MFC CWnds layered with NoesisGUI inside one process).
Is it possible to use Inspector to those views ?
Our app is currently creating multiple Noesis views inside one process (i.e. multiple MFC CWnds layered with NoesisGUI inside one process).
Is it possible to use Inspector to those views ?
- 29 Jun 2020, 12:50
- Forum: General Discussion
- Replies: 3
- Views: 1513
Re: Tooltip's ShowDuration doesn't seem to work ?
Thanks for looking into it. I submitted the bug here: https://www.noesisengine.com/bugs/view.php?id=1739
- 27 Jun 2020, 18:07
- Forum: General Discussion
- Replies: 3
- Views: 1513
Tooltip's ShowDuration doesn't seem to work ?
Hi, The ShowDuration property of ToolTip.Service doesn't seem to work. Even if I set it to a value like below, the tooltip never disappears as long as I keep hovering the button. <Button Content="AAA" ToolTip="BBB" ToolTipService.InitialShowDelay="1000" ToolTipService.S...
- 27 Jun 2020, 18:04
- Forum: General Discussion
- Replies: 7
- Views: 1445
Re: Offloading Noesis::GUI::LoadXaml to a worker thread
Ok, I will give you more information later.
Please wait for a while because it's been very busy these days ;)
Please wait for a while because it's been very busy these days ;)
- 24 Jun 2020, 11:45
- Forum: General Discussion
- Replies: 7
- Views: 1445
Re: Offloading Noesis::GUI::LoadXaml to a worker thread
We are also having this issue, since our XAML is getting bigger and bigger. It takes ~1s in places just to load the XAML.
I prefer the approach to support optimized binary XAML format so that we can generate the binary XAML on compile time, and cache it on runtime.
I prefer the approach to support optimized binary XAML format so that we can generate the binary XAML on compile time, and cache it on runtime.
- 10 Jun 2020, 11:42
- Forum: General Discussion
- Replies: 4
- Views: 3673
- 08 Jun 2020, 16:22
- Forum: General Discussion
- Replies: 4
- Views: 3673
Re: Popup and ComboBox do not work together nicely
Hi Sergio, thanks for the response. I submitted the bug here: #1713