# Run my app does not show like it is in the design screen

**URL:** https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786
**Category:** Questions about Thunkable X
**Created:** [June 17, 2023, 11:03am UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786 "2023-06-17T11:03:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![hendrikbez](https://avatars.discourse-cdn.com/v4/letter/h/f1d935/32.png) [@hendrikbez](https://community.thunkable.com/u/hendrikbez)
#### Post date: [June 17, 2023, 11:03am UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/1 "2023-06-17T11:03:03Z")

</div>

I am trying to use this dropdown menu in my app, but it does not show it corectly on the screen, my blocks do look ok for it. In the design screen it looks ok

![Screenshot_110](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/b/1b9af6e79c965e0b7c02ea3e9870f49fb49bec70.png)

But when running it, it looks bad  
 ![Screenshot_108](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/3/a3bf17d804553f462ccd2c6450d817a549cd2f44.png)

Here are my block code that I am try to use

 ![Screenshot_111](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/a/0a54c5c30b1abf9fabd0c7e23263a38768959fbe.png)

---

<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: [June 17, 2023, 2:32pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/2 "2023-06-17T14:32:47Z")

</div>

Can you share a link to your project?

---

<div class="post-metadata">

### Author: ![hendrikbez](https://avatars.discourse-cdn.com/v4/letter/h/f1d935/32.png) [@hendrikbez](https://community.thunkable.com/u/hendrikbez)
#### Post date: [June 17, 2023, 2:51pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/3 "2023-06-17T14:51:33Z")

</div>

Thank you  
[1243.5907944](https://x.thunkable.com/projects/648c9c8cece071287c24de29/ccc8476b-feb0-41f1-b539-efe932d8664f/designer)

screen VoegCentusBy

---

<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: [June 17, 2023, 3:03pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/4 "2023-06-17T15:03:51Z")

</div>

It looked like in the screenshot above you had a space before the comma in the delimiter section. So I checked your project and that’s the case. You need to remove those spaces.

If you have text “CENTUS,SBI,Gekoop” and you use the delimiter " ," with a space, it won’t separate those items. You need to use just a comma (“,”).

---

<div class="post-metadata">

### Author: ![hendrikbez](https://avatars.discourse-cdn.com/v4/letter/h/f1d935/32.png) [@hendrikbez](https://community.thunkable.com/u/hendrikbez)
#### Post date: [June 17, 2023, 3:12pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/5 "2023-06-17T15:12:49Z")

</div>

Thank you, did not know that the space will make that it don’t work.  
It is working now

---

<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: [June 17, 2023, 3:37pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/6 "2023-06-17T15:37:55Z")

</div>

You’re welcome. Yes, because space is allowed as a delimited. For example, if your text is “hello and goodbye” and you use a space (" “) as a delimiter, your list will be {“hello”, “and”, “goodbye”}. Or if you had text that is “one, two, three” and used " ,” as a delimiter, your list would be {“one”, “two”, “three”}.

---

<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: [September 15, 2023, 3:38pm UTC](https://community.thunkable.com/t/run-my-app-does-not-show-like-it-is-in-the-design-screen/2470786/7 "2023-09-15T15:38:42Z")

</div>

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