How can i make e clickable once “a” is completed

@ABG could you please help me figure out the solution for this problem? Thank you so much. This is the last problem. after this I can finish and submit the app to my teacher.

Study the chapters on variables, lists, and procedures in the free book.

You should not submit work you don't understand.

1 Like

Yes, thank you, I am currently reading it. I will be able to understand the blocks even more quickly once I apply them in my app. Just like the first blocks you gave me. The previous ones with the phonemes were a bit confusing for me because I don't know the purposes of the join blocks, why do I need them, and the segments too. Thank you for attaching the free book. I will read and study them.

Don't worry, I really need to understand everything because I will present it and will explain every block. Thank you for your concern. I appreciate it.

I regret I will be unable to help further.

I am in hospital with a hip fracture.

I leave you to the other power users.

Good luck with your project.

:flushed: I wish you a speedy recovery!

2 Likes

Oh no, I am so sorry to hear that.

Thank you so much for your help. I was able to understand things and make progress in my project.

Wishing you a fast recovery. Take care always, please.

Once again, thank you so much. I appreciate you a lot.

1 Like

I'm back, with new hip and some doctor jokes:

So doctor, what's my prognosis?
Your Mercury is in Uranus ...
I'm not into Astrology...
No, we broke off a thermometer in you.

Me, going into the surgery:
Are you a hip surgeon?
Surgeon: Yes, (apprehensively)
Me: Cool, Man!

2 Likes

Hi! I’m glad you’re okay and got a new hip. :face_with_hand_over_mouth:

Funny :rofl: Are you ready to bone up on recovery?

1 Like

Hi! Question. If I have the sound files, do I still need to use the Text to Speech component, or the previous one you told me, which is 1 sound file for each phoneme? Thank you.

No.

I used it because I did not have sound files.

You still have to be in control of how you build the file name of the sound file appropriate to the choice of consonant and vowel, before you load the Player with that sound file name.

I see.

So, in my case. Based on what you've showed me before, instead of .Text
image
I will instead call the sound file by clicking the sound buttons?

What's wrong with what's already in btnPlay.Click?

What sound buttons?

As you can see in the photo, I have 3 buttons in this screen.

Sound button, back button and next button.
Now, I tried not to repeat the blocks, but I couldn't figure out how would I call them without having an error when I tried to run them, that is why I decided to do it one by one, please see the blocks below. Also, I am using different components for each phoneme because I need them to be in the same Vertical Arrangement. The solution I thought of is to hide every buttons and images, and call them when a particular button was click.

so, if I click the sound button, the next button will be shown.
image
when I click the next button, the next image, next sound , next button and the back button will be shown too.
image
here is the blocks I did
image
and this is for the backbutton
image

image

Each components were set to hide when the Home button was click because it will jump to another Vertical Arrangement.
image

Now, my problem is when I click the back button, It sometimes shows a phoneme and next button that is not supposed to be shown. sometimes two of them or three.

Please help. Thank you.

P.S
The sound button is needed so if the child wants to repeat the sound he can do it.

You still haven't learned reuse.

Here are more project docs for you to study:

The common denominator among these samples is the reuse of components, loading their Attributes from moving windows in various tables.

1 Like

I apologize.
I did try using the globals and making a list, but I can make it work in my app. I losing time that is why I am trying to find other ways.

Thank you for giving me another example. That would be very helpful.

image
for the text list. Do I need to type every phonemes? total of 77. Is this correct?

I am lazy, like a good coder.

The phoneme names were available in the list of mp3 files my prior app sample found in a directory list of the assets folder.

It is better to be clever than tedious.

Is that too much code to read?

I am confused about what I will use instead of ".Text"

Thank you very much for your time and help. I'll try to read more from the information you gave me and will try to make this app work. Thank you so much ABG.

I rewrote

with detailed explanations of what each part does and why.

1 Like

Thank you very much for the detailed explanation. While reading them, I was able to understand and imagine their purposes and their relation with each other. That is very helpful! It means a lot. Thank you very much, ABG.

1 Like