# How to acvhive this?

**URL:** https://community.thunkable.com/t/how-to-acvhive-this/2910365
**Category:** Questions about Thunkable X
**Created:** [March 23, 2024, 6:42am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365 "2024-03-23T06:42:10Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![salmannawaz1724xjqj0](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/salmannawaz1724xjqj0/32/173858_2.png) [@salmannawaz1724xjqj0](https://community.thunkable.com/u/salmannawaz1724xjqj0)
#### Post date: [March 24, 2024, 4:20am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/21 "2024-03-24T04:20:18Z")

</div>

still not 😖

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [March 24, 2024, 4:31am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/22 "2024-03-24T04:31:32Z")

</div>

Sorry. I’ll try to send it tomorrow morning.

---

<div class="post-metadata">

### Author: ![salmannawaz1724xjqj0](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/salmannawaz1724xjqj0/32/173858_2.png) [@salmannawaz1724xjqj0](https://community.thunkable.com/u/salmannawaz1724xjqj0)
#### Post date: [March 24, 2024, 4:40am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/23 "2024-03-24T04:40:09Z")

</div>

oke, but why this happpening,have any idea?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 24, 2024, 6:35am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/24 "2024-03-24T06:35:51Z")

</div>

The project is 50.36 MB which is past the limit for a single project. But I was able to open the newest link posted above. Maybe your account doesn’t have enough space to be able to open it.

---

<div class="post-metadata">

### Author: ![salmannawaz1724xjqj0](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/salmannawaz1724xjqj0/32/173858_2.png) [@salmannawaz1724xjqj0](https://community.thunkable.com/u/salmannawaz1724xjqj0)
#### Post date: [March 24, 2024, 10:45am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/25 "2024-03-24T10:45:51Z")

</div>

thanks alot

---

<div class="post-metadata">

### Author: ![salmannawaz1724xjqj0](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/salmannawaz1724xjqj0/32/173858_2.png) [@salmannawaz1724xjqj0](https://community.thunkable.com/u/salmannawaz1724xjqj0)
#### Post date: [March 24, 2024, 10:54am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/26 "2024-03-24T10:54:40Z")

</div>

its working now thank you so much , you got this , its really what i wanted from lot of time, now can you explain a little what reverse enginearing you did to this app 😅

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [March 24, 2024, 1:31pm UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/27 "2024-03-24T13:31:46Z")

</div>

1: I set a language variable and put in a language menu.  
2: I put all the picture data in the menu language table.  
3: When the Home Screen opens it sets the language pic for each category.  
4: For each category, I made a function to accept an input list from the desired language table. This function sets the list variable, hides the main menu and reveals the hack menu.

I also changed this today.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/2/923f4757f63d08a01195065b36f15acdc23a1967.png)

---

<div class="post-metadata">

### Author: ![salmannawaz1724xjqj0](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/salmannawaz1724xjqj0/32/173858_2.png) [@salmannawaz1724xjqj0](https://community.thunkable.com/u/salmannawaz1724xjqj0)
#### Post date: [March 26, 2024, 4:38am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/28 "2024-03-26T04:38:49Z")

</div>

how do i will edit menu language list? if i want to add or remove

![s](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/b/4b47c4229669db6b88f9f85f52ac84abc06fa38a.jpeg)

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [March 26, 2024, 11:12am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/29 "2024-03-26T11:12:19Z")

</div>

I used a variable to set that list but you can definitely do it like that. Just erase the list of language variable.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [June 24, 2024, 11:13am UTC](https://community.thunkable.com/t/how-to-acvhive-this/2910365/30 "2024-06-24T11:13:14Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

[Previous page](https://community.thunkable.com/t/how-to-acvhive-this/2910365.md?page=1)
