Effacer les filtres
Effacer les filtres

folder browser integrate in a gui

12 vues (au cours des 30 derniers jours)
Badr Sahib
Badr Sahib le 28 Juin 2017
Commenté : Badr Sahib le 5 Juil 2017
Hallo, How i can integrate a explorer (folder browser) in a gui by listbox or axes?

Réponse acceptée

Jan
Jan le 28 Juin 2017
  2 commentaires
Badr Sahib
Badr Sahib le 28 Juin 2017
Thanks
Badr Sahib
Badr Sahib le 5 Juil 2017
Hi Simon,
Thank you for your reply but I can not go further. I have an example for you here. How I can now insert a calback function for the pushbutton (open). Without closing the figure. I want to open excel files or general excel photos and pdf files. I mean, I would like to open a window and every time open a file and the figure should be kept open.
%%%%%%
hFig = dialog('Name','Select file', 'units','pixel', 'pos',[200,200,500,600]);
javaComponentName = 'javax.swing.JFileChooser';
[hjFileChooser, hContainer] = javacomponent(javaComponentName, [0,200,500,400], hFig);
hjFileChooser.setCurrentDirectory(java.io.File(pwd));
hjFileChooser.setMultiSelectionEnabled(false);
drawnow;
%%%%%
thank you in advance

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by