From mint-bounce@lists.fishpool.fi Wed Aug 4 09:55:06 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=GUhVvh6DufU7Y+LcMl/DGIT/5VvLU7STq8NnXXGLDrc=; b=lAkhLzR9WOvECwiWzxapOOoTdRGCjccEHutfrlXu1vmMjxNEgCgxPh800yz4X1udkI ppr7wgEil/9AM4ECNtHePjibLTjO6LCO1pyXnDhbqDQqeTPk2wkNYigGSUFzx33xZVdp 7eQaknNvkV1b+rUeWH9xPTFWks8yBZtNuOsis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=jjrVhkLo+yHsCb1qHz+zP1WVFEg/OjdUz9usWCxqwByQ+RBlEf4RqmTBkS9MndalhL Oe0rH33oFRQAdEX1gB6/jxrin7u9jCAu7eh2tm+AfLqtrSW7c+mjo/TYvToOJrgWSMW6 b0md1WltCttXY1vRk6S2QuuAFyKwwRRcO0rEk= From: Peter Persson Content-Type: text/plain; charset=us-ascii Subject: [MiNT] XaAES: Menus in windows vs. menu_tnormal() Date: Wed, 4 Aug 2010 15:52:16 +0200 Message-Id: <69CED659-62D4-47DA-B4ED-544AD3E4A682@gmail.com> To: mint@lists.fishpool.fi Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o74Dt5T2003244 Hi, I'm using a menu bar in a window. I attached it using wind_set(WF_MENU, ...) and it works well except for the fact that menu_tnormal() doesn't seem to work properly. It works for regular menus. Am I using the wrong call? Am I supposed to reset the menu state in some other way? -- PeP