MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 581

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 580
Creating Graphical User Interfaces (GUIs)
20-37
UNIX: File Dialog 'Location' Property Is Obsolete
For UNIX platforms, the Location property of uigetfile and uiputfile is obsolete.
Previously, for UNIX platforms only, you could use the Location property to specify the
screen location at which the dialog box would originally be displayed.
Compatibility Considerations
Since the UNIX uigetfile and uiputfile Location property is now obsolete,
MATLAB ignores any occurrences in existing code of the Location property
uigetfile(...,'Location',[X Y])
or the older use of X and Y arguments to specify location
uigetfile(...,X,Y)
A warning is displayed for either syntax, on all platforms.
Functions Becoming Obsolete
The following functions are either obsolete or grandfathered in MATLAB 7.4 (R2007a):
cshelp, figflag, getstatus, menulabel, popupstr,setstatus, hidegui,
uigettoolbar.
Compatibility Considerations
The functions shown in the following table will continue to work but their use may
generate a warning message. As soon as possible, replace any occurrences you may have
of these functions with the function(s) shown in the following table, if any, or with other
suitable code.
Function Replacement
cshelp, figflag,
getstatus,
menulabel,
popupstr,
setstatus
Grandfathered. There are no replacements. No enhancements
will be made and only critical bugs will be fixed. No warnings
will be displayed. These functions may become obsolete if
replacements become available.
Vue de la page 580
1 2 ... 576 577 578 579 580 581 582 583 584 585 586 ... 715 716

Commentaires sur ces manuels

Pas de commentaire