NetTalk Central

Author Topic: Carousel problem  (Read 4169 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Carousel problem
« on: October 16, 2015, 06:01:20 AM »
this field type don't work see image, try with example 26

[attachment deleted by admin]

MyBrainIsFull

  • Full Member
  • ***
  • Posts: 134
    • View Profile
Re: Carousel problem
« Reply #1 on: October 18, 2015, 04:08:36 PM »
What version of Net Talk are you using?  there was a bug in the original release of the carousel.
You have a strange character that should be a black dot on the left and the right of the image, this shows the font is not loaded for that dot.

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #2 on: October 19, 2015, 02:10:54 AM »
version 8.61

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Carousel problem
« Reply #3 on: October 19, 2015, 11:11:07 PM »
did you turn on support for the Carousel, but including the Carousel Script on the WebServer, Scripts tab?

cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #4 on: October 20, 2015, 02:06:58 AM »
the Carousel check is turn on, try with example 26 same problem.

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #5 on: October 20, 2015, 02:11:02 AM »
the Carousel check is turn on, try with example 26 same problem.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Carousel problem
« Reply #6 on: October 20, 2015, 03:32:07 AM »
perhaps easiest if you post the modified example app here so I can test it. Make sure to include the dict and data files as well.

cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #7 on: October 20, 2015, 03:50:25 AM »
see attachment..

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Carousel problem
« Reply #8 on: October 21, 2015, 12:36:49 AM »
Hi Osa,

In the example app you posted the Carousel script was not included.

WebServer procedure, NetTalk Extension, Settings tab, Scripts tab, "Carousel" needs to be on.

Generate.
Then run the GzipAll.Bat file.

Your example of showing a gallery and carousel on the same page was unnecessarily complicated (and confusing.) I removed the gallery. I also "cleaned" up the data by removing the first record (which didn't have any pics) and the "John" record which contained an enormous pic.

Your settings for the Carousel control (200 x 100) was too small for the content. You need to make sure that's is big enough for what you plan to put in it. I changed it to 1000 x 500.

Lastly, the charset of the page has to be set as UTF-8 for the arrow buttons to appear. WebServer, Extensions, Settings Tab, Advanced tab, set Charset to
'utf-8'

(Store Data As can remain unchanged, whatever is appropriate for your app.)

cheers
Bruce






osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #9 on: October 21, 2015, 02:16:32 AM »
ok but this field type don't support re-size for a big pictures?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Carousel problem
« Reply #10 on: October 21, 2015, 05:31:52 AM »
You mean the control sizing itself?
Or the ability to set a specific size for the pictures in the control?

cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Carousel problem
« Reply #11 on: October 21, 2015, 06:44:18 AM »
both..