Search found 19 matches

  • 1
  • 2
by mdube
30 Dec 2021, 22:33
Forum: General Discussion
Replies: 5
Views: 469

Re: ActualWidth used in converter is 0 instead of actual width

Ok, what worked was to move the Storyboard definition from the EventTrigger to the <Grid.Resources> AND to wrap into <ResourceDictionary>.
by mdube
30 Dec 2021, 22:17
Forum: General Discussion
Replies: 5
Views: 469

Re: ActualWidth used in converter is 0 instead of actual width

My bad, the converters used in the previous excerpt do work fine, breakpoint placed in the converter code shows 2 calls, one with 0, then one with the actual width. I have multiple use cases on the same xaml page and mistaken some. The code not working is when used in Triggers, where it doesn't reac...
by mdube
30 Dec 2021, 22:08
Forum: General Discussion
Replies: 5
Views: 469

Re: ActualWidth used in converter is 0 instead of actual width

I wrapped into a <ResourceDictionary>, but this still doens't work.
by mdube
24 Dec 2021, 18:09
Forum: General Discussion
Replies: 5
Views: 469

ActualWidth used in converter is 0 instead of actual width

Hi, This was working fine with 3.0.10, but seems broken with 3.1.2. The code works also fine in Blend, so I assume this is a bug in Noesis introduced between 3.0.10 and now. I have some decorator used to later get the width of some elements. <Decorator Grid.ColumnSpan="5" x:Name="RefW...
by mdube
08 Dec 2020, 14:48
Forum: General Discussion
Replies: 3
Views: 1740

Re: NativeSDK - RTTI Support

Hi, The workaround we use is to disable rtti for files that uses/includes Noesis headers. We are using cmake for android too, so for each file we add this: set_source_files_properties(src/GUI/MainGUI/MainGUI.cpp PROPERTIES COMPILE_FLAGS -fno-rtti) Then you have to keep clean and separate interfaces ...
by mdube
28 Oct 2020, 20:05
Forum: General Discussion
Replies: 2
Views: 877

Re: Textblock comboitem not displaying when selected

Yes, this is a fine workaround. Thanks.
by mdube
24 Oct 2020, 20:33
Forum: General Discussion
Replies: 2
Views: 877

Textblock comboitem not displaying when selected

Hi, I ran into this issue. The following will display both options when combo box is opened, but selecting Option 1 will lead to an invisible selected item. <Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml&qu...
by mdube
13 Oct 2020, 22:26
Forum: General Discussion
Replies: 1
Views: 580

Dismissed Popups are shown again when TabItem is selected

Hi, I'm displaying popup as tooltips for items being on a TabItem, inside a TabControl. Everything works fine until I select another tab and get back to this tab. The popup(s) (that were dismissed, having StaysOpen set to false) get displayed again as soon as the tab gets the current one. Any ideas ...
by mdube
26 Aug 2020, 22:27
Forum: General Discussion
Replies: 3
Views: 709

Emoji with zero width joiner (zwj)

Hi, Still playing with emojis, I just learned that it is possible to join emojis (https://unicode.org/emoji/charts/emoji-zwj-sequences.html), for example, the technologist (https://unicode.org/emoji/charts/emoji-zwj-sequences.html#1f9d1_200d_1f4bb) which is a guy in front of a computer. Those are ac...
  • 1
  • 2