<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>From: <A 
href="mailto:daria.spescha@id.unibe.ch">daria.spescha@id.unibe.ch</A><BR>To: <A 
href="mailto:squeak-dev@lists.squeakfoundation.org">squeak-dev@lists.squeakfoundation.org</A><BR>Subject: 
[BUG]UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #asInteger</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=858521811-27062005>I was trying to load 
the monticello packages for wxSqueak as described on the wxWidgets homepage. I 
first loaded WxBootstrap successfully. </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=858521811-27062005>On loading 
WxWidgets, the following error occured. (I tried it several times and it was 
always the same). I looked in WxEvtHandler and noticed that EventSymbols is a 
dictionary with just one entry for key "nil". Has someone an idea what goes 
wrong?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=858521811-27062005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=858521811-27062005>Thanks!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=858521811-27062005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>27 June 2005 1:17:22 pm</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>VM: Win32 - a SmalltalkImage<BR>Image: Squeak3.7 
[latest update: #5989]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>SecurityManager state:<BR>Restricted: 
false<BR>FileAccess: true<BR>SocketAccess: true<BR>Working Dir 
C:\squeak3.7\wxSqueak\wxsqueak0.4-win32-src<BR>Trusted Dir 
C:\squeak3.7\wxSqueak\wxsqueak0.4-win32-src\dspescha<BR>Untrusted Dir C:\My 
Squeak\dspescha</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>UndefinedObject(Object)&gt;&gt;doesNotUnderstand: 
#asInteger<BR>&nbsp;Receiver: nil<BR>&nbsp;Arguments and temporary variables: 
<BR>&nbsp;&nbsp;aMessage: &nbsp;asInteger<BR>&nbsp;Receiver's instance 
variables: <BR>nil</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Wx 
class&gt;&gt;getEventClassForType:<BR>&nbsp;Receiver: Wx<BR>&nbsp;Arguments and 
temporary variables: <BR>&nbsp;&nbsp;eventType: &nbsp;nil<BR>&nbsp;Receiver's 
instance variables: <BR>&nbsp;&nbsp;superclass: 
&nbsp;WxBase<BR>&nbsp;&nbsp;methodDict: &nbsp;a 
MethodDictionary()<BR>&nbsp;&nbsp;format: 
&nbsp;132<BR>&nbsp;&nbsp;instanceVariables: 
&nbsp;nil<BR>&nbsp;&nbsp;organization: &nbsp;nil<BR>&nbsp;&nbsp;subclasses: 
&nbsp;nil<BR>&nbsp;&nbsp;name: &nbsp;#Wx<BR>&nbsp;&nbsp;classPool: &nbsp;a 
Dictionary(#DebugFlags-&gt;nil #PluginAvailable-&gt;nil 
#UseWxTools-&gt;nil...etc...<BR>&nbsp;&nbsp;sharedPools: 
&nbsp;nil<BR>&nbsp;&nbsp;environment: &nbsp;a SystemDictionary(lots of 
globals)<BR>&nbsp;&nbsp;category: &nbsp;nil</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[] in WxEvtHandler 
class&gt;&gt;initializeEventClasses {[:eventType |&nbsp; eventClassName := Wx 
getEventClassForType: eventType.&nbsp; eventC...]}<BR>&nbsp;Arguments and 
temporary variables: <BR>&nbsp;&nbsp;eventClassName: 
&nbsp;nil<BR>&nbsp;&nbsp;eventClass: &nbsp;nil<BR>&nbsp;&nbsp;eventType: 
&nbsp;nil</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[] in Dictionary&gt;&gt;keysDo: {[:association | 
aBlock value: association key]}<BR>&nbsp;Arguments and temporary variables: 
<BR>&nbsp;&nbsp;aBlock: &nbsp;[] in WxEvtHandler 
class&gt;&gt;initializeEventClasses {[:eventType |&nbsp; 
eventC...etc...<BR>&nbsp;&nbsp;association: 
&nbsp;nil-&gt;'wxEvtWizardPageChanging'</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><BR>--- The full stack 
---<BR>UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #asInteger<BR>Wx 
class&gt;&gt;getEventClassForType:<BR>[] in WxEvtHandler 
class&gt;&gt;initializeEventClasses {[:eventType |&nbsp; eventClassName := Wx 
getEventClassForType: eventType.&nbsp; eventC...]}<BR>[] in 
Dictionary&gt;&gt;keysDo: {[:association | aBlock value: association 
key]}<BR>&nbsp;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-<BR>Dictionary(Set)&gt;&gt;do:<BR>Dictionary&gt;&gt;associationsDo:<BR>Dictionary&gt;&gt;keysDo:<BR>WxEvtHandler 
class&gt;&gt;initializeEventClasses<BR>WxEvtHandler 
class&gt;&gt;initialize<BR>MCMethodDefinition&gt;&gt;postload<BR>MCMethodDefinition(MCDefinition)&gt;&gt;postloadOver:<BR>[] 
in MCPackageLoader&gt;&gt;basicLoad {[:ea | ea&nbsp;&nbsp; postloadOver: (self 
obsoletionFor: ea)]}<BR>[] in 
OrderedCollection(SequenceableCollection)&gt;&gt;do:displayingProgress: {[:each 
:i |&nbsp; bar value: i.&nbsp; aBlock value: 
each]}<BR>OrderedCollection(SequenceableCollection)&gt;&gt;withIndexDo:<BR>[] in 
OrderedCollection(SequenceableCollection)&gt;&gt;do:displayingProgress: {[:bar | 
self&nbsp;&nbsp; withIndexDo: [:each :i |&nbsp;&nbsp;&nbsp;&nbsp; bar value: 
i.&nbsp;&nbsp;&nbsp; aBlock value: 
e...]}<BR>ProgressInitiationException&gt;&gt;defaultAction<BR>UndefinedObject&gt;&gt;handleSignal:<BR>MethodContext(ContextPart)&gt;&gt;handleSignal:<BR>MethodContext(ContextPart)&gt;&gt;handleSignal:<BR>ProgressInitiationException(Exception)&gt;&gt;signal<BR>ProgressInitiationException&gt;&gt;display:at:from:to:during:<BR>ProgressInitiationException 
class&gt;&gt;display:at:from:to:during:<BR>String&gt;&gt;displayProgressAt:from:to:during:<BR>OrderedCollection(SequenceableCollection)&gt;&gt;do:displayingProgress:<BR>[] 
in MCPackageLoader&gt;&gt;basicLoad {[additions&nbsp;&nbsp; do: [:ea | self 
tryToLoad: ea]&nbsp;&nbsp; displayingProgress: 
'Loading.....]}<BR>BlockContext&gt;&gt;on:do:<BR>[] in 
MCPackageLoader&gt;&gt;basicLoad {[[additions&nbsp;&nbsp; do: [:ea | self 
tryToLoad: ea]&nbsp;&nbsp; displayingProgress: 
'Loading....]}<BR>BlockContext&gt;&gt;ensure:<BR>MCPackageLoader&gt;&gt;basicLoad<BR>[] 
in MCPackageLoader&gt;&gt;load {[self basicLoad]}<BR>[] in 
MCPackageLoader&gt;&gt;useNewChangeSetDuring: {[aBlock 
value]}<BR>BlockContext&gt;&gt;ensure:<BR>MCPackageLoader&gt;&gt;useNewChangeSetDuring:<BR>MCPackageLoader&gt;&gt;load<BR>MCVersionLoader&gt;&gt;load<BR>MCVersionLoader 
class&gt;&gt;loadVersion:<BR>MCVersion&gt;&gt;load<BR>MCFileRepositoryInspector(MCVersionInspector)&gt;&gt;load<BR>MCFileRepositoryInspector&gt;&gt;load<BR>MCFileRepositoryInspector(MCTool)&gt;&gt;performButtonAction:enabled:</FONT></DIV></BODY></HTML>