# Creating screens with events

**URL:** https://community.thunkable.com/t/creating-screens-with-events/601620
**Category:** Questions about Thunkable X
**Created:** [June 8, 2020, 7:01am UTC](https://community.thunkable.com/t/creating-screens-with-events/601620 "2020-06-08T07:01:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![browncoatjustice52](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/browncoatjustice52/32/71039_2.png) [@browncoatjustice52](https://community.thunkable.com/u/browncoatjustice52)
#### Post date: [June 8, 2020, 7:01am UTC](https://community.thunkable.com/t/creating-screens-with-events/601620/1 "2020-06-08T07:01:52Z")

</div>

**Hey guys, while I was creating my app I encountered a problem.**

_I am basically making a chat app, so all the chats are listed in a list so when I click a chat inside the list the messages should show up in a new screen/column but I dunno how to make a new screen/coloumn with events._

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [June 8, 2020, 8:41am UTC](https://community.thunkable.com/t/creating-screens-with-events/601620/2 "2020-06-08T08:41:33Z")

</div>

Hi, I don’t think you can create a new screen insitu. But can work around this using hidden columns and make it visible by event triggers. E.g, make a full page column1 to represent the main chat list. while the message column2 is made invisible. Then when the event happens, i,e click on the list, you simply hide column1 and make column2 visible.

---

<div class="post-metadata">

### Author: ![browncoatjustice52](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/browncoatjustice52/32/71039_2.png) [@browncoatjustice52](https://community.thunkable.com/u/browncoatjustice52)
#### Post date: [June 8, 2020, 9:34am UTC](https://community.thunkable.com/t/creating-screens-with-events/601620/3 "2020-06-08T09:34:23Z")

</div>

Ummm… Let me check… Oh yeah you can’t clone screens but you can clone invisible columns thanks a lot @gobassky

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:27am UTC](https://community.thunkable.com/t/creating-screens-with-events/601620/4 "2024-11-08T11:27:46Z")

</div>


