Page 1 of 1

Can I sort the list?

Posted: Sun Oct 01, 2017 7:00 pm
by minomod
I made a mess of order.
Can I sort the list?

Re: Can I sort the list?

Posted: Sun Oct 01, 2017 9:50 pm
by Tony Li
Hi,

You can (temporarily) change the conversation titles to the order you want, such as:
  • 03 1. James House
  • 01 2.Old Couple
  • 02 4.alley_2
  • etc...
and the select Menu > Sort > By Title. Then rename them back so your Conversation Triggers can find the right conversation by title:
  • 2.Old Couple
  • 4.alley_2
  • 1. James House
  • etc...
There's no way to drag the order of conversations yet, so you'll have to use the technique above for now.

Re: Can I sort the list?

Posted: Sun Oct 08, 2017 8:24 pm
by minomod
Thank you. Now the order is nicely aligned.

Re: Can I sort the list?

Posted: Mon Oct 09, 2017 11:23 am
by minomod
Dialogue System: Lua code 'Dialog = Conversation[46].Dialog' threw exception 'Lookup of field 'Dialog' in the table element failed because the table element itself isn't in the table.'

I got this error after sorting the IDs.
IDs are sorted from 1 to 34, so 46 is no longer used.

Re: Can I sort the list?

Posted: Mon Oct 09, 2017 12:11 pm
by Tony Li
How did you sort the IDs? Did you select Menu > Sort > By ID?

Or did you add numbers to the front of the titles and select Menu > Sort > By Title?

Did you manually change the conversations' IDs? If so, this could cause trouble, but we can fix it.

Re: Can I sort the list?

Posted: Tue Oct 10, 2017 6:30 pm
by minomod
I changed the ID manually and added a number before the title.

Sorting has been done in two ways.

Re: Can I sort the list?

Posted: Tue Oct 10, 2017 7:32 pm
by Tony Li
You only need to add a number before the title, and then select Menu > Sort > By Title.

Manually changing the IDs may be a problem. Can you change them back? Or revert to a backup copy of the database? If you can't, let me know. I'll walk you through the steps to fix it.

Re: Can I sort the list?

Posted: Wed Oct 11, 2017 6:23 pm
by minomod
Replace an errored ID with an existing one.
I need to fix the ID of the conversation fingerprint to be created in the future by making it ID.
Thanks for the answer ^^

Re: Can I sort the list?

Posted: Wed Oct 11, 2017 6:53 pm
by Tony Li
Is everything working OK now?

Re: Can I sort the list?

Posted: Thu Oct 12, 2017 10:50 am
by minomod
I created a new problem ID and used it as an additional requirement. ^^
Everything works fine.