Page 1 of 1

Inconsistent behaviour between RG 1.2 and previous versions

Posted: Sat Dec 14, 2024 3:34 pm
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

Re: Inconsistent behaviour between RG 1.2 and previous versions

Posted: Mon Dec 16, 2024 10:16 pm
by airsoftsoftwair
What do you mean by previous versions? RapaGUI versions older than 1.2?

Re: Inconsistent behaviour between RG 1.2 and previous versions

Posted: Wed Dec 18, 2024 9:24 am
by ilbarbax
Yes

Re: Inconsistent behaviour between RG 1.2 and previous versions

Posted: Mon Dec 23, 2024 11:11 pm
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?

Re: Inconsistent behaviour between RG 1.2 and previous versions

Posted: Tue Dec 24, 2024 9:28 am
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

Re: Inconsistent behaviour between RG 1.2 and previous versions

Posted: Mon Jan 06, 2025 10:44 pm
by airsoftsoftwair
Can you provide an MCVE that I can try to see the issue?