Prev Next For CB, Shows Error :/
-
@Natan It's not showing any error here
-
@ulrik Hi Ulrik
Just Select the Last Item From ComboBox, And Then Clink On Next, Console Shows This Error
Interface:! Line 29, column 28: API call with undefined parameter 1 {SW50ZXJmYWNlfHw5NDB8Mjl8Mjg=}
Prev Works Just Okey, And Loops Currently, But Next Shows The Above Error
-
@Natan works fine here, no error
-
@Natan Are you on the Master branch?
-
@UrsBollhalder Yeah, I'm On Master
-
@Natan Hmm. But I guess that shouldn’t make a difference in this particular case, no?
-
@Natan ok, I see, I'm on latest develop
-
@ulrik @UrsBollhalder This Happens Here
IT Points Me To This Line:
FilterADSP.setAttribute(FilterADSP.Mode, FilterNames[component.getItemText()]);
-
@ulrik Could You Please Give Me Another Method For Next Prev, To Check If That Can Help?
Thank Man -
@ulrik @UrsBollhalder
Haha, This Fixed The Issue, Not Sure Why, But Error is Now Gone :)// Just Added 0+ To The Filternames, And It Fixed :) FilterADSP.setAttribute(FilterADSP.Mode,0+FilterNames[component.getItemText()]);