Getting into LiveCode for iOS? Ask your questions here.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
Thierry
- VIP Livecode Opensource Backer

- Posts: 875
- Joined: Wed Nov 22, 2006 3:42 pm
Post
by Thierry » Mon Jun 05, 2017 10:14 am
Hi all,
Does an animated gif works on iOS?
Can't make it animated on the screen
Do I miss something?
Regards,
Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
-
Thierry
- VIP Livecode Opensource Backer

- Posts: 875
- Joined: Wed Nov 22, 2006 3:42 pm
Post
by Thierry » Mon Jun 05, 2017 10:38 am
Well,
setting the repeatcount to -1 in the image property is not enough.
If I set it again by script then it works.
Looks like a bug?
Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
-
LiveCode_Panos
- Livecode Staff Member

- Posts: 864
- Joined: Fri Feb 06, 2015 4:03 pm
Post
by LiveCode_Panos » Mon Jun 05, 2017 12:08 pm
Hi Thierry,
Before you set it again by script, what does "put the repeatCount of img myGif" return?
Best,
Panos
--
-
Thierry
- VIP Livecode Opensource Backer

- Posts: 875
- Joined: Wed Nov 22, 2006 3:42 pm
Post
by Thierry » Mon Jun 05, 2017 2:44 pm
LiveCode_Panos wrote:Hi Thierry,
Before you set it again by script, what does "put the repeatCount of img myGif" return?
0 - Zero !
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
-
LiveCode_Panos
- Livecode Staff Member

- Posts: 864
- Joined: Fri Feb 06, 2015 4:03 pm
Post
by LiveCode_Panos » Mon Jun 05, 2017 5:03 pm
Hmm so it sounds like the value of the repeatCount is not saved, so it defaults to 0 when the stack is loaded. This looks like a bug!
-
Thierry
- VIP Livecode Opensource Backer

- Posts: 875
- Joined: Wed Nov 22, 2006 3:42 pm
Post
by Thierry » Mon Jun 05, 2017 5:36 pm
LiveCode_Panos wrote:Hmm so it sounds like the value of the repeatCount is not saved, so it defaults to 0 when the stack is loaded. This looks like a bug!
Yep, withLiveCode 8.1.3 !
Regards,
Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!