Search found 33 matches
- 11 Jan 2021, 14:32
- Forum: General Discussion
- Replies: 4
- Views: 22
Re: iOS 3.0.8 didn't show the statsView
Swipe from left didn't show anything though the Window::ShowToolbar(true) has called.
- 11 Jan 2021, 13:49
- Forum: General Discussion
- Replies: 4
- Views: 22
iOS 3.0.8 didn't show the statsView
Hi, We use Noesis 3.0.8 iOS version and run the demo Samples.Buttons, we add the statsView switch in Window::OnDisplayTouchUp. But the statsView didn't show as in Windows using Ctrl+F. Is that Noesis 3.0.8 can not render more than one View on iOS? We run the demo on iPad Pro 11. void Window::OnDispl...
- 14 Aug 2020, 13:55
- Forum: General Discussion
- Replies: 1
- Views: 691
why Char interface of IView be called return false
when I press key down, I call the function Char(char_code) of IView, but the function return result is false. what things can case this?
- 07 Jul 2020, 14:15
- Forum: General Discussion
- Replies: 3
- Views: 196
Re: Alternate of Visual::DisconnectFromView
Then how to destroy a view? Or just there no reference the view will be destroyed?
- 05 Jul 2020, 15:55
- Forum: General Discussion
- Replies: 3
- Views: 196
Alternate of Visual::DisconnectFromView
Hi, all
We use Visual::DisconnectFromView when we destroy a view. After upgraded, the DisconnectFromView become private, what's the alternate way to do so?
We use native c++ SDK of NoesisGUI.
Thanks.
We use Visual::DisconnectFromView when we destroy a view. After upgraded, the DisconnectFromView become private, what's the alternate way to do so?
We use native c++ SDK of NoesisGUI.
Thanks.
- 05 Apr 2019, 13:48
- Forum: General Discussion
- Replies: 3
- Views: 411
Re: BitmapSource::Create from MFC CImage Bits crashed on x64
Hi,
We just create the ticket. https://www.noesisengine.com/bugs/view.php?id=1444
We just create the ticket. https://www.noesisengine.com/bugs/view.php?id=1444
- 04 Apr 2019, 13:48
- Forum: General Discussion
- Replies: 3
- Views: 411
BitmapSource::Create from MFC CImage Bits crashed on x64
hi, We add bellow code in HelloWorld sample for test create BitmapSource from MFC CImage. When we build x86 is ok, when we changed to x64 the app crashed as "Exception thrown at 0x00007FFA47395280 (Noesis.dll) in Samples.HelloWorld.exe: 0xC0000005: Access violation reading location 0x000002380DFF52B...
- 25 Jul 2018, 14:56
- Forum: General Discussion
- Replies: 1
- Views: 601
How to use an independent copy of EASTL?
Dear all, Our software is considering using EASTL for higher performance and easier memory management. However, NoesisGUI ships with its own version, and defined its own allocator as the default allocator. And EASTL/internal/config.h is modifed to incluse NoesisConfig.h. We need to use a copy EASTL ...
- 04 Mar 2017, 10:52
- Forum: General Discussion
- Replies: 1
- Views: 862
Click on (Touch down) textbox crashed on 2.0
Hi,
We use NSGUI with OGRE, when we use 1.3 RC1 it's OK. After we update to 2.0 when we click textbox on PC or touch down on iOS our app crashed.
We run the D3D11 sample with 2.0 it's crashed too (The 1.3 RC1 sample runs well).
Thanks.
We use NSGUI with OGRE, when we use 1.3 RC1 it's OK. After we update to 2.0 when we click textbox on PC or touch down on iOS our app crashed.
We run the D3D11 sample with 2.0 it's crashed too (The 1.3 RC1 sample runs well).
Thanks.
- 04 Mar 2017, 05:57
- Forum: General Discussion
- Replies: 19
- Views: 4267
Re: Round corner looks not smooth
We change to use PPAA and it looks better. Thanks.