Search found 178 matches
- 20 Mar 2018, 01:04
- Forum: General Discussion
- Replies: 18
- Views: 3067
- 26 Jan 2018, 02:34
- Forum: General Discussion
- Replies: 1
- Views: 870
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.
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.
- 31 Dec 2017, 10:03
- Forum: General Discussion
- Replies: 3
- Views: 1147
- 26 Dec 2017, 06:23
- Forum: General Discussion
- Replies: 3
- Views: 1147
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" xmlns:x=...
- 19 Dec 2017, 07:11
- Forum: General Discussion
- Replies: 1
- Views: 544
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,
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,
- 13 Nov 2017, 02:37
- Forum: General Discussion
- Replies: 5
- Views: 1712
Re: Cannot properly scroll ListView/ListBox using keyboard
Ok, I filed the issue here: https://www.noesisengine.com/bugs/view.php?id=1185
- 13 Nov 2017, 02:35
- Forum: General Discussion
- Replies: 3
- Views: 1160
Re: Horizontal Scrollbar of ListView/ListBox not working
Ok, I filed the issue here: https://www.noesisengine.com/bugs/view.php?id=1184
- 10 Nov 2017, 08:49
- Forum: General Discussion
- Replies: 5
- Views: 1712
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 ...
- 10 Nov 2017, 08:35
- Forum: General Discussion
- Replies: 3
- Views: 1160
Horizontal Scrollbar of ListView/ListBox not working
Hi, it seems that the Horizontal scrollbar of ListView/ListBox is not working. With the default style, 1. When ScrollViewer.HorizontalScrollBarVisibility="Auto" -> Horizontal Scrollbar is not shown 2. When ScrollViewer.HorizontalScrollBarVisibility="Visible" -> Horizontal Scrollbar is shown, but no ...
- 24 Oct 2017, 02:06
- Forum: General Discussion
- Replies: 4
- Views: 1184
Re: How to debug xaml/c++
Great. Actually was going to ask for the same feature.