Search found 178 matches
- 10 Aug 2020, 06:31
- Forum: General Discussion
- Replies: 3
- Views: 402
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: 402
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: 624
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: 624
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.ShowDuration="1000"/>
- 27 Jun 2020, 18:04
- Forum: General Discussion
- Replies: 7
- Views: 834
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: 834
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: 2071
- 08 Jun 2020, 16:22
- Forum: General Discussion
- Replies: 4
- Views: 2071
Re: Popup and ComboBox do not work together nicely
Hi Sergio, thanks for the response. I submitted the bug here: #1713
- 08 Jun 2020, 07:58
- Forum: General Discussion
- Replies: 6
- Views: 736
Re: ComboBox selection not updating when model changes
Does this bug also affect version 2.2.* ?
- 08 Jun 2020, 07:56
- Forum: General Discussion
- Replies: 4
- Views: 2071
Popup and ComboBox do not work together nicely
Hi, Here is the XAML that illustrates the problem. Click the button to show a Popup that has a combobox internally. The Popup is configured with StaysOpen="False". After the Popup appears, click the combobox and select the item that is shown beyond the Popup Window. The expected behavior is that the...