Search found 54 matches

by decai
28 Jan 2021, 10:43
Forum: General Discussion
Replies: 8
Views: 3548

Re: Native C++ program using C# code behind ???

Hi,

Is that possible provide a Swift SDK, that GUI use Swift and App logic use C++?
by decai
11 Jan 2021, 14:32
Forum: General Discussion
Replies: 4
Views: 1118

Re: iOS 3.0.8 didn't show the statsView

Swipe from left didn't show anything though the Window::ShowToolbar(true) has called.
by decai
11 Jan 2021, 13:49
Forum: General Discussion
Replies: 4
Views: 1118

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...
by decai
14 Aug 2020, 13:55
Forum: General Discussion
Replies: 1
Views: 1238

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?
by decai
07 Jul 2020, 14:15
Forum: General Discussion
Replies: 3
Views: 784

Re: Alternate of Visual::DisconnectFromView

Then how to destroy a view? Or just there no reference the view will be destroyed?
by decai
05 Jul 2020, 15:55
Forum: General Discussion
Replies: 3
Views: 784

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.
by decai
04 Apr 2019, 13:48
Forum: General Discussion
Replies: 3
Views: 898

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 0x000002380D...
by decai
25 Jul 2018, 14:56
Forum: General Discussion
Replies: 1
Views: 1271

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 ...
by decai
04 Mar 2017, 10:52
Forum: General Discussion
Replies: 1
Views: 1076

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.