I have a button on my “Flash media screen” that should navigate the user to the Media page. Every time I click it while testing, it does not go to Media, but goes to the About screen instead.
If I set it to any other screen instead of media, it will navigate there fine.
It just seems to avoid media at all costs right now.
These are the blocks on flash page… Even if I delete this whole screen and just simplify and put a blank page with just “When flashpage opens (or starts), navigate to Media” it still goes to “About”.
2 . Flash page is the original and it works. No idea what the difference is, but I can see the non-working version has a light green “Media” drop down… instead of orange.
^ What is the difference between these 2? Green Media does not work.
There is definitely something strange going on. I deleted all of the blocks from the Media screen and when I Live Test from Flash page 2, it goes directly to the About screen. Baffling.
The Navigate block is getting wrong index due to some internal error.
Copy the Navigate block from Flash Page and paste it to Flash Page 2 then delete the Navigate block that was originally in Flash Page 2 and replace it with what you copied from the other page and it will work.
You will see that the two Navigate blocks are slightly different. One has the screen name in a light green frame and the other one doesn’t.
Sorry if this is a silly question, but I never seem to be able to copy / paste blocks. I see how to duplicate, but not to then add this to another screen.
Is there a way to do this?
Also, this is a duplicated, public project - it is not the one I’m concerned about, my private app. The real one does not have the working block within the project anymore… can I somehow copy the working one from one project to another?
In my opinion, this error in this project was due to deleting a screen, I believe the name of the deleted screen was Main Menu.
It seems to me the screen entries in the project was not completely removed and this caused the Navigate block to have incorrect reference to the Media screen.
Maybe @looovelee can confirm if this is true or not.
I don’t know why the copy / paste never seemed to work for me… now it does. So, I must have been hitting the wrong buttons. How silly! Thank you! It’s too bad that we can’t copy blocks to other projects. Would be a great feature to “save” sets of block functionality and add to an account saved code / block area. A bit like you can save a screen within a project? Does that make sense? Maybe a thunkable wishlist item.
Main Menu is the name of the Bottom Tab Navigation for the 3 screens - About, Media and Share the Love ? I think that’s the only place I’ve used it.
I would love to correct the main issue if possible!
But still very very glad it is working now.