Listviewcolumn.Hide is not work

Discuss GUI programming with the RapaGUI plugin here
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Listviewcolumn.Hide is not work

Post by sashapont »

I want hide one column and write this

<listview id="lv" notify="active;]]..longpress..[[ ValueChange;TitleClick">
...
<column id="myCal title="Format" editable="true" Width="100" hide="true"/>
...
</listview>

but myCal is not hidden& How I can fix that?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn.Hide is not work

Post by airsoftsoftwair »

Which platform?
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Listviewcolumn.Hide is not work

Post by sashapont »

macOS
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn.Hide is not work

Post by airsoftsoftwair »

Ok, looks like wxWidgets doesn't support hiding columns on macOS yet. Complain on the wxWidgets mailing list :)
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Listviewcolumn.Hide is not work

Post by sashapont »

It works on windows and linux, but does not work on macOS
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Listviewcolumn.Hide is not work

Post by SamuraiCrow »

sashapont wrote: Sun Aug 04, 2019 9:33 amIt works on windows and linux, but does not work on macOS
He never said otherwise. What he did try to tell you is that it is a feature upstream from RapaGUI in the wxWidgets framework. The license of wxWidgets only allows code to be linked inline if not modified from the original source at http://wxwidgets.org/.
I'm on registered MorphOS using FlowStudio.
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Listviewcolumn.Hide is not work

Post by evil »

Seems not to work on Androd, too! ( Listview.ForceMode is set to dataview here.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn.Hide is not work

Post by airsoftsoftwair »

Yes, it's a known limitation on Android too.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn.Hide is not work

Post by airsoftsoftwair »

Code: Select all

- Fix [macOS]: Listviewcolumn.Hidden didn't work
Also added support for this on Android.
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Listviewcolumn.Hide is not work

Post by evil »

Great! Thank you!
Post Reply