Clicking uitable checkbox causes scroll reset
Hello, I have a uitable with a vertical scroll bar in my GUI. In this case, I scroll down several lines and click an editable checkbox. If the click results in "checking" the checkbox, the uitable...
View ArticleSimple GUI checkbox and edit box
Hi, I'm very new to using GUIs and I'm trying to write a code to do the following: I want my edit box to display a message when all four checkboxes are selected, the message would be text. I'm using...
View ArticleCustomizing check boxes
By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box align with other controls, I would like to place the check-box to the right of it's...
View ArticleRe: Customizing check boxes
"Joel Marchand" wrote in message <kvoba2$r9i$1@newscl01ah.mathworks.com>...> By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box...
View ArticleRe: Customizing check boxes
"Joel Marchand" wrote in message <kvoba2$r9i$1@newscl01ah.mathworks.com>...> By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box...
View ArticleRe: uitable - 'logical' - checkboxes
"M " <casemremovethisat@uciremovethisdot.edu> wrote in message <iminim$ii$1@fred.mathworks.com>...> You've probably figured this out by now, but in case anyone else is looking at this...
View ArticleGUI checkboxes and plot
Hello, I have two check boxes AB and CD. AB and CD are array of numbers that I want to plot depending on which one is checked, and I would not like it to polt until I click the plot button. This is my...
View ArticleNeed helps with checkboxes
Hi! I'm trying to create a GUI which contains several checkboxes, (exp: 3 checkboxes with tags: g1, g2 and g3). My initial string g = [g1 g2 g3], i want to remove g1, g2, g3 from initial string 'g' in...
View ArticleRe: Select data to plot using checkboxes
Walter Roberson <roberson@hushmail.com> wrote in message <bW0Wk.24031$9Z6.1106@newsfe01.iad>...> Johan Carlson wrote:> > "Linda " <lindakristensen1@hotmail.com> wrote in...
View ArticleSetting GUI Checkbox Defaute value by global variable
Hi, I'm making my own GUI, use checkbox and edit text. what i want to do is using global variable to default value . ex) function checkbox1_Callback(hObject, eventdata, handles) % hObject handle to...
View ArticleRe: Setting GUI Checkbox Defaute value by global variable
"Jinseok Ur" <jinseok007@naver.com> wrote in message news:mgptrb$mk3$1@newscl01ah.mathworks.com...> Hi,> I'm making my own GUI, use checkbox and edit text.> what i want to do is using...
View ArticleRe: Setting GUI Checkbox Defaute value by global variable
"Steven Lord" <Steven_Lord@mathworks.com> wrote in message <mgr3ph$kpt$1@newscl01ah.mathworks.com>...> > > "Jinseok Ur" <jinseok007@naver.com> wrote in message >...
View ArticleRe: Setting GUI Checkbox Defaute value by global variable
"Jinseok Ur" <jinseok007@naver.com> wrote in message news:mgrk3l$86b$1@newscl01ah.mathworks.com...> "Steven Lord" <Steven_Lord@mathworks.com> wrote in message >...
View ArticleRe: Setting GUI Checkbox Defaute value by global variable
"Steven Lord" <Steven_Lord@mathworks.com> wrote in message <mh37gt$h1a$1@newscl01ah.mathworks.com>...> > > "Jinseok Ur" <jinseok007@naver.com> wrote in message >...
View ArticleRe: Setting GUI Checkbox Defaute value by global variable
"Jinseok Ur" <jinseok007@naver.com> wrote in message news:mh4joi$9t3$1@newscl01ah.mathworks.com...> "Steven Lord" <Steven_Lord@mathworks.com> wrote in message >...
View ArticleGUI et valeurs par défaut de checkbox
Bonjour, J'ai lu que la question avait déjà été posée par certains programmeurs anglais, mais jusque là, aucunes des réponses que j'ai pu trouver ne m'ont permis de trouver une solution à mon problème....
View Articleneed help in MATLAB GUI
I want to create the GUI using one push button and check box. In my GUI I want to read the text file in the while loop and plot that read text file data using push button and check box. The purpose of...
View ArticleRe: need help in MATLAB GUI
Sairah Naveed Can you go over to Answers and post your question https://www.mathworks.com/matlabcentral/answers/index?s_tid=al The primitive newsgroups is not good for passing files back and forth,...
View Article