Inconsistent behaviour between RG 1.2 and previous versions

Discuss GUI programming with the RapaGUI plugin here
Post Reply
ilbarbax
Posts: 149
Joined: Thu Apr 01, 2010 6:41 pm

Inconsistent behaviour between RG 1.2 and previous versions

Post by ilbarbax »

On my application, I used the following code:

Code: Select all

	<vgroup>
			<listview  id="project" MultiSelect="true" Alternate="true" notify="active">
				<column ID="prg-lines" title="Project lines" width="850" Sortable="false"/>											
			</listview>
			<hollywood display="3" />
		</vgroup>
On previous versions of RapaGui the listview box used to fill completely the available vertical space being the hollywood with a specific and fixed height according to the display definition.
On RapaGui 1.2 the same listview is showed with a minimal height, then the hollywooh box and then a large empty space.

To avoid that I had to add to the listview definition height="500". I suppose that in case of window resize I have to reset the height by code.

Forgot to mention I'm actually working on Windows 10
User avatar
airsoftsoftwair
Posts: 5626
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Inconsistent behaviour between RG 1.2 and previous versions

Post by airsoftsoftwair »

What do you mean by previous versions? RapaGUI versions older than 1.2?
ilbarbax
Posts: 149
Joined: Thu Apr 01, 2010 6:41 pm

Re: Inconsistent behaviour between RG 1.2 and previous versions

Post by ilbarbax »

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

Re: Inconsistent behaviour between RG 1.2 and previous versions

Post by airsoftsoftwair »

ilbarbax wrote: Wed Dec 18, 2024 9:24 amYes
Hmm, but why use these ancient versions? The most recent version is 2.2. Have you tried if it works correctly with that?
ilbarbax
Posts: 149
Joined: Thu Apr 01, 2010 6:41 pm

Re: Inconsistent behaviour between RG 1.2 and previous versions

Post by ilbarbax »

Aplogize, my fault, I wrote 1.2 thinking to 2.2.
The problem is actual version of rapagui 2.2 vs previous rapagui versions.
I noticed this behaviour updating my application easyrapa to the latest rapagui version.
Sorry for the inconvenience
Post Reply