NetTalk Central

Author Topic: Wizard type Tab style does not work.  (Read 1290 times)

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
Wizard type Tab style does not work.
« on: December 05, 2022, 03:15:21 AM »
Hi

Wizard type Tab style does not work at all.
It worked correctly in version 12.20.

See attachments.

Jari

Jane

  • Sr. Member
  • ****
  • Posts: 348
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Wizard type Tab style does not work.
« Reply #1 on: December 05, 2022, 09:00:01 AM »
WOMM with 12.50.

Maybe use the Themer example to see what settings you may be missing.


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11158
    • View Profile
Re: Wizard type Tab style does not work.
« Reply #2 on: December 06, 2022, 10:15:08 PM »
Hi Jari,

I don't think that's a wizard-tab issue. I think it's a "something you are populating on the form" issue.

a) check the browser console to see if there are any messages
b) as a test- switch the form from popup mode to page mode and see if there are any messages.

Cheers
Bruce

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
Re: Wizard type Tab style does not work.
« Reply #3 on: December 07, 2022, 04:16:29 AM »
Hi Bruce

It works fine with "Tab" and with other tab types.
Only wizard type does not work fine.

Example app in attachment.

Jari

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11158
    • View Profile
Re: Wizard type Tab style does not work.
« Reply #4 on: December 07, 2022, 10:04:12 PM »
hi Jari,

thanks for the example.
Here's what I did;

>> a) check the browser console to see if there are any messages

I opened the browser console (F11) and checked to see if there were any console error messages. There were not.

>> b) as a test- switch the form from popup mode to page mode and see if there are any messages.

I switched the browse so it calls the form in Page mode instead of popup mode. I then opened the browser console, and checked for messages while it went to the form.

I saw the following error in the console;

>> MailboxesFormControl:245 Uncaught ReferenceError: tinyMCE is not defined at MailboxesFormControl:245:1

This means the form is using the tinyMCE control (which it is) but in the Web server procedure support for TinyMCE is not turned on.

I turned on support for TinyMCE and tested again, and then it worked fine. I switched it back to being a popup form, and it worked fine.

I recommend you follow the same process in your app to see if there's a console message telling you what is wrong.

Cheers
Bruce




jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
Re: Wizard type Tab style does not work.
« Reply #5 on: December 08, 2022, 10:34:46 PM »
Hi Bruce

I turned on support for TinyMCE and that solved the problem.

Thanks

Jari