help-octave
[Top][All Lists]
Advanced

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

Crash when putting uicontrol with 'string'


From: 藤枝 大
Subject: Crash when putting uicontrol with 'string'
Date: Tue, 6 Dec 2016 11:40:40 +0900

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 






reply via email to

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