Search found 90 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 9
by elecman
25 Dec 2018, 08:29
Forum: General Discussion
Replies: 3
Views: 1313

Re: Add child to specific location in tree

Ok, thanks!
by elecman
22 Dec 2018, 04:54
Forum: General Discussion
Replies: 3
Views: 1313

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?
int index = canvas.Children.IndexOf(existingElement);
canvas.Children.Insert(index + 1, newElement);
by elecman
20 Dec 2018, 23:02
Forum: General Discussion
Replies: 5
Views: 3862

Re: Get and set the absolute position of TextBlock by code

Thanks, that worked.
by elecman
18 Dec 2018, 11:39
Forum: General Discussion
Replies: 5
Views: 3862

Re: Get and set the absolute position of TextBlock by code

That function returns 0,0 unfortunately.
by elecman
15 Dec 2018, 12:24
Forum: General Discussion
Replies: 5
Views: 3862

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&...
by elecman
19 Nov 2018, 04:08
Forum: Showcase Gallery
Replies: 8
Views: 19330

Re: Electronic Aircraft display (EFIS)

Thanks, will let you know when I have something working.
by elecman
07 Nov 2018, 01:26
Forum: Showcase Gallery
Replies: 8
Views: 19330

Re: Electronic Aircraft display (EFIS)

Some more screenshots of the Engine Warning Display (EWD) and the Status Display (SD).
sd-fuel-mod.png
sd-cruise-mod.png
ewd-mod.png
by elecman
07 Nov 2018, 01:20
Forum: General Discussion
Replies: 3
Views: 3531

Re: [RECOVERED] Unity SRP (HDRP) Compatibility

So did you test the Unity HDRP and LWRP yet?
by elecman
07 Nov 2018, 01:18
Forum: General Discussion
Replies: 4
Views: 1496

Re: Why have my posts been removed?

There was a server crash and some content was lost.
by elecman
07 Nov 2018, 01:16
Forum: General Discussion
Replies: 2
Views: 776

Re: About topics marked as [RECOVERED]

The link is broken.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 9