Skip to main content
1-Visitor
August 27, 2018
Question

UI components

  • August 27, 2018
  • 1 reply
  • 2715 views
Hello

I have extensively use label, push button, layout , tree and table for Creo toolkit UI.

We are planning to take input from user dynamically... Confused what component of UI should be used for dialogue to take input...

We need to develop something like help assistant we see on any of the website... For example , once we go to some sites , they ping us like how may I assist you...We respond and again that person ask next question..

Can any one throw some light on how to do so by using which components from UI...??

Thanks in advance...

Regards
Ketan

1 reply

1-Visitor
August 28, 2018

Any thought will be of great help...

16-Pearl
August 28, 2018

If you expect like chat bots means,

 

Chat botChat bot

1. Create a Form

2. Place the TextArea for User input

3. Place the buttton for Submit

 

Whenever the user enters the input and clicks submit, get the content of text area analyze the string and update the text area with new line.

1-Visitor
August 29, 2018
Seems great dude...
Only question is how to differentiate between two texts which are from different user... For example, a has asked and b has responded... This two things need to be differentiated and how is the query...

As I am yet to implement, would like to explore any other option available if any...