Letters Disappearing On Buttons

Hey guys so I am building a word find and it looks like this

But when you go into the companion the buttons still show but the letters disappear image

any ideas to help

Are you using blocks to change the letters on the button?

Im using the buttons so then when you click on them the high light but when I got into the companion mode all the letters are gone

I meant are the letters auto generated/ randomly generated using blocks or are they fixed? There might be some issue with your blocks.

No there me generated (sorry dont no the word to use) I went and typed all 100 in

Is this causing the problem?
Could you please share all your blocks?

If there are no errors in your code then there is something wrong with the companion which the MIT Team might help you out with........

Try this:

grafik

Without an .aia export, it's hard to give specific advice.

To avoid madness, be sure to use generic blocks and keep a table 9lists of lists) of your buttons.
Sample app with a similar structure ...

No this didnt work

What did you want me to send?

What I want is when you click on them they highlight

What does that mean? What is not working?
What do you expect, what is your goal?
Post a test aia and explain in detail what should be achieved.

Read this first:

Three ways to 'highlight' a Button (the image shows the Button highlighted, click on the button to return to 'normal' presentation. These are by bolding, coloring and changing font size.

.

There are many other ways to 'highlight' them. Just experiment.
Since these are Buttons, you can use the Any component version of Button to simplify your code.
Here are two examples

using Any components. This code will work with ALL your buttons unless you write code to exclude certain buttons.

Here guys sorry didnt understand what aia was I'm only new to all this word.aia (10.4 KB)

As I said, set the buttons width to Fill parent ...
word_2.aia (10.5 KB)

1 Like