Hmmm
March 13, 2022, 1:32pm
1
How can I scroll titlebar arrangement that is horizontal arrangement with contents see like this:
Now please don't tell me use:
Deephost title scroll view (Why? Because it has some issues and doesn't work right sometimes)
Parallax View extension (Why? Because that's totally different thing)
TIMAI2
March 13, 2022, 2:58pm
2
See this, to get you going:
titleScroll.aia (11.8 KB)
covers the scrolling of the title bar. You need to get a scroll handling extension and apply some logic
1 Like
Hmmm
March 13, 2022, 3:04pm
3
Yes I achieved this few days ago, but without animation.
That's what I want to know I have tried a lot but never able to complete it.
TIMAI2
March 13, 2022, 3:08pm
4
Scroll up decrease the height of the title
Scroll down increase the height of the title
Probably need to do it logarithmically, so that more action occurs at the start/end.
2 Likes
Hmmm
March 13, 2022, 3:10pm
5
You will came to know about the problems when you will deep dive into this once you are able to achieve this then please share your aia with me.
Hmmm
March 13, 2022, 3:12pm
6
I have seen all the scroll handlers they only provide on scroll changed block, they don't have on scroll up and on scroll down that's the main problem here.
TIMAI2
March 13, 2022, 3:38pm
7
You can monitor the onScroll position and adjust your title position accordingly.
1.Introduction ScrollHandler extension can be used to handle the scroll and properties of scroll views. Latest Version: 1.4 Released: 2020-08-13T18:30:00Z (UTC) Last Updated: 2021-07-05T18:30:00Z (UTC) 2.Blocks 3.External...
Reading time: 10 mins 🕑
Likes: 150 ❤
That is a huge assumption Perhaps you should have a go yourself, if you get stuck, return with images of your relevant blocks and a full description of why your are stuck.
4 Likes
Hmmm
March 30, 2022, 12:19pm
8
@TIMAI2 any progress on this?
TIMAI2
March 30, 2022, 12:54pm
9
Have you done what I suggested above ?
Hmmm
March 30, 2022, 12:55pm
10
nope I tried only once the companion was crashing then again I restored your aia.
Hmmm
March 31, 2022, 9:11am
13
@TIMAI2 Wait do we have animation utilities in app inventor? I guess NO
Until I found alternative to that extension I have deselected the solution.
TIMAI2
March 31, 2022, 11:12am
14
Try this:
titleScroll2.aia (34.2 KB)
credits vknow360 abd Juan_Antonio for extensions
[aia updated, I had the old Move extension, which crashed on compile, should be OK now.]
Hmmm
March 31, 2022, 11:27am
15
Can you explain me one thing that why your multiply block is like this:
and why mine is like this??
Right click on blocks -> external / internal inputs
Hmmm
March 31, 2022, 11:30am
17
ok thank you so it's just for cosmetic purpose or it affects functioning of app also?
It helps arranging code, nothing else
1 Like
Hmmm
March 31, 2022, 11:34am
20
code.appinventor is very slow it's showing apk download time 5 mins
Edit: Now finally it's failed