StackOverflowMATLABchat / mlapptools

MATLAB class containing methods for programmatic uifigure modification
http://undocumentedmatlab.com/blog/customizing-uifigures-part-2
MIT License
25 stars 11 forks source link

Matlab 2018a: getting error: "Warning: This widget is unsupported." #21

Closed ruuddb closed 5 years ago

ruuddb commented 6 years ago

Summary

Trying to set the text area type to Bold results in error in matlab2018a

Problem Description

See the attached program, which only contains a textarea and a button Button press should set text of the Textarea to Bold I used: mlapptools.fontWeight(app.TextArea, 'bold'); see: test.zip

Steps to Reproduce the Problem

Open the program in appdesigner 2018a and run it

Specifications

Additional Information

Dev-iL commented 6 years ago

Thanks for the report @ruuddb! Unfortunately, I cannot reproduce your problem:

attempt

The same happens when I'm running your .mlapp and clicking the button.

Dev-iL commented 5 years ago

Closed as unreproducible.