Page 2 of 4

Re: Modal Dialogs in Linux Ubuntu

Posted: Sun Jul 08, 2018 10:13 pm
by airsoftsoftwair
I'll see if I can reproduce this here.

Re: Modal Dialogs in Linux Ubuntu

Posted: Wed Jul 11, 2018 11:40 am
by SamuraiCrow
I can verify that listviews with TitleClick notification segfault on Debian 64-bit Intel and ARM 32-bit Ubuntu when you click the column titles (just setting the notification isn't enough to trigger it). If you need any other debugging assistance let me know, Andreas.

Re: Modal Dialogs in Linux Ubuntu

Posted: Thu Jul 12, 2018 5:41 pm
by airsoftsoftwair
Thanks for confirming this. I'm currently busy porting RapaGUI to Android so fixes are postponed for a while but not forgotten :)

Re: Modal Dialogs in Linux Ubuntu

Posted: Sat Jul 14, 2018 8:23 pm
by sashapont
Thank you! Thank you! Thank you! It is what I need! It rapagui on android it is very important for me! With it Hollywood will be really cross platform. If you need beta tester please tell me. I will be happy to test it.

Re: Modal Dialogs in Linux Ubuntu

Posted: Mon Jul 16, 2018 8:14 pm
by SamuraiCrow
For future reference, it appears that ALL listview-related notifications are screwed up on Linux. I tried adding an editable column with the appropriate hook to warn about the consequences of changing the contents of the field. It happily edits without notifications and if I try to add a notification, it segfaults when triggered.

Re: Modal Dialogs in Linux Ubuntu

Posted: Mon Jul 16, 2018 11:52 pm
by airsoftsoftwair
Ok, please keep reporting issues. They won’t be forgotten.

Re: Modal Dialogs in Linux Ubuntu

Posted: Tue Jul 17, 2018 12:11 pm
by SamuraiCrow
Ok. Continuing to investigate.

It's a bigger problem yet. I tried the editable column script on a Windows 7 Starter machine with a quad-core Atom chip. It crashed there too. I didn't send the report it generated to Microsoft but I'd imagine it's the Windows equivalent of a Coredump file. ;)

Re: Modal Dialogs in Linux Ubuntu

Posted: Tue Jul 17, 2018 11:48 pm
by airsoftsoftwair
Maybe it’s a 64-issue. I’m sure I thoroughly tested this when I wrote it but it was initially written for 32-bits. Can you test if the 32-bit version shows the same behaviour?

Re: Modal Dialogs in Linux Ubuntu

Posted: Wed Jul 18, 2018 2:35 am
by SamuraiCrow
The Windows machine was 32 bit already. I can test it on ARM 32-bit Linux if needed.

Re: Modal Dialogs in Linux Ubuntu

Posted: Wed Jul 18, 2018 2:12 pm
by SamuraiCrow
Update: I tried activating the notifications with moai.Notify() instead of the XML subtag but it made no difference. At least it's not in the XML parser.