themaayur
(Mayur Berad)
January 4, 2020, 2:15am
#1
[*] I checked out Bugs in Kodular Eagle before creating a new topic
Describe your issue
After the new update when i changes a circular progress with the new custom progress it does not work in compiled apk but it works in companion
The custom progress is at bottom center near the version name
Btw Great work kodular team for the new update.
Boban
(Boban Stojmenovic)
January 4, 2020, 2:28am
#2
Can you try by setting the height to any value except automatic
themaayur
(Mayur Berad)
January 4, 2020, 2:33am
#3
Ok then it works fine. But with automatic values it work in companion.
I think so its a bug.
Boban
(Boban Stojmenovic)
January 4, 2020, 2:41am
#4
I did post on Beta Bug about this behavior but I vas ignored
3 Likes
Hossein
(Hossein Amerkashi)
January 4, 2020, 2:51am
#5
@Boban You are not ignored Are you talking about DoIt issue when changing animation Style?
@themaayur See below. I have a ListPicker with different AnimationStyles, a Button and a CustomProgress component. On Value changed, I change the animation - see .apk result below. I have not changed any height / width.
fooCustomProgress.aia (2.7 KB)
1 Like
Hossein
(Hossein Amerkashi)
January 4, 2020, 3:06am
#7
@Boban @themaayur is talking about compiled app. I think you are talking about companion. Right?
1 Like
Boban
(Boban Stojmenovic)
January 4, 2020, 3:19am
#8
Use your aia that you posted above and change the animation style to ex. Chasing Dots as start animation build and see what you get
Second issue, do select animation multiple times ex.20+ you will see that button is shrinking in size
What it looks like in my end
1 Like
Hossein
(Hossein Amerkashi)
January 4, 2020, 3:34am
#9
Regarding shrinking size after multiple times: got it We’ll check into it
3 Likes
Boban
(Boban Stojmenovic)
January 4, 2020, 3:40am
#10
Hossein:
We’ll check into it
All components that have this function have this issue, including custom progress.
2 Likes
themaayur
(Mayur Berad)
January 4, 2020, 3:47am
#11
Also check this when custom progress has values automatic it is not visible in > Compiled apps
1 Like
Hossein
(Hossein Amerkashi)
January 4, 2020, 3:54am
#12
Mine was set default Automatic:
Boban
(Boban Stojmenovic)
January 4, 2020, 3:58am
#13
Yes it works if you use wave as animation
themaayur
(Mayur Berad)
January 4, 2020, 4:00am
#14
For me
This apk with automatic value
MSBTE_AIO (6).apk (8.1 MB)
And this with 50 for width and 50 for height
MSBTE_AIO (7).apk (8.1 MB)
1 Like
Boban
(Boban Stojmenovic)
January 4, 2020, 4:02am
#15
What kind of animation do you use
Boban
(Boban Stojmenovic)
January 4, 2020, 4:10am
#17
As my statement above, using another animation then wave then it fails
1 Like
Hossein
(Hossein Amerkashi)
January 4, 2020, 4:17am
#18
Regarding shrinking height, I isolated the issue and will work on it. Keep note that in real application, this should rarely happen because requires user to keep changing the animation style many times for issue to occur. Having said that, it is a bug and we’ll fix
3 Likes
Boban
(Boban Stojmenovic)
January 4, 2020, 4:31am
#19
Of course there will be issue, now it is not to change but to add and remove animation
Ex for button. button click to do a task add animation, task done remove animation, this is 2px/dp in shrinking, do this process 25 times results in 50px/dp shrinking of the button
1 Like
Hossein
(Hossein Amerkashi)
January 4, 2020, 6:33pm
#20
@Boban Working on fix for shrinking size. Please test below. I have added all possible components:
fooCustomProgress2.apk (4.8 MB)