Jump to content

Search the Community

Showing results for tags 'unimemo'.

  • 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 9 results

  1. I tried to use a Selection but I would rather fetch the DblClicked Line of Data (selected or not) instead - please advise. MyScript:= 'dblclick=function dblclick(sender, eOpts) { '+ ' var el = document.getElementById("'+memText.JSName+'_id-inputEl"); '+ ' val = el.value; ' + ' start = el.selectionStart; '+ ' len = el.selectionEnd; '+ ' txt = val.slice(start, len); '+ ' ajaxRequest(MainForm.memText, ''_DblClick_'', ["start="+start, "len="+len, "txt="+txt]); '+ '} '; memText.ClientEvents.ExtEvents.Add(MyScript); Thanks in advance
  2. Dear all, for a current project I would need a pro, who is really great in JavaScript to help me with some improvement for a micro-social-media platform. Find a short description here: https://docs.google.com/document/d/1SblZu7W5WcrAIXlmIGRapMlKJVSertY_1Q5gU47-Hec/edit?usp=sharing Any suggestions and offers welcome! Gery
  3. Пробую выводить большой текст в UniMemo и требуется чтобы каждый новый текст сразу перематывался в начало, с обычными Memo вроде делал так - Memo.SelStart:=0 а как перемотать UniMemo в начало ?
  4. Hello, i'm searching to copy selected text from a UniMemo1 to clipboard and paste text from clipboard to Unimemo2. can you give me a solution please ? Thank you;
  5. MainForm.UniEdit SetValue("TEXT"); ==> OK MainForm.UniLabel SetText("TEXT"); ==> OK MainForm.UniMemo ?????
  6. Hi How can select line by click in UniMemo? Best Regards.
  7. Hi, I Know there is UniHtmlMemo but, is there anyway a Unimemo can use html to display any formatting of text? The reason I ask is that using Fastreports and its memoview component can only understand very basic html tags so unihtmlmemo is too much for it to handle. If UniMemo can do html I want to create my own editor to only handle basic html tags which fastreports memoview can read from a db. If that makes any sense to anyone! Mark
  8. Hello, i 'm creating a memo at runtime but it doesn't appear on the form, can you explain please what's wrong with this code ? var MyMemo:TuniMemo; begin MyMemo:= TUniMemo.Create(Self); MyMemo.Name:='MyMemo'; MyMemo.Left:=10; MyMemo.Top:=10; MyMemo.Width:=164; MyMemo.Height:=89; MyMemo.Hint:=''; MyMemo.Visible:=true; MyMemo.BringToFront; end; Test.zip
  9. Add TUniImageList UniBitBtn property equal to the button of DevExpress Add to EmptyText property in the following components: UniComboBox, UniDBComboBox, UniDBEdit, UniMemo, UniDBMemo Add to allowBank property components Input:
×
×
  • Create New...