Search found 6 matches

by PloetzS
26 Nov 2018, 18:06
Forum: General Discussion
Replies: 18
Views: 4123

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

Hello jsontos, thank you for this clarification. I have been analyzing this and it seems, I don't know exactly when, we incorrectly added a hard reference to GL3.3 and to the extension GL_EXT_timer_query in NoesisGUI 2.1. It means that right now you need to use a GL library exporting both glGetQuery...
by PloetzS
14 Apr 2018, 06:06
Forum: General Discussion
Replies: 18
Views: 4123

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

Hello jsontos, thank you for the clarification that my SystemDllNotFoundException refers to the libNoesis.so. After i've checked the version (2.1) , platform (linux_x86_64) and target (AnyCPU) again, i was logging the start procedure with MONO_LOG_LEVEL=debug mono NoesisGUI-IntegrationSample.exe . T...
by PloetzS
30 Mar 2018, 10:01
Forum: General Discussion
Replies: 18
Views: 4123

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

Hello jsantos, thank you for your reply and for your advice regarding new Noesis version. I've changed from version 2.0.2f2 to 2.1.0f1 (libNoesis.so 22.05.2017 ==> 10.03.2018 and NoesisManaged.dll 22.05.2017 ==> 10.03.2018). There are massive API changes. Now the programmer is forced to create and a...
by PloetzS
23 Mar 2018, 12:08
Forum: General Discussion
Replies: 18
Views: 4123

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

Hello jsantos, thank you for your reply and for your advice regarding der OpenGL context! I've made the necessary changes - but without success. This is the main window initialization: private void Run() { Noesis.GUI.Init(); // Define the resource folder, ALL resources are loaded from. This includes...
by PloetzS
20 Mar 2018, 07:26
Forum: General Discussion
Replies: 18
Views: 4123

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

Hi, you are rigt. I wanted to get NoisisGUI a little more known to the programmer community. I also introduced NoisisGUI to the German WiKi, because NoisisGUI is not very visible. I plan to add more articles from the perspective of a serious GUI programmer. But I must be sure that NoisisGUI is suita...
by PloetzS
19 Mar 2018, 19:39
Forum: General Discussion
Replies: 18
Views: 4123

Is a second window possible on Linux with C#?

I've searched the forum and the code samples for a second window/dialog window solution but all i found are tips how to fade-out the current view/render tree and fade-in a new render tree (e. g. the discussion "Simulating modal dialog inside a view"). The fade-out/fade-in approach is good ...