Bonjour bonjour,

me voila de retour a bosser sur mon interface GUI, il me semblait que tout marchait bien la derniere fois que je m'en suis servie, aujourd'hui je la lance et j'ai l'erreure suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
??? Error using ==> hgload at 156
Recursion occurs when loading /Home/siv9/aca065/work/compiler/project.fig
 
Error in ==> openfig at 78
    [fig, savedvisible] = hgload(filename, struct('Visible','off'));
 
Error in ==> gui_mainfcn>local_openfig at 271
    gui_hFigure = openfig(name, singleton, visible);
 
Error in ==> gui_mainfcn at 150
        gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);
 
Error in ==> project at 64
    gui_mainfcn(gui_State, varargin{:});
 
??? Error using ==> project('startframeperf_CreateFcn',gcbo,[],guidata(gcbo))
Error using ==> hgload at 156
Recursion occurs when loading /Home/siv9/aca065/work/compiler/project.fig
 
??? Error using ==> struct2handle
Error while evaluating uicontrol CreateFcn
Il y a quelque temps j'avais effectivement ajouté un champ edit dont le tagname etait 'startframeperf', mais depuis je l'ai supprimé. J'ai vérifié, je ne trouve pas de 'startframeperf_CreateFcn dans mon code, et je ne trouve pas d'objets nommé startframeperf dans mon interface. A moins qu'elle ait été cachée par d'autres éléments... Quelqu'un a une idée?