Page 1 of 1

Cyclechain, registers and Virtualgroups

Posted: Wed Jul 02, 2014 1:05 pm
by evil
Hello again :)
I have a problem using cyclechains in registers, when there is a virtualgroup inside the register.

In a mui-window I used a registerclass.
In one of the tabs I inserted a <scrollgroup><virtgroup>.
If the cyclechains points to the register, and I hit left/right-arrows, everything works well until the tab is active, which includes the virtual group.
In that case the register still has the border for cyclechaining, but hitting the arrow-keys doesnt react for the register-cyclechain, but for the virtgroup-cyclechain.

I tested this in your example: Pages.

Code: Select all


				<hgroup title="Race">
					<rectangle/>
					<vgroup frame="group" background="groupback">
-->added:					<scrollgroup cyclechain="1"><virtgroup>
						<radio>
							<item>Human</item>
							<item>Elf</item>
							<item>Dwarf</item>
							<item>Hobbit</item>
							<item>Gnome</item>
						</radio>
-->added:						</virtgroup></scrollgroup>
					</vgroup>
					<rectangle/>
				</hgroup>

As soon, as the cyclechain of register points to "race", cyclechaining reacts on the radiobutton inside that tab.
When I select another tab afterwards, cyclechaining for registerclass works correct again... until the race-tab will get active again.

Is this a bug in MUI, MUI-Royale or in my head???

Best regards

George

Re: Cyclechain, registers and Virtualgroups

Posted: Wed Jul 02, 2014 6:42 pm
by airsoftsoftwair
I can reproduce this here and to me it looks like a MUI bug. Using scrollgroups inside a register group is pretty uncommon, though.... maybe that's why nobody noticed this before.

Re: Cyclechain, registers and Virtualgroups

Posted: Thu Jul 03, 2014 12:36 am
by evil
airsoftsoftwair wrote:I can reproduce this here and to me it looks like a MUI bug. Using scrollgroups inside a register group is pretty uncommon, though.... maybe that's why nobody noticed this before.

Well, I need a listview, which contains many colorfields. As this is only possible since MUI 4.0, my app would not run on OS3.9...

But thats not a big problem at all...

Thanks!!

Regards

George

Re: Cyclechain, registers and Virtualgroups

Posted: Sat Jul 05, 2014 9:17 pm
by airsoftsoftwair
Ok. If you want to know for sure, file a bug report on http://muidev.de