Menu

#1 setString destroys tab in tabbed pane

open
nobody
None
5
2004-06-20
2004-06-20
Anonymous
No

if the textarea is placed directl into tab, like

<tab>
<textarea...>
</tab>

then the call setString(textarea, "text", "some text");
destroys this tab.

if i place the textarea in one panel first, then all works:
<tab>
<panel>
<textarea.../>
</panel>
</tab>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.