|
On Jun 26, 1:01 am, "Elshaymaa " <enge...@yahoo.com> wrote:
> Dear sir
> i have read this message:
>
> vin j wrote:
> > I wish to have and object (pushbutton) which is in a shape of and Arrow for my GUI
> > .Am i able to create different shape and sizes?
>
> You would probably have to use the java level in order to do it. There is
> no Matlab provided facility for custom push-button shapes.
>
> Note: another possibility would be to create a patch object of the appropriate
> shape; you could then have a callback for when the object was clicked on.
> But you would have to "manually" change the drawing to show the "pushed in" shape.
> Possibly the easiest way to do that would be to draw both shapes but set
> the appropriate one to have visibility off according to whether the shape
> was pushed in or not.
>
> --
> Q = quotation(rand);
> if isempty(Q); error('Quotation server filesystem problems')
> else sprintf('%s',Q), end
>
> ****** So, please how can i use this other possibility (or any other way) to change the GUI push button shapes?
> Would you please send me any link for this topic?
> ******* How can i align text vertically in the static text box?
>
> Thanks
I don't personally know how to fix your push button problem.
For vertically alligned static text box, look here:
http://www.mathworks.de/matlabcentral/newsreader/view_thread/238700
-Nathan
|