help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash when putting uicontrol with 'string'


From: siko1056
Subject: Re: Crash when putting uicontrol with 'string'
Date: Tue, 6 Dec 2016 04:58:15 -0800 (PST)

藤枝 大 wrote
> Hi all,
> 
> Octave crashes when setting 'String' property by Command Window.
> 
> Case 1:
>>> hf = figure;
>>> hu = uicontrol(hf, 'Style', 'edit', 'String', 'test'); %==> CRASH
> 
> Case 2:
>>> hf = figure;
>>> hu = uicontrol(hf, 'Style', 'edit');
>>> set(hu, 'String', 'test'); %==> CRASH
> 
> Case 3:
>>> hf = figure;
>>> hu = uicontrol(hf, 'Style', 'edit');
>>> % Input any text to the "edit" control by Mouse and Keyboard.
>>> set(hu, 'String', 'test'); %==> CRASH
> 
> This error also occurs in other styles: "pushbutton", "text", ...
> Could tell me what kind of measures should I take?
> 
> ====
> - Octave:
> Version 4.0.3
> using "octave.vbs --force-gui"
> - Windows:
> Win7 Pro 32bit SP1
> - System:
> Core i3-4010U, 4GB RAM
> ====
> 
> Thanks,
> 
> Masaru Fujieda 

Dear Masaru Fujieda,

Please report any bugs at the bugtracker [1]. Before opening a new bug
report there, please try the latest version (4.2.0) of Octave [2], if the
problem still occurs.

HTH,
Kai

[1]: https://savannah.gnu.org/bugs/?group=octave
[2]: https://ftp.gnu.org/gnu/octave/windows/



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Crash-when-putting-uicontrol-with-string-tp4680897p4680905.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]