No BSD License  

Highlights from
UIEDIT

5.0

5.0 | 1 rating Rate this file 8 Downloads (last 30 days) File Size: 2.72 KB File ID: #7166
image thumbnail

UIEDIT

by Daniel Claxton

 

16 Mar 2005 (Updated 17 Mar 2005)

Multi-line GUI edit control.

| Watch this File

File Information
Description

UIEDIT multi-line edit box
    UIEDIT invokes a GUI object which is similar to the edit box available
    in GUIDE. The major difference is that the edit object in GUIDE does
    not allow the user to input more than one line of text.
 
    UIEDIT supports:
        - Scrollbars
        - Multi-line text
        - Copy & Paste
 
    WARNING!!
    If you are using a version prior to 6.5.1 Matlab 6.5 (R13 SP1)
    Please see the following documentation for compatability.
    http://www.mathworks.it/support/solutions/data/1-1ABWL.html;jsessionid=C49Th9nSj1FD1PrK6MyKylJWfCYyMTV8GFDWYvxQt5ZqWpGv5hfN!-660561515?solution=1-1ABWL
 
    h = UIEDIT returns a handles to the graphic object.
    SET(h,'property',value) and GET(h,'property') can be used to modify the
    current object. Some knowledge of activex controls is required to
    modify some of the properties.
 
    Properities are slightly different than most GUI objects. Type get(h)
    to see a list of properties.
 
    example:
        h = uiedit(gcf,[50,50,460,320]);
        set(h,'text','This is a uiedit control example')
 
    See also: UICONTROL, ACTXCONTROL

MATLAB release MATLAB 6.5.1 (R13SP1)
Other requirements If you are using a version prior to 6.5.1, you need to update matlab. See: http://www.mathworks.it/support/solutions/data/1-1ABWL.html;jsessionid=C49Th9nSj1FD1PrK6MyKylJWfCYyMTV8GFDWYvxQt5ZqWpGv5hfN!-660561515?solution=1-1ABWL
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
29 Apr 2010 Peter Manley-Cooke

Wow! This should be standard. Then we could use it from Guide.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
gui tools Daniel Claxton 22 Oct 2008 07:43:29
example Daniel Claxton 22 Oct 2008 07:43:29
uiedit Daniel Claxton 22 Oct 2008 07:43:29
uicontrol Daniel Claxton 22 Oct 2008 07:43:29
guide Daniel Claxton 22 Oct 2008 07:43:29
edit Daniel Claxton 22 Oct 2008 07:43:29
multiline Daniel Claxton 22 Oct 2008 07:43:29
activex Isaac 01 Jun 2009 12:43:27

Contact us at files@mathworks.com