[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62445] msgbox() throws error when using custo
From: |
Glite |
Subject: |
[Octave-bug-tracker] [bug #62445] msgbox() throws error when using custom cdata |
Date: |
Wed, 11 May 2022 21:55:57 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?62445>
Summary: msgbox() throws error when using custom cdata
Project: GNU Octave
Submitted by: linuxbckp
Submitted on: Thu 12 May 2022 01:55:55 AM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Unexpected Error or Warning
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 6.4.0
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
msgbox() throws error when using custom cdata. Here is my code:
>> img=imread('msgbox.png');
>> imgsc=imagesc(img);
>> msgbox('123','MSGBOX Title', 'custom', imgsc)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62445>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #62445] msgbox() throws error when using custom cdata,
Glite <=