Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Locking Buttons in Matlab's GUI

Status
Not open for further replies.

chetu

Junior Member level 2
Joined
Aug 1, 2008
Messages
22
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Activity points
1,396
Locking GUI in Matlab

I am running programm by selecting the push buttons from GUI in matlab. But my program is taking some time to execute the program(half an hr) mean while if i press the push butoons on GUI it will start running from begining.So once push button is selected i need to lock the GUI untill my program is over..Is that any method to lock the GUI?
 

Re: Locking GUI in Matlab

You can implement such feature in your callback function for this button.
Just set button.active=FALSE, and bring it to TRUE when your program terminates.
 

    chetu

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top