Modal Dialogs in Linux Ubuntu

Discuss GUI programming with the RapaGUI plugin here
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Modal Dialogs in Linux Ubuntu

Post by airsoftsoftwair »

I'll see if I can reproduce this here.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Modal Dialogs in Linux Ubuntu

Post 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.
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Modal Dialogs in Linux Ubuntu

Post by airsoftsoftwair »

Thanks for confirming this. I'm currently busy porting RapaGUI to Android so fixes are postponed for a while but not forgotten :)
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Modal Dialogs in Linux Ubuntu

Post 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.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Modal Dialogs in Linux Ubuntu

Post 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.
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Modal Dialogs in Linux Ubuntu

Post by airsoftsoftwair »

Ok, please keep reporting issues. They won’t be forgotten.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Modal Dialogs in Linux Ubuntu

Post 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. ;)
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Modal Dialogs in Linux Ubuntu

Post 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?
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Modal Dialogs in Linux Ubuntu

Post by SamuraiCrow »

The Windows machine was 32 bit already. I can test it on ARM 32-bit Linux if needed.
I'm on registered MorphOS using FlowStudio.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Modal Dialogs in Linux Ubuntu

Post 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.
I'm on registered MorphOS using FlowStudio.
Post Reply