Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set background gradient for uifigure #10

Closed
davidn-IA opened this issue Jan 8, 2018 · 2 comments
Closed

Unable to set background gradient for uifigure #10

davidn-IA opened this issue Jan 8, 2018 · 2 comments

Comments

@davidn-IA
Copy link

davidn-IA commented Jan 8, 2018

This may seem like pure greed to want to be able to do it, but it would be terrific if it were possible. Something like this fails (edit: W10, 2017b):

mlapptools.setStyle(uifigure(),'background','linear-gradient(red, pink, white)')
Warning: This widget is unsupported.

In mlapptools/getWidgetID (line 386)
In mlapptools.getWebElements (line 130)
In mlapptools.setStyle (line 238)
Output argument "ID_obj" (and maybe others) not
assigned during call to "mlapptools/getWidgetID".
Error in mlapptools.getWebElements (line 130)
widgetID = mlapptools.getWidgetID(win,
mlapptools.getDataTag(uiElement));
Error in mlapptools.setStyle (line 238)
[win, ID_obj] =
mlapptools.getWebElements(hControl);

@Dev-iL
Copy link
Member

Dev-iL commented Jan 8, 2018

Resolved by #11 .

@Dev-iL Dev-iL closed this as completed Jan 8, 2018
@sco1
Copy link
Member

sco1 commented Jan 8, 2018

Cool!

I'm going to have to start a Geocities-izer fork of this soon ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants