Cyclechain, registers and Virtualgroups

Discuss GUI programming with the MUI Royale plugin here
Post Reply
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Cyclechain, registers and Virtualgroups

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Cyclechain, registers and Virtualgroups

Post 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.
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Cyclechain, registers and Virtualgroups

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Cyclechain, registers and Virtualgroups

Post by airsoftsoftwair »

Ok. If you want to know for sure, file a bug report on http://muidev.de
Post Reply