Thank you! This video was really useful and easy to undestand,can I ask you what code should I write or how to modify this one in order to access to another window of appdesigner where I can create some more options.
If I understood your question exactly, the fields in the "components browser", the list of fields seen on the top right corner of your appdesigner, of the same app can be accessed easily. It is this, you can access the component you want by writing it in the "IF TRUE" condition of your code. In this regard, watching the following video should help. For instance, to access the figures fields: "plot(app.UIAxes,....); " can be utilised. HERE: th-cam.com/video/W3y_98Ad4B0/w-d-xo.html If your question is different, don't hesitate to ask me again.
How can I link the login window to the main window
Thank you! This video was really useful and easy to undestand,can I ask you what code should I write or how to modify this one in order to access to another window of appdesigner where I can create some more options.
If I understood your question exactly, the fields in the "components browser", the list of fields seen on the top right corner of your appdesigner, of the same app can be accessed easily. It is this, you can access the component you want by writing it in the "IF TRUE" condition of your code. In this regard, watching the following video should help. For instance, to access the figures fields:
"plot(app.UIAxes,....); " can be utilised.
HERE: th-cam.com/video/W3y_98Ad4B0/w-d-xo.html
If your question is different, don't hesitate to ask me again.
How can I hide the password please ?