Search found 29 matches

by XaeroDegreaz
28 May 2019, 11:11
Forum: General Discussion
Replies: 3
Views: 670

Re: Is it alright to post a "Help Wanted" advertisement somewhere on the forums?

Actually, I meant is it alright to make a post for a paid position, not just simple "help me figure out how to do stuff". 😁
by XaeroDegreaz
26 May 2019, 01:16
Forum: General Discussion
Replies: 3
Views: 670

Is it alright to post a "Help Wanted" advertisement somewhere on the forums?

If so, where would be an acceptable forum? I've tried posting for some UI/UX help on the common Reddit subs, but because my requirements include Noesis / WPF, I rarely get any hits that lead anywhere. I figured the best place to look for help would be right here. I've been using Noesis for a few yea...
by XaeroDegreaz
02 Jun 2018, 22:58
Forum: General Discussion
Replies: 5
Views: 2033

Re: Noesis and create UI and graphics with c++, it is possible?

Any news or updates on if you guys will support stuff like
<ListView.Effect>
    <BlurEffect [...]/>
</ListView.Effect>
?
by XaeroDegreaz
21 May 2018, 19:17
Forum: Showcase Gallery
Replies: 7
Views: 20438

Re: Heads up - our game ships with the completely open source UI code (XAML/NoesisGUI) and available for free during alp

Thanks a lot for you input. I meant to get back to this post sooner! I think I've been able to mostly understand what you're talking about here. I've been using XAML for a while now, but I've never actually created custom buttons and stuff (I've always just used the default skin). For your buttons d...
by XaeroDegreaz
12 May 2018, 17:33
Forum: General Discussion
Replies: 3
Views: 1563

Re: Are there any plans to implement InlineUIContainer?

I agree, it really would be nice to have support for stuff like FlowDocument
by XaeroDegreaz
09 May 2018, 07:21
Forum: Showcase Gallery
Replies: 7
Views: 20438

Re: Heads up - our game ships with the completely open source UI code (XAML/NoesisGUI) and available for free during alp

@ai_enabled I'm looking to hire a UI/UX designer for my game . I'm trying to come up with a list of qualities an ideal candidate would have, but am coming up short. Generally I would just grab images and position them on the screen to create the UI, but most UI developers use something like "Ad...
by XaeroDegreaz
23 Mar 2018, 15:40
Forum: General Discussion
Replies: 1
Views: 1522

ListBox.ScrollIntoView does not appear to be working directly after a CollectionChanged event

When attempting to scroll an item into view with ListBox.ScrollIntoView() after a CollectionChanged event is raised by an ObservableCollection , the method ScrollIntoView throws an exception: NoesisException: Null item added to collection . Here's the code: public class ChatScreen : UserControl, INo...
by XaeroDegreaz
20 Mar 2018, 12:09
Forum: General Discussion
Replies: 5
Views: 2285

Re: Cannot properly scroll ListView/ListBox using keyboard

Has this been resolved in any releases since 2.1.0b4?
by XaeroDegreaz
13 Dec 2017, 00:47
Forum: General Discussion
Replies: 1
Views: 2232

Button click events when rendering GUI to RenderTexture

Hello,

I have a simple UI that works when drawing to screen, but when I create a Quad, and add the RenderTexture to it and have the NoesisView Camera draw there, my buttons no longer work.

Is there a trick that I need to do to get this to work?
by XaeroDegreaz
12 Dec 2017, 21:21
Forum: General Discussion
Replies: 5
Views: 2677

Re: ProgressBar Orientation doesn't work?

Have there been any updates on this? I'd also like to use vertical orientated ProgressBars.