GUI features changing when I run my GUI

1 view (last 30 days)
aaron pung
aaron pung on 1 Jun 2015
Commented: Image Analyst on 1 Jun 2015
I've built a GUI in MATLAB, and all everything works great, except for the cosmetics. The layout has 5 standard input text boxes, all accept number values. After the numbers are put in by the user, I have a button to select an image file (labeled "Find File"), and a button (labeled "Compute") to calculate and plot the associated data points. However, two problems, which are illustrated in the attached image.
1) After I've entered values in all textboxes, I'll click the "Find file" button to search for the image file. At this point, the last of the textboxes disappears. (The callback does nothing with that specific textbox).
2) When I click the "Compute" button, it changes the label of the first button.
...is this just a bug in MATLAB's GUI making? Or has anyone else found this, and found a fix as well?
  1 Comment
Image Analyst
Image Analyst on 1 Jun 2015
What version of MATLAB are you using? You did not attach your image. No, there is no reason that clicking a pushbutton should make all your edit text boxes disappear. That never happens to me.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!