From: Matt Fig on 3 Apr 2010 23:37 "Muhammad " <fahrudin_fistek(a)yahoo.com> wrote in message <hp917l$q58$1(a)fred.mathworks.com>... > > I mean how to create a memo box? > Static text in GUI which can be writable.. > If I use edit text, I am facing a problem that I can write freely. > > Thanks . What, _exactly_ is the problem with using an editbox?
From: Muhammad on 3 Apr 2010 23:49 I want to make the static text can be write with the user from outside. User can make a text in Paragraph. I mean in many lines.
From: Matt Fig on 4 Apr 2010 00:02 If you simply want a multi-line textbox then use an edit text with the min property set to 0 and the max property set to 10. That will allow for multiple lines of text.
From: Muhammad on 4 Apr 2010 00:05 I'd like to make a write such uicontrol(... 'Parent',hpanel(5),... 'Units','normalized',... 'Position',[.1,.1,.8,.8],... 'BackgroundColor','w',... 'HorizontalAlignment','left',... 'FontSize',12,... 'Style','text',... 'String',[ ... 'UITABPANEL creates a group of tabbed ' 'panels with a consistent look and feel to' 'the builtin MATLAB UI objects. ' ' ' 'A special type of UITABPANEL is the ' 'popup tabpanel as shown on the left-hand ' 'side of this figure. ']); I want to make the letter above can be changed from outside. Thanks.
From: Sadik on 4 Apr 2010 00:08 I think I have got the problem. The aim is to have text wrapping. Although I do not know the exact answer. Muhammad, if that is not true, could you upload an image of what you want and send the link? You could even prepare the image in microsoft paint. Best.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: solving equations with a matrix Next: Changeable Static text |