First, a newbie question:<br><br>How do you get away with using constants directly in WxSqueak like wxIdAny, without quotes or an #?&nbsp; I can&#39;t figure that one out!<br><br>Also, I am just trying to learn how to get around in WxSqueak by creating a simple tabbed editor.&nbsp; I can&#39;t figure out which event lets me know I have switched tabs (pages) so I can give the focus to the text editor without having to click in the edit window as well.&nbsp; Any hints?&nbsp; The wxWidgets documentation indicates a <b>EVT_NOTEBOOK_PAGE_CHANGED</b> message, so I was looking for something like wxEvtNotebookPageChanged, but it doesn&#39;t exist.&nbsp; Just not implemented?<br>
<br>I know these are very basic questions, but there are basic Smalltalk things I don&#39;t know how to figure out.<br><br>I keep coming back to this because it is the one UI framework for Squeak I seem to be able to understand and figure out on my own...<br>
<br>Thanks,<br><br>Rob<br>