UI components
Aug 27, 2018
01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 27, 2018
01:52 PM
UI components
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
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
Labels:
- Labels:
-
Toolkit
- Tags:
- dynamic dialogue
- ui
5 REPLIES 5
Aug 28, 2018
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 28, 2018
07:15 AM
Any thought will be of great help...
Aug 28, 2018
02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 28, 2018
02:18 PM
If you expect like chat bots means,
Chat 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.
Parthiban Kannan
href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
Aug 29, 2018
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 29, 2018
09:32 AM
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...
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...
Aug 29, 2018
12:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 29, 2018
12:58 PM
Take a look at old style UI of ICQ or AOL (google search in pictures).
Not so easy but: you can create any ui using html and JS. And using weblink to interact with toolkit (backend) apps. Maybe even possible to integrate some web chat or web assistents solutions in this maner...
Aug 29, 2018
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 29, 2018
01:49 PM
Update the user input into Text area when submit
Parthiban Kannan
href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
