# Error while typing

**URL:** https://forums.fusetools.com/t/error-while-typing/2204
**Category:** Bug Reports
**Created:** [March 11, 2016, 4:27am UTC](https://forums.fusetools.com/t/error-while-typing/2204 "2016-03-11T04:27:09Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ceyon.mitchell](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@ceyon.mitchell](https://forums.fusetools.com/u/ceyon.mitchell)
#### Post date: [March 11, 2016, 4:27am UTC](https://forums.fusetools.com/t/error-while-typing/2204/1 "2016-03-11T04:27:09Z")

</div>

if i copy and paste this in sublime from off the fuse website it will work.

Hello, world!

but if i type it in this comes up

- Auto Reload Result -

Data type not found: text - C:\Users\Ceyon\Documents\Fuse\Lingual\MainView.ux(3:1):E

Could not resolve type ‘text’ - C:\Users\Ceyon\Documents\Fuse\Lingual\MainView.ux(3:1):E

help me fix this

---

<div class="post-metadata">

### Author: ![Anders\_Schau\_Knatten](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_schau_knatten/32/41_2.png) [@Anders\_Schau\_Knatten](https://forums.fusetools.com/u/Anders_Schau_Knatten)
#### Post date: [March 11, 2016, 7:13am UTC](https://forums.fusetools.com/t/error-while-typing/2204/2 "2016-03-11T07:13:43Z")

</div>

Hi, can you please copy and paste the full, exact code that gives you this issue?

Also, which version of Fuse are you on? You can find this by clicking the Fuse tray icon.

---

<div class="post-metadata">

### Author: ![ceyon.mitchell](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@ceyon.mitchell](https://forums.fusetools.com/u/ceyon.mitchell)
#### Post date: [March 11, 2016, 1:57pm UTC](https://forums.fusetools.com/t/error-while-typing/2204/3 "2016-03-11T13:57:52Z")

</div>

![file](https://s3.us-east-2.amazonaws.com/fuse-legacy-forum-assets/Szcm5OOtkLKh-legacy-files-ImFMhTryeKWKnkI2-n0yNtTslIdZGwntNNAkV4ymA.png)

Thats what comes up at the footer when i type in any code for expaple i typed in a normal Helo world out put and i got an error.

Fuse version 0.10.0.6044 ( Thats what i see when i go to my PC Program settings)

And on the Dashboard i see V 0.10.0

---

<div class="post-metadata">

### Author: ![Anders\_Schau\_Knatten](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_schau_knatten/32/41_2.png) [@Anders\_Schau\_Knatten](https://forums.fusetools.com/u/Anders_Schau_Knatten)
#### Post date: [March 11, 2016, 2:26pm UTC](https://forums.fusetools.com/t/error-while-typing/2204/4 "2016-03-11T14:26:43Z")

</div>

Hi, Fuse is case sensitive. You need to use `Text`, not `text`.

---

<div class="post-metadata">

### Author: ![ceyon.mitchell](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@ceyon.mitchell](https://forums.fusetools.com/u/ceyon.mitchell)
#### Post date: [March 11, 2016, 2:45pm UTC](https://forums.fusetools.com/t/error-while-typing/2204/5 "2016-03-11T14:45:40Z")

</div>

Thanks it worked!

Thanks alot,

Another issuse is there a break tag? because when i write multiple text in a text tagg the output only shows one line of text.

[file](https://s3.us-east-2.amazonaws.com/fuse-legacy-forum-assets/XUEYKxRDtqVp-legacy-files-1AydjoqE2d2gZmhw-PPDsucNTFLdSV9QtzkJoEtJk.png)

---

<div class="post-metadata">

### Author: ![Anders\_Schau\_Knatten](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_schau_knatten/32/41_2.png) [@Anders\_Schau\_Knatten](https://forums.fusetools.com/u/Anders_Schau_Knatten)
#### Post date: [March 12, 2016, 9:39am UTC](https://forums.fusetools.com/t/error-while-typing/2204/6 "2016-03-12T09:39:31Z")

</div>

Glad to hear you got it working! 🙂

If you want to have multiple elements below each other, use a `StackPanel`. I suggest you start by reading a bit about layout in [the handbook](https://www.fusetools.com/learn/fuse#layout).
