Hi, in smartclient 8.2 I could suppress the edges (and header) of a Window, but in smartclient 8.3 and 11 I can not seem to suppress the edges.
Using following:
In smartclient 8.2 (using 8.2 feature explorer) the result is:
In smartclient 8.3 and 11 (using feature explorer):
Is there a different technique for suppressing window edges in 8.3 and later?
Many thanks.
Using following:
Code:
isc.Window.create({ showHeader:false, showEdges:false, border: "1px solid black", items: [ isc.Label.create({height:1, contents: "test"}) ] })
In smartclient 8.3 and 11 (using feature explorer):
Is there a different technique for suppressing window edges in 8.3 and later?
Many thanks.
Comment