Listviewcolumn Width get

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

Listviewcolumn Width get

Post by sashapont »

In application start I set Width of Listviewcolumn.
Then I change it in application with mouse
When I try get new value with SystemRequest("Attention",moai.Get("cal_name", "Width"),"OK",#REQICON_WARNING)

I always have start value. How I can fix that.

Are there any way to get new value when I change it with mouse?
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn Width get

Post by airsoftsoftwair »

Code: Select all

- Fix: Getting Listviewcolumn.Width didn't work
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Listviewcolumn Width get

Post by sashapont »

It will be fixed in new version of rapaGui?
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listviewcolumn Width get

Post by airsoftsoftwair »

Sure. The above is a copy & paste from the RapaGUI changelog.
Post Reply