Search found 282 matches

by Samuele
Wed Feb 09, 2022 9:25 am
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

oh wow, thanks!!! that worked, so, to understand, the problem was that it moved too heavy images, so if I put less heavy images it should be smooth right? and what i said earlier that this happend when i changed the resolution in livecode, was it just because they got heavier that way? Thanks. Appa...
by Samuele
Tue Feb 08, 2022 11:13 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

Hi Samuele, I think that the reason why the composed image moves worst than the one image is the fact that apparently Livecode has trouble moving those 6 images in sync. I scaled your images to their original size and then took a snapshot from the group they were in. Then I scaled down the one resu...
by Samuele
Tue Feb 08, 2022 9:32 am
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

yes and oddly enough also there is jerky...
by Samuele
Tue Feb 08, 2022 1:02 am
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

it gives the same result if it's a single image (not grouped) or a group that contains buttons with icons :?
by Samuele
Mon Feb 07, 2022 8:24 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

richmond62 wrote:
Mon Feb 07, 2022 3:42 pm
did you have a chance to see the video?
Yes, I did, and apart from the fact that you need to send 'Click me' back to a lower layer
I could not see anything wrong at all.
the problem is that the menu at the bottom of the stack moves in jerks, unlike the top menu that moves smoothly
by Samuele
Mon Feb 07, 2022 3:35 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

yes, did you have a chance to see the video?
by Samuele
Mon Feb 07, 2022 12:32 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

richmond62 wrote:
Mon Feb 07, 2022 12:24 pm
Try your stack with another version of LiveCode:

https://archive.org/details/live-code-c ... ws-x86-x64

https://archive.org/details/live-code-c ... taller-mac
i already have have 2 versions on my pc, LC community 9.5 and 9.6.3
by Samuele
Mon Feb 07, 2022 12:31 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

Affordances: https://en.wikipedia.org/wiki/Don_Norman - SShot 2022-02-07 at 11.55.58.png - SShot 2022-02-07 at 12.01.10.png alright, i know I'm a bit color blind and now i know I'm also not particularly smart, but what difference does it make if you understood? :wink: Just kidding here, that's the ...
by Samuele
Mon Feb 07, 2022 12:18 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

LC may be caching the image when the stack opens. Try closing and removing it from memory, and then open it again. See if that fixes it. ahh, so send it to myself and then download it? You don't need to do that. Just choose "Close and remove from memory" from the File menu. That will eliminate the ...
by Samuele
Sun Feb 06, 2022 10:19 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

richmond62 wrote:
Sun Feb 06, 2022 7:50 pm
AND try and see if the same problem arises with my version . . .
yep, so that's the proof that the problem is on the images and not the script...
by Samuele
Sun Feb 06, 2022 9:51 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

Re: same code different result

jacque wrote:
Sun Feb 06, 2022 7:28 pm
LC may be caching the image when the stack opens. Try closing and removing it from memory, and then open it again. See if that fixes it.
ahh, so send it to myself and then download it?
by Samuele
Sun Feb 06, 2022 2:33 pm
Forum: Animation Engine
Topic: same code different result
Replies: 32
Views: 18567

same code different result

Hi, I was starting to use the animation engine in my stack when this problem appeared, i use the same code to move two objects in a card but 1 is "glitched" meaning is not moving well, with glitches on the way and the other totally normally, the strange thing is that in the beginning the "glitched! ...
by Samuele
Thu Feb 03, 2022 9:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tooltip
Replies: 12
Views: 5016

Re: Tooltip

:roll: ahhh...
by Samuele
Thu Feb 03, 2022 12:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tooltip
Replies: 12
Views: 5016

Re: Tooltip

alright, i tried to put this script on an android native button

Code: Select all

on mouseDown
   hide me
end mouseDown
but it doesn't work (obviously i tried on mobile) does the android native button have different handlers for mouseDown or for hide?
by Samuele
Wed Feb 02, 2022 12:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tooltip
Replies: 12
Views: 5016

Re: Tooltip

Samuele; you need to drink more coffee. I think i drink too much of it :D No but as usual you shouldn't take my words precisely, i forgot to write that i didn't mean tooltip literally, because i want it for mobile and on mobile there ain't no tooltips, so I'm trying to create a similar thing to a t...

Go to advanced search