Search found 90 matches
- 25 Dec 2018, 08:29
- Forum: General Discussion
- Replies: 3
- Views: 1790
Re: Add child to specific location in tree
Ok, thanks!
- 22 Dec 2018, 04:54
- Forum: General Discussion
- Replies: 3
- Views: 1790
Add child to specific location in tree
I can add a new element to a Canvas using canvas.Children.Add()
But how do I place that element above or below an existing element in the xaml tree?
Is this the way it is supposed to be done?
But how do I place that element above or below an existing element in the xaml tree?
Is this the way it is supposed to be done?
Code: Select all
int index = canvas.Children.IndexOf(existingElement);
canvas.Children.Insert(index + 1, newElement);
- 20 Dec 2018, 23:02
- Forum: General Discussion
- Replies: 5
- Views: 5033
Re: Get and set the absolute position of TextBlock by code
Thanks, that worked.
- 18 Dec 2018, 11:39
- Forum: General Discussion
- Replies: 5
- Views: 5033
Re: Get and set the absolute position of TextBlock by code
That function returns 0,0 unfortunately.
- 15 Dec 2018, 12:24
- Forum: General Discussion
- Replies: 5
- Views: 5033
Get and set the absolute position of TextBlock by code
I want to set (or at least get) the position of a TextBlock in Unity. The XAML code looks something like this: <TextBlock Name="speed_B" Text="320" FontFamily="#Arial" FontSize="43.2121532069983" Foreground="White" Canvas.Left="16.8453794565401&...
- 19 Nov 2018, 04:08
- Forum: Showcase Gallery
- Replies: 8
- Views: 21945
Re: Electronic Aircraft display (EFIS)
Thanks, will let you know when I have something working.
- 07 Nov 2018, 01:26
- Forum: Showcase Gallery
- Replies: 8
- Views: 21945
Re: Electronic Aircraft display (EFIS)
Some more screenshots of the Engine Warning Display (EWD) and the Status Display (SD).
- 07 Nov 2018, 01:20
- Forum: General Discussion
- Replies: 3
- Views: 3797
Re: [RECOVERED] Unity SRP (HDRP) Compatibility
So did you test the Unity HDRP and LWRP yet?
- 07 Nov 2018, 01:18
- Forum: General Discussion
- Replies: 4
- Views: 1977
Re: Why have my posts been removed?
There was a server crash and some content was lost.
- 07 Nov 2018, 01:16
- Forum: General Discussion
- Replies: 2
- Views: 870
Re: About topics marked as [RECOVERED]
The link is broken.