Atozed Forums
How to use bootstrap4 TIWBS4Region create marquee? - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: How to use bootstrap4 TIWBS4Region create marquee? (/thread-1642.html)



How to use bootstrap4 TIWBS4Region create marquee? - newsanti - 04-26-2020

TIWBS4Region.RawText = True
------------------------------------------------
Scrolling Text or marquee
------------------------------------------------
object IWForm2: TIWForm2
  Left = 0
  Top = 0
  Width = 807
  Height = 540
  RenderInvisibleControls = True
  AllowPageAccess = True
  ConnectionMode = cmAny
  Background.Fixed = False
  LayoutMgr = IWBS4LayoutMgr1
  HandleTabs = False
  LeftToRight = True
  LockUntilLoaded = True
  LockOnSubmit = True
  ShowHint = True
  DesignLeft = 2
  DesignTop = 2
  object IWBS4Region_Form: TIWBS4Region
    Left = 0
    Top = 0
    Width = 807
    Height = 81
    Align = alTop
    Css = ''
    HeightRender = False
    RawText = True
    Text =
      '<marquee><p style="font-family: Impact; font-size: 18pt">Lorem i' +
      'psum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor' +
      ' Lorem ipsum dolor Lorem ipsum dolor!</p></marquee>'
    WidthRender = False
  end
  object IWBS4LayoutMgr1: TIWBS4LayoutMgr
    Left = 392
    Top = 256
  end
end


RE: How to use bootstrap4 TIWBS4Region create marquee? - Alexandre Machado - 05-08-2020

This example of yours works correctly. What's exactly the problem?