Search found 180 matches

  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 18
by nikobarli
27 Dec 2018, 08:07
Forum: General Discussion
Replies: 4
Views: 1489

ContextMenuOpening event is not sent when button is disabled

Hi, In WPF, we get ContextMenuOpening event on both the button and the grid. However, in NoesisGUI, the event is not fired (it is fired if the button IsEnabled="True"). <Grid ContextMenuOpening="Grid_ContextMenuOpening"> <Button Name="testDisabledButton" IsEnabled="...
by nikobarli
25 Apr 2018, 02:46
Forum: Official Announcements
Replies: 34
Views: 40389

Re: WebAssembly

Cool ! I have several questions below. They may be more related to emscripten than to NoesisGUI, but if you are kind enough to enlighten us :) ... 1. Is it possible to create connection to the server from the client ? 2. Is it possible to compile the code using Visual C++ (and create dependency to V...
by nikobarli
20 Mar 2018, 01:04
Forum: General Discussion
Replies: 18
Views: 4122

Re: Is a second window possible on Linux with C#?

Hi, I saw your article in codeproject :)

https://www.codeproject.com/Articles/12 ... eatable-fr
by nikobarli
26 Jan 2018, 02:34
Forum: General Discussion
Replies: 1
Views: 1331

Bug tracker login page doesn't enforce HTTPS

Hi,

The bug tracker login page doesn't enforce HTTPS.

http://www.noesisengine.com/bugs/login_page.php

If user is not careful, he may send the password as plain text over internet.
by nikobarli
26 Dec 2017, 06:23
Forum: General Discussion
Replies: 3
Views: 1634

Juggling view of ListView when horizontal scrollbar is shown

Please feed the following XAML to XamlPlayer. Then click the 'Font' header of the shown ListView. You'll see that the view is juggling left <-> right. This doesn't happen if the horizontal scrollbar is not shown. <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
by nikobarli
19 Dec 2017, 07:11
Forum: General Discussion
Replies: 1
Views: 864

Weak pointer

Hi,

In your documentation, you are mentioning about Weak pointers:

http://www.noesisengine.com/docs/Core.K ... nting.html

However, I couldn't find it inside the current SDK. Is there any workaround ?

thx,
by nikobarli
10 Nov 2017, 08:49
Forum: General Discussion
Replies: 5
Views: 2297

Cannot properly scroll ListView/ListBox using keyboard

Suppose I am showing 100 items inside a ListBox, and the currently visible items are item 0 to item 10. Now I click and select one of the visible item, and use down arrow key to move the selection down. I can move the selection until tle last visible item, item 10, but can not move further down and ...
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 18