[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Different behaviour of focussequence after CC-Update  XML
Forum Index -> Development
Author Message
brandt

Power User
[Avatar]

Joined: 12/03/2008 16:37:34
Messages: 45
Location: Bern
Offline

Hi Captain,

we changed from CC-Version 20190820 to CC-Version 20191120_2.

With the new version we encountered a different behaviour of "focussequence".

We use the following sequence string in our code: P/1 , P/2 P/3, … P/10 , P/11 , …

We use this sequence string to jump from one photo to the next photo.

With the old CC-Version 20190820 we jumped from the first photo (P/1) to the second photo (P/2) by pressing the tab key. That was okay.

But with the newer CC-Version 20191120_2 we now jump from the first photo (P/1) to the tenth photo (P/10). That is not what we expected.

So we changed our sequence string to a string with leading zeros. P/0001 , P/0002 , P/0003 , …. Now everything is fine again.

Just one question at last:
Did you change the focussequence behaviour by intention?

Regards and get well soon
Joe

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi Joachim,

the sorting is done lexically... So what you write is 100% right.

I believe there is no change between the versions (maybe your iteration was tested first time with more than 10 participants?) - but, to be honest..., there is a difference between the behavior of the JavaSwing Client and the RISC client.

We will step "back" to numeric sorting (otherwise things are a bit confusing...). This should be without implication for you, because you now define indices in a way that is adequate for both sortings....

Thanks + Regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team