フィルターのクリア

why invisible panel is visible while printing?

2 ビュー (過去 30 日間)
Dominika
Dominika 2014 年 7 月 24 日
回答済み: Dominika 2014 年 7 月 25 日
Hi,
I have 2 panels in my GUI overlapping each other, visibility of one of them is set to 'off', however when I print the figure both panels are visible. My code:
function Print_Callback(hObject, eventdata, handles)
% hObject handle to Print (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
orient landscape
printpreview(gcf)
printdlg(gcf);
Any ideas appreciated.
Thanks,
Dominika

回答 (1 件)

Dominika
Dominika 2014 年 7 月 25 日
Anyone?

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by