|
From: Ralph T. <ra...@us...> - 2006-02-02 03:25:18
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18908/adobe-source/adobe/test/begin/examples Added Files: nested_group.adm nested_group.eve Log Message: These files exhibit a bug Mat and Foster described regarding groups within groups on Windows. The label of the inner groups has the wrong font and appears in the wrong place. This only occurs with visual styles enabled. --- NEW FILE: nested_group.eve --- /* Copyright 2006 Ralph Thomas Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ dialog(name: "nested group test", placement: place_column) { group(name: "group a") { button(name: "button one"); group(name: "group b") { button(name: "button two"); group(name: "group c") { button(name: "button three"); edit_text(name: "text", characters: 10); } } } button(name: "Dismiss", action: @cancel, horizontal: align_right); } --- NEW FILE: nested_group.adm --- /* Copyright 2006 Ralph Thomas Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ sheet pretend { interface: foo : "" ; } |