Jump to content

Search the Community

Showing results for tags 'TUniMemoscrollbar'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Is there a way to force a TUniMemo to display (in web mode, of course) the horizontal scrollbar instead of automatically add a new line? Example New Form. Add a TUniMemo (width <100, ScrollBars BOTH, WordWrap True or False). Form->OnCreate: void __fastcall TMainForm::UniFormCreate(TObject *Sender) { UniMemo1->Lines->Add( u"foobar foobar foobar"); UniMemo1->Lines->Add( u"foobar foobar foobar"); UniMemo1->Lines->Add( u"foobar foobar foobar"); UniMemo1->Lines->Add( u"foobar foobar foobar"); } When you run the application you'll see that in web mode it only shows the vertical scrollbar and the text is automatically wrapped. Environment Microsoft Windows XP Professional 32bit (also tested on Windows 7 Ultimate 64bit) RAD Studio XE2 (c++ builder) UniGUI 0.90, 0.91 Browser Mozilla Firefox 18.0.2, Internet Explorer 8.0.6, Waterfox 18 Also tested browser: Iceweasel 10.0 (Debian 6, KDE)
×
×
  • Create New...