paumailo / ephys

Automatically exported from code.google.com/p/ephys
0 stars 0 forks source link

Protocol Design GUI read RPvds issue #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. loading the gui
2. inserting the modules
3. clicking Read RPvds

What is the expected output? What do you see instead?
I thought you had used this to populate the Tags, But I may be mistaken

What version of the product are you using? On what operating system?

Please provide any additional information below.

the errors are:

Reference to non-existent field 'ProtocolDesgin'.

Error in ProtocolDesign>rpvds_tags_Callback (line 642)
GUISTATE(h.ProtocolDesgin,'on');

Error in gui_mainfcn (line 96)
        feval(varargin{:});

Error in ProtocolDesign (line 25)
    gui_mainfcn(gui_State, varargin{:});

Error while evaluating uicontrol Callback

Original issue reported on code.google.com by ejbre...@gmail.com on 17 Jan 2013 at 8:19

GoogleCodeExporter commented 8 years ago
The defect exists with the programmer.  I misspelled ProtocolDesign.  Argh.  
Fixed

Original comment by daniel.s...@gmail.com on 18 Jan 2013 at 3:21