Path: news.mathworks.com!not-for-mail
From: "Todd Welti" <twelti@harman.com>
Newsgroups: comp.soft-sys.matlab
Subject: compiler error in resize function
Date: Fri, 3 Jul 2009 01:11:02 +0000 (UTC)
Organization: Harman Industries International
Lines: 3
Message-ID: <h2jlr6$n2l$1@fred.mathworks.com>
Reply-To: "Todd Welti" <twelti@harman.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1246583462 23637 172.30.248.35 (3 Jul 2009 01:11:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 3 Jul 2009 01:11:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 57524
Xref: news.mathworks.com comp.soft-sys.matlab:552583


I just wanted to mention that I had an error in compiling a standalone. It compiled fine, but when I tried to run it I got an error saying that the radiobutton_xyz object couldn't be found.  I tried a few things, but culdn't figure it out.  Then I noticed that the code line in question was in the Figure_Resize  function (since I wanted this code executed before the figure was visible.  When I remmed out that line, it ran fine.  So apparently the compiler had a problem even though it runs fine in Matlab.  I should mention that it was version 2008b compiler.

I wonder if there is a way around this?