<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15572</id>
	<title>Nabble - Squeak - Beginners</title>
	<updated>2009-09-28T04:31:54Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Squeak---Beginners-f15572.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Squeak---Beginners-f15572.html" />
	<subtitle type="html">This list is the place to ask all the &amp;quot;simple&amp;quot; questions you as a newcomer to squeak always wanted to ask.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25644184</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-28T04:31:54Z</published>
	<updated>2009-09-28T04:31:54Z</updated>
	<author>
		<name>Prashanth Hebbar</name>
	</author>
	<content type="html">&lt;div&gt;Hello Jerome:&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Thanks for the notes on the bug report. I will prepare a report and post it.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I downloaded the basic image from &lt;a href=&quot;http://squeak.org/download&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;squeak.org/download&lt;/a&gt;. I did not know how to figure out whether the image has Block Closures so I did this:&lt;/div&gt;



&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;p&gt;#(a b c) do: [ :s | Transcript show: s] ......... and got &amp;quot;abc&amp;quot; in the transcript. &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;and this...&lt;/div&gt;

&lt;div&gt;&lt;div&gt;&lt;blockquote&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;#(a b c) do: [:s | [Transcript show: s] fork] and got &amp;quot;c&amp;quot; in the Transcript (from an example from the mailing list)&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div&gt; &lt;/div&gt;&lt;div&gt;So two questions:&lt;/div&gt;&lt;div&gt;1. Why should adding &amp;quot;fork&amp;quot; to the code change the closure behaviour&lt;/div&gt;&lt;div&gt;2. There are BlockClosure and BlockClosureTest classes in the image, does this qualify to be supporting full closure&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;
Regards,&lt;/div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Sep 27, 2009 at 11:50 PM, Jerome Peace &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peace_the_dreamer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;div&gt;



 &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Hi Prashanth Hebbar,&lt;div&gt;
 &lt;div&gt;
It looks like you have found a fine bug (or two).&lt;div&gt;
 &lt;div&gt;
A good way to deal with it is to start a mantis report.&lt;div&gt;
&lt;a href=&quot;http://bugs.squeak.org/my_view_page.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bugs.squeak.org/my_view_page.php&lt;/a&gt;&lt;div&gt;
is a good place to start. You can get an account freely and easily.&lt;div&gt;
 &lt;div&gt;
Please remember that the first rule of troubleshooting is first hand information.&lt;div&gt;
 &lt;div&gt;
The clearest reports will start with a way to reproduce the problem.&lt;div&gt;
You have given details of what system and image you are using.&lt;div&gt;
 &lt;div&gt;
The walkback is interesting. Now if you can also supply a recipe for getting to that walkback.&lt;div&gt;
 &lt;div&gt;
E.G. Starting with a fresh xxx image.&lt;div&gt;
Do this&lt;div&gt;
this and this&lt;div&gt;
and the walk back happens.&lt;div&gt;
 &lt;div&gt;
Upload any files needed to reproduce the problem. It always helps if your example is boiled down to the simplest thing that will cause the error to occur.&lt;div&gt;
 &lt;div&gt;
In additional details or a note include the walk back.&lt;div&gt;
 &lt;div&gt;
The clearer you make the report, the easier it will be for someone to look into the problem.&lt;div&gt;
 &lt;div&gt;
Once the report is written its worth pointing to it on one of the lists. The squeak-dev list would probably reach people most interested in this level of problem.&lt;div&gt;
 &lt;div&gt;
Yours in curiosity and service, --Jerome Peace&lt;div&gt;
 &lt;div&gt;
 &lt;div&gt;
 &lt;div&gt;
 &lt;div&gt;
--- On Sat, 9/26/09, Prashanth Hebbar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hebbarp@...&lt;/a&gt;&amp;gt; wrote:&lt;div&gt;
 &lt;div&gt;
&amp;gt; From: Prashanth Hebbar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hebbarp@...&lt;/a&gt;&amp;gt;&lt;div&gt;
&amp;gt; Subject: Re: [Newbies] 3.10 image hang&lt;div&gt;
&amp;gt; To: &amp;quot;A friendly place to get answers to even the most basic questions about Squeak.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beginners@...&lt;/a&gt;&amp;gt;&lt;div&gt;



&amp;gt; Date: Saturday, September 26, 2009, 10:35 AM&lt;div&gt;
 &lt;div&gt;&amp;gt; Hello Claus:&lt;div&gt;
&amp;gt;&lt;div&gt;
&amp;gt; Some context and update:The error is&lt;div&gt;
&amp;gt; occurring when I try to save home project of image&lt;div&gt;
&amp;gt; 3.10.2-7179 (Damien Cassou&amp;#39;s web based&lt;div&gt;
&amp;gt; image).&lt;div&gt;
&amp;gt;&lt;div&gt;
&amp;gt; I have tried with VM versions 3.10.6 (2007) and 3.11.5 (Sep&lt;div&gt;
&amp;gt; 2009).&lt;div&gt;
&amp;gt; I do not face this problem in the basic image&lt;div&gt;
&amp;gt; from &lt;a href=&quot;http://squeak.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;squeak.org&lt;/a&gt;.&lt;div&gt;
 &lt;div&gt;
 &lt;div&gt;
 &lt;/div&gt;The suspect are the recent changes from block contacts to block closures. I am curious when you refer to the basic image whether you are refering to one before the those changes?&lt;div&gt;
 &lt;div&gt;
Good luck with the report. --Jer&lt;div&gt;
 &lt;div&gt;&lt;div&gt;&lt;div&gt;
 &lt;div&gt;
 &lt;div&gt;
_______________________________________________&lt;div&gt;
Beginners mailing list&lt;div&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;div&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;div&gt;
 &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt; &lt;div clear=&quot;all&quot;&gt; &lt;div&gt;-- &lt;div&gt;Prashanth Hebbar&lt;div&gt;

Bangalore&lt;div&gt;
 &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644184&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25644184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25636131</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-27T11:20:36Z</published>
	<updated>2009-09-27T11:20:36Z</updated>
	<author>
		<name>Jerome Peace</name>
	</author>
	<content type="html">Hi Prashanth Hebbar, 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It looks like you have found a fine bug (or two).
&lt;br&gt;&lt;br&gt;A good way to deal with it is to start a mantis report.
&lt;br&gt;&lt;a href=&quot;http://bugs.squeak.org/my_view_page.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.squeak.org/my_view_page.php&lt;/a&gt;&amp;nbsp;
&lt;br&gt;is a good place to start. You can get an account freely and easily.
&lt;br&gt;&lt;br&gt;Please remember that the first rule of troubleshooting is first hand information.
&lt;br&gt;&lt;br&gt;The clearest reports will start with a way to reproduce the problem.
&lt;br&gt;You have given details of what system and image you are using.
&lt;br&gt;&lt;br&gt;The walkback is interesting. Now if you can also supply a recipe for getting to that walkback.
&lt;br&gt;&lt;br&gt;E.G. Starting with a fresh xxx image.
&lt;br&gt;Do this
&lt;br&gt;this and this
&lt;br&gt;and the walk back happens.
&lt;br&gt;&lt;br&gt;Upload any files needed to reproduce the problem. It always helps if your example is boiled down to the simplest thing that will cause the error to occur. 
&lt;br&gt;&lt;br&gt;In additional details or a note include the walk back.
&lt;br&gt;&lt;br&gt;The clearer you make the report, the easier it will be for someone to look into the problem. 
&lt;br&gt;&lt;br&gt;Once the report is written its worth pointing to it on one of the lists. The squeak-dev list would probably reach people most interested in this level of problem.
&lt;br&gt;&lt;br&gt;Yours in curiosity and service, --Jerome Peace
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- On Sat, 9/26/09, Prashanth Hebbar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25636131&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hebbarp@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Prashanth Hebbar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25636131&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hebbarp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Newbies] 3.10 image hang
&lt;br&gt;&amp;gt; To: &amp;quot;A friendly place to get answers to even the most basic questions about Squeak.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25636131&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beginners@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date: Saturday, September 26, 2009, 10:35 AM
&lt;br&gt;&amp;gt; Hello Claus:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Some context and update:The error is
&lt;br&gt;&amp;gt; occurring when I try to save home project of image
&lt;br&gt;&amp;gt; 3.10.2-7179 (Damien Cassou's web based
&lt;br&gt;&amp;gt; image).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried with VM versions 3.10.6 (2007) and 3.11.5 (Sep
&lt;br&gt;&amp;gt; 2009).
&lt;br&gt;&amp;gt; I do not face this problem in the basic image
&lt;br&gt;&amp;gt; from squeak.org.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;The suspect are the recent changes from block contacts to block closures. I am curious when you refer to the basic image whether you are refering to one before the those changes? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Good luck with the report. --Jer
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25636131&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25636131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25629306</id>
	<title>[ANN] STicky</title>
	<published>2009-09-26T15:16:30Z</published>
	<updated>2009-09-26T15:16:30Z</updated>
	<author>
		<name>Hernán Morales Durand</name>
	</author>
	<content type="html">STicky is a pluggable real-time evaluator and/or translator workspace
&lt;br&gt;aimed to learn languages. For a quick overview please take a look at
&lt;br&gt;the presentation video: &lt;a href=&quot;http://www.youtube.com/watch?v=b9uUIEaGyoU&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=b9uUIEaGyoU&lt;/a&gt;&lt;br&gt;&lt;br&gt;The Smalltalk evaluator could be useful in learning courses or for
&lt;br&gt;newbies typing expressions, but other translators/evaluators may help
&lt;br&gt;with more advanced usage, it all depends of the source and target
&lt;br&gt;languages you're using. Some default external translators, which does
&lt;br&gt;the real job, were included :
&lt;br&gt;&lt;br&gt;Smalltalk to JavaScript (ST2JS by Diego Gomez Deck)
&lt;br&gt;Smalltlak to Java (Smalltalk2Java by Alexandre Bergel)
&lt;br&gt;Smalltalk to SQL (ROE by Avi Bryant)
&lt;br&gt;Smalltalk to AST nodes (Marcus Denker et al)
&lt;br&gt;HTML validator (Todd Blanchard)
&lt;br&gt;JSON to Smalltalk (Tony Garnock-Jones et al)
&lt;br&gt;(...contact me if you want to add your translator in the release, a
&lt;br&gt;facility to automatic installation of translators is provided)
&lt;br&gt;&lt;br&gt;You can easily plug translators and the workspace will update the
&lt;br&gt;current contents dynamically inside a sticky-like dialog or a fixed
&lt;br&gt;pane, the updater interface was decoupled to make possible other kinds
&lt;br&gt;of widgets too, but this is a bit experimental.
&lt;br&gt;Downloads from:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.squeaksource.com/STicky.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/STicky.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Comments are welcome.
&lt;br&gt;&lt;br&gt;Hernán
&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25629306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--STicky-tp25629306p25629306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25625785</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-26T07:35:02Z</published>
	<updated>2009-09-26T07:35:02Z</updated>
	<author>
		<name>Prashanth Hebbar</name>
	</author>
	<content type="html">&lt;div&gt;Hello Claus:&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Some context and update:&lt;/div&gt;&lt;div&gt;The error is occurring when I try to save home project of image 3.10.2-7179 (Damien Cassou&amp;#39;s web based image).&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;
I have tried with VM versions 3.10.6 (2007) and 3.11.5 (Sep 2009).&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I do not face this problem in the basic image from &lt;a href=&quot;http://squeak.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squeak.org&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Here&amp;#39;s the walkback:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Subject: [BUG]Trait(Object)&amp;gt;&amp;gt;doesNotUnderstand: #isSystemDefined&lt;br&gt;&lt;br&gt;26 September 2009 7:48:15 pm&lt;br&gt;&lt;br&gt;VM: Win32 - a SmalltalkImage&lt;br&gt;Image: Squeak3.10.2 [latest update: #7179]&lt;br&gt;&lt;br&gt;SecurityManager state:&lt;br&gt;
Restricted: false&lt;br&gt;FileAccess: true&lt;br&gt;SocketAccess: true&lt;br&gt;Working Dir C:\Squeak\MySqueak&lt;br&gt;Trusted Dir C:\Squeak\MySqueak\Prashanth&lt;br&gt;Untrusted Dir C:\My Squeak\Prashanth&lt;br&gt;&lt;br&gt;Trait(Object)&amp;gt;&amp;gt;doesNotUnderstand: #isSystemDefined&lt;br&gt;
	Receiver: TWriteStreamTest&lt;br&gt;	Arguments and temporary variables: &lt;br&gt;		aMessage: 	isSystemDefined&lt;br&gt;	Receiver&amp;#39;s instance variables: &lt;br&gt;		methodDict: 	a MethodDictionary(#classUnderTest-&amp;gt;a CompiledMethod (1905) #emptyS...etc...&lt;br&gt;
		traitComposition: 	TPuttableStreamTest + TSequencedStreamTest&lt;br&gt;		localSelectors: 	an IdentitySet()&lt;br&gt;		users: 	an IdentitySet()&lt;br&gt;		organization: 	(&amp;#39;accessing&amp;#39; classUnderTest)&lt;br&gt;(&amp;#39;accessing - defaults&amp;#39; emptyStream ...etc...&lt;br&gt;
		name: 	#TWriteStreamTest&lt;br&gt;		environment: 	a SystemDictionary(lots of globals)&lt;br&gt;		classTrait: 	TWriteStreamTest classTrait&lt;br&gt;		category: 	#&amp;#39;CollectionsTests-Streams&amp;#39;&lt;br&gt;&lt;br&gt;ClassOrganizer(BasicClassOrganizer)&amp;gt;&amp;gt;objectForDataStream:&lt;br&gt;
	Receiver: (&amp;#39;accessing&amp;#39; classUnderTest)&lt;br&gt;(&amp;#39;accessing - defaults&amp;#39; emptyStream streamOnArray streamOnStr...etc...&lt;br&gt;	Arguments and temporary variables: &lt;br&gt;		refStrm: 	a ReferenceStream a DummyStream a DummyStream a DummyStream a DummyStr...etc...&lt;br&gt;
		dp: 	nil&lt;br&gt;	Receiver&amp;#39;s instance variables: &lt;br&gt;		categoryArray: 	#(#accessing #&amp;#39;accessing - defaults&amp;#39; #helpers #&amp;#39;tests - accessin...etc...&lt;br&gt;		categoryStops: 	#(1 4 5 10 16)&lt;br&gt;		elementArray: 	#(#classUnderTest #emptyStream #streamOnArray #streamOnString #st...etc...&lt;br&gt;
		subject: 	TWriteStreamTest&lt;br&gt;		classComment: 	nil&lt;br&gt;		commentStamp: 	nil&lt;br&gt;&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;	Receiver: a ReferenceStream a DummyStream a DummyStream a DummyStream a DummyStream a DummyStream a ...etc...&lt;br&gt;
	Arguments and temporary variables: &lt;br&gt;		anObject: 	(&amp;#39;accessing&amp;#39; classUnderTest)&lt;br&gt;(&amp;#39;accessing - defaults&amp;#39; emptyStream stre...etc...&lt;br&gt;		typeID: 	9&lt;br&gt;		selector: 	nil&lt;br&gt;		objectToStore: 	nil&lt;br&gt;	Receiver&amp;#39;s instance variables: &lt;br&gt;
		byteStream: 	a DummyStream a DummyStream a DummyStream a DummyStream a DummyStre...etc...&lt;br&gt;		topCall: 	an Array(a Project(test5) a PasteUpMorph&amp;lt;world&amp;gt;(1622) [world] a Transc...etc...&lt;br&gt;		basePos: 	47&lt;br&gt;		references: 	an IdentityDictionary(size 43365)&lt;br&gt;
		objects: 	an IdentityDictionary()&lt;br&gt;		currentReference: 	nil&lt;br&gt;		fwdRefEnds: 	an IdentityDictionary()&lt;br&gt;		blockers: 	an IdentityDictionary(#(#(24 24) #(48 48) #(72 72) #(96 96) #(120 120...etc...&lt;br&gt;		skipping: 	an IdentitySet()&lt;br&gt;
		insideASegment: 	true&lt;br&gt;&lt;br&gt;Trait(Object)&amp;gt;&amp;gt;storeDataOn:&lt;br&gt;	Receiver: TWriteStreamTest&lt;br&gt;	Arguments and temporary variables: &lt;br&gt;		aDataStream: 	a ReferenceStream a DummyStream a DummyStream a DummyStream a Dumm...etc...&lt;br&gt;
		cntInstVars: 	9&lt;br&gt;		cntIndexedVars: 	0&lt;br&gt;		i: 	5&lt;br&gt;	Receiver&amp;#39;s instance variables: &lt;br&gt;		methodDict: 	a MethodDictionary(#classUnderTest-&amp;gt;a CompiledMethod (1905) #emptyS...etc...&lt;br&gt;		traitComposition: 	TPuttableStreamTest + TSequencedStreamTest&lt;br&gt;
		localSelectors: 	an IdentitySet()&lt;br&gt;		users: 	an IdentitySet()&lt;br&gt;		organization: 	(&amp;#39;accessing&amp;#39; classUnderTest)&lt;br&gt;(&amp;#39;accessing - defaults&amp;#39; emptyStream ...etc...&lt;br&gt;		name: 	#TWriteStreamTest&lt;br&gt;		environment: 	a SystemDictionary(lots of globals)&lt;br&gt;
		classTrait: 	TWriteStreamTest classTrait&lt;br&gt;		category: 	#&amp;#39;CollectionsTests-Streams&amp;#39;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- The full stack ---&lt;br&gt;Trait(Object)&amp;gt;&amp;gt;doesNotUnderstand: #isSystemDefined&lt;br&gt;ClassOrganizer(BasicClassOrganizer)&amp;gt;&amp;gt;objectForDataStream:&lt;br&gt;
ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;Trait(Object)&amp;gt;&amp;gt;storeDataOn:&lt;br&gt; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;writeInstance:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;
[] in ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPutAll: {[:each | self nextPut: each]}&lt;br&gt;Array(SequenceableCollection)&amp;gt;&amp;gt;do:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPutAll:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;writeArray:&lt;br&gt;
ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;IdentitySet(Object)&amp;gt;&amp;gt;storeDataOn:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;writeInstance:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;Trait(Object)&amp;gt;&amp;gt;storeDataOn:&lt;br&gt;
ReferenceStream(DataStream)&amp;gt;&amp;gt;writeInstance:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;[] in ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPutAll: {[:each | self nextPut: each]}&lt;br&gt;Array(SequenceableCollection)&amp;gt;&amp;gt;do:&lt;br&gt;
ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPutAll:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;writeArray:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;nextPut:&lt;br&gt;OrderedCollection(Object)&amp;gt;&amp;gt;storeDataOn:&lt;br&gt;ReferenceStream(DataStream)&amp;gt;&amp;gt;writeInstance:&lt;br&gt;
...etc...&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Sat, Sep 26, 2009 at 6:09 PM, Claus Kick &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25625785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claus_kick@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
 On which object? could you list the last ten contexts from the Debugger? .. Subbu&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
Could you just post a walkback?&lt;div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;-- &lt;br&gt;Prashanth Hebbar&lt;br&gt;Bangalore&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25625785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25625785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25624891</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-26T05:39:18Z</published>
	<updated>2009-09-26T05:39:18Z</updated>
	<author>
		<name>Claus Kick</name>
	</author>
	<content type="html">K. K. Subramaniam schrieb:
&lt;br&gt;&amp;gt; On Saturday 26 Sep 2009 11:46:05 am Prashanth Hebbar wrote:
&lt;br&gt;&amp;gt;&amp;gt; Thank you very much Subbu. The low space issues seems to have gone away.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; However, I still get a DNU on &amp;quot;isSystemDefined&amp;quot; method.
&lt;br&gt;&amp;gt; On which object? could you list the last ten contexts from the Debugger? .. 
&lt;br&gt;&amp;gt; Subbu
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Could you just post a walkback?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25624891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25624891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622755</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-25T23:26:37Z</published>
	<updated>2009-09-25T23:26:37Z</updated>
	<author>
		<name>subbukk</name>
	</author>
	<content type="html">On Saturday 26 Sep 2009 11:46:05 am Prashanth Hebbar wrote:
&lt;br&gt;&amp;gt; Thank you very much Subbu. The low space issues seems to have gone away.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, I still get a DNU on &amp;quot;isSystemDefined&amp;quot; method.
&lt;br&gt;On which object? could you list the last ten contexts from the Debugger? .. 
&lt;br&gt;Subbu
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25622755.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622717</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-25T23:16:05Z</published>
	<updated>2009-09-25T23:16:05Z</updated>
	<author>
		<name>Prashanth Hebbar</name>
	</author>
	<content type="html">Thank you very much Subbu. The low space issues seems to have gone away.&lt;br&gt;
&lt;br&gt;
However, I still get a DNU on &amp;quot;isSystemDefined&amp;quot; method.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 9/26/09, &lt;b class=&quot;gmail_sendername&quot;&gt;K. K. Subramaniam&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622717&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subbukk@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
On Saturday 26 Sep 2009 11:01:20 am Prashanth Hebbar wrote:&lt;br&gt; &amp;gt; I am using Squeak 3.10 on a Windows XP (2 GB RAM, 2 Ghz, Intel) While&lt;br&gt; &amp;gt; trying to save a project, I got a DNU and the image hung. The Debug&lt;br&gt; &amp;gt; walkthrough showed the error in &amp;quot;isSystemDefined&amp;quot; method. On further&lt;br&gt;
 &amp;gt; examination, I found a LowSpaceDebug.txt in my default directory.&lt;br&gt; &lt;br&gt;Check help-&amp;gt;vm statistics for total and free memory just before you save. If&lt;br&gt; it is indeed low, you could increase it using -memory option. E.g.&lt;br&gt;
   squeak -memory 80m&lt;br&gt; &lt;br&gt; HTH .. Subbu&lt;br&gt; _______________________________________________&lt;br&gt; Beginners mailing list&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622717&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
 &lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Prashanth Hebbar&lt;br&gt;Bangalore
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622717&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25622717.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622559</id>
	<title>Re: 3.10 image hang</title>
	<published>2009-09-25T22:46:52Z</published>
	<updated>2009-09-25T22:46:52Z</updated>
	<author>
		<name>subbukk</name>
	</author>
	<content type="html">On Saturday 26 Sep 2009 11:01:20 am Prashanth Hebbar wrote:
&lt;br&gt;&amp;gt; I am using Squeak 3.10 on a Windows XP (2 GB RAM, 2 Ghz, Intel) While
&lt;br&gt;&amp;gt; trying to save a project, I got a DNU and the image hung. The Debug
&lt;br&gt;&amp;gt; walkthrough showed the error in &amp;quot;isSystemDefined&amp;quot; method. On further
&lt;br&gt;&amp;gt; examination, I found a LowSpaceDebug.txt in my default directory.
&lt;br&gt;Check help-&amp;gt;vm statistics for total and free memory just before you save. If 
&lt;br&gt;it is indeed low, you could increase it using -memory option. E.g.
&lt;br&gt;&amp;nbsp; &amp;nbsp;squeak -memory 80m
&lt;br&gt;&lt;br&gt;HTH .. Subbu
&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25622559.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622479</id>
	<title>3.10 image hang</title>
	<published>2009-09-25T22:31:20Z</published>
	<updated>2009-09-25T22:31:20Z</updated>
	<author>
		<name>Prashanth Hebbar</name>
	</author>
	<content type="html">&lt;div&gt;Hi:&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am using Squeak 3.10 on a Windows XP (2 GB RAM, 2 Ghz, Intel) While trying to save a project, I got a DNU and the image hung. The Debug walkthrough showed the error in &amp;quot;isSystemDefined&amp;quot; method. On further examination, I found a LowSpaceDebug.txt in my default directory. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I had similar problems earlier both on XP and Vista. Image would freeze and the CPU usage would show 100%. That problem continues in my new machine which has Ubuntu.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I suspect that the image is entering an infinite loop. There is little or no documentation of this problem. I have been working on a 3.8 and 3.9 images for some time now.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I checked mantis and came across a fix for the TransformationMorph behavious which would solve the freeze problem but I don&amp;#39;t see how it is relevant to what I am facing. I may be missing something obvious.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Can someone please help me.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;br&gt;-- &lt;br&gt;Prashanth Hebbar&lt;br&gt;Bangalore&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622479&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10-image-hang-tp25622479p25622479.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25545365</id>
	<title>Re Database Support - ODBC</title>
	<published>2009-09-21T07:55:44Z</published>
	<updated>2009-09-21T07:55:44Z</updated>
	<author>
		<name>flebber1</name>
	</author>
	<content type="html">Thanks to everyone. Seems there are definitely some good options to look into and experiment with.&lt;br&gt;&lt;br&gt;The ODBC option will be one I explore, I found the DBX option interesting as well seems to be alot of activity and &lt;br&gt;
development occuring here &lt;a href=&quot;http://wiki.squeak.org/squeak/6052&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.squeak.org/squeak/6052&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks again Your input and ideas are greatly appreciated.. &lt;br&gt;&lt;br&gt;flebber&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25545365&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re-Database-Support---ODBC-tp25545365p25545365.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25539594</id>
	<title>Re: Database Support - ODBC</title>
	<published>2009-09-21T00:10:49Z</published>
	<updated>2009-09-21T00:10:49Z</updated>
	<author>
		<name>Andreas Raab</name>
	</author>
	<content type="html">Chris Cunningham wrote:
&lt;br&gt;&amp;gt; There is an ODBC package for Squeak that I have been using
&lt;br&gt;&amp;gt; successfully for years, although not in heavy production environments
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://www.squeaksource.com/ODBC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/ODBC&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;We do. Our servers rely on the ODBC package heavily; I can vouch for the 
&lt;br&gt;the unixODBC/MySQL combo.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Andres
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25539594&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Database-Support---ODBC-tp25538255p25539594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25538665</id>
	<title>Re: Database Support - ODBC</title>
	<published>2009-09-20T21:40:27Z</published>
	<updated>2009-09-20T21:40:27Z</updated>
	<author>
		<name>AnotherChris</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;There is an ODBC package for Squeak that I have been using
&lt;br&gt;successfully for years, although not in heavy production environments
&lt;br&gt;(&lt;a href=&quot;http://www.squeaksource.com/ODBC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/ODBC&lt;/a&gt;). &amp;nbsp;There is a new package,
&lt;br&gt;SqueakDBX, that connects to many databases as well, including those
&lt;br&gt;you listed, I believe. &amp;nbsp;It apparently works well on most platforms,
&lt;br&gt;although I have not used it yet
&lt;br&gt;(&lt;a href=&quot;http://www.squeaksource.com/SqueakDBX&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/SqueakDBX&lt;/a&gt;). &amp;nbsp;In addition, there are
&lt;br&gt;native drivers for Postgres (api v2 -
&lt;br&gt;&lt;a href=&quot;http://www.squeaksource.com/PostgresV2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/PostgresV2&lt;/a&gt;&amp;nbsp;with object to relational
&lt;br&gt;mapping Glorp at &lt;a href=&quot;http://www.squeaksource.com/Glorp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/Glorp&lt;/a&gt;), MySQL
&lt;br&gt;(&lt;a href=&quot;http://www.squeaksource.com/MySQL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/MySQL&lt;/a&gt;&amp;nbsp;and various other packages on
&lt;br&gt;Squeaksource).
&lt;br&gt;&lt;br&gt;-Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25538665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Database-Support---ODBC-tp25538255p25538665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25538589</id>
	<title>Re: Database Support - ODBC</title>
	<published>2009-09-20T21:24:28Z</published>
	<updated>2009-09-20T21:24:28Z</updated>
	<author>
		<name>Michael van der Gulik-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Sep 21, 2009 at 3:17 PM,  &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25538589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flebber.crue@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi everyone&lt;br&gt;&lt;br&gt;I am new to Smalltalk. I am beginning a personal project a&lt;br&gt;database application, I have looking for a language and environment I&lt;br&gt;can be productive in long term and have full power in creating the&lt;br&gt;
database and access to query database, stored procedures from that&lt;br&gt;language. I have been studying python/sqlachmeny, ruby/datamapper etc&lt;br&gt;and various other combinations but haven&amp;#39;t felt comfortable.&lt;br&gt;&lt;br&gt;Smalltalk environment looks promising, I want a tool to acheive my database project and have a tool to use for other &lt;br&gt;
projects rather than having to consistently learn new tools. However I am looking&lt;br&gt;for some clarity on database support with Squeak and  Smalltalk. I am assuming that squeak connects via ODBC, after reading the &lt;br&gt;article here &lt;a href=&quot;http://onsmalltalk.com/squeak-smalltalk-and-databases&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://onsmalltalk.com/squeak-smalltalk-and-databases&lt;/a&gt;&lt;br&gt;
&lt;br&gt;Is there a database that Squeak supports well. I am looking to use a&lt;br&gt;low cost options since I am an individual. Had thought of using&lt;br&gt;Postgresql or Oracle or MySQL.&lt;br&gt;&lt;br&gt;Is Squeak/Smalltalk a good choice for database development projects? not web development like seaside.&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Hi.&lt;br&gt;&lt;br&gt;I don&amp;#39;t know about SQL-based database support in Squeak. What is available and well-supported are (among other solutions) Magma and Gemstone. Magma is a Squeak-specific object storage thingie. GemStone is a heavy-weight commercial object database with a Squeak UI. Google them. They both store objects directly so you don&amp;#39;t need to use SQL.&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;What you&amp;#39;ll find lacking is the GUI. There is no really good table widget available and personally I find the state of the other widgets disappointing. A web-based app is your best bet for a nice looking GUI.&lt;br&gt;&lt;br&gt;
Gulik.&lt;br&gt;&lt;br&gt;-- &lt;br&gt;&lt;a href=&quot;http://gulik.pbwiki.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gulik.pbwiki.com/&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25538589&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Database-Support---ODBC-tp25538255p25538589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25538255</id>
	<title>Database Support - ODBC</title>
	<published>2009-09-20T20:17:45Z</published>
	<updated>2009-09-20T20:17:45Z</updated>
	<author>
		<name>flebber1</name>
	</author>
	<content type="html">Hi everyone&lt;br /&gt;&lt;br /&gt;I am new to Smalltalk. I am beginning a personal project a&lt;br /&gt;database application, I have looking for a language and environment I&lt;br /&gt;can be productive in long term and have full power in creating the&lt;br /&gt;database and access to query database, stored procedures from that&lt;br /&gt;language. I have been studying python/sqlachmeny, ruby/datamapper etc&lt;br /&gt;and various other combinations but haven&amp;#39;t felt comfortable.&lt;br /&gt;&lt;br /&gt;Smalltalk environment looks promising, I want a tool to acheive my database project and have a tool to use for other &lt;br /&gt;projects rather than having to consistently learn new tools. However I am looking&lt;br /&gt;for some clarity on database support with Squeak and  Smalltalk. I am assuming that squeak connects via ODBC, after reading the &lt;br /&gt;article here http://onsmalltalk.com/squeak-smalltalk-and-databases&lt;br /&gt;&lt;br /&gt;Is there a database that Squeak supports well. I am looking to use a&lt;br /&gt;low cost options since I am an individual. Had thought of using&lt;br /&gt;Postgresql or Oracle or MySQL.&lt;br /&gt;&lt;br /&gt;Is Squeak/Smalltalk a good choice for database development projects? not web development like seaside.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Sayth&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25538255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Database-Support---ODBC-tp25538255p25538255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25475559</id>
	<title>Re: [squeak-dev] [ANN] Krestianstvo SDK - Smalltalk, Croquet, Seaside... programming on native spoken language (Russian)</title>
	<published>2009-09-16T09:03:35Z</published>
	<updated>2009-09-16T09:03:35Z</updated>
	<author>
		<name>Bert Freudenberg</name>
	</author>
	<content type="html">On 16.09.2009, at 16:13, Nikolay Suslov wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Introducing Krestianstvo SDK.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Krestianstvo SDK is built on top of OpenCroquet SDK with preloaded &amp;nbsp;
&lt;br&gt;&amp;gt; packages (some of the list: Sophie XUL-CSS, Seaside, OMeta, and &amp;nbsp;
&lt;br&gt;&amp;gt; Krestianstvo itself).
&lt;br&gt;&amp;gt; From now it will be entirely native spoken language based (Russian).
&lt;br&gt;&amp;gt; The SDK is updated through change set's update stream and source &amp;nbsp;
&lt;br&gt;&amp;gt; code could be easily filed in/filed out containing unicode chars.
&lt;br&gt;&amp;gt; The current developing version of the Krestianstvo SDK could be &amp;nbsp;
&lt;br&gt;&amp;gt; downloaded here (one-click image for Windows, Mac OS X, Linux).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; More information:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Official web site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.krestianstvo.ru&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.krestianstvo.ru&lt;/a&gt;&lt;br&gt;&amp;gt; Discussion Group:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://groups.google.com/group/krestianstvo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/krestianstvo&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Nikolay Suslov
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Guess I need to brush up my Russian ... Очень хорошо! :)
&lt;br&gt;&lt;br&gt;Congratulations on the release.
&lt;br&gt;&lt;br&gt;- Bert -
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25475559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Krestianstvo-SDK---Smalltalk%2C-Croquet%2C-Seaside...-programming-on-native-spoken-language-%28Russian%29-tp25502231p25475559.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25502231</id>
	<title>[ANN] Krestianstvo SDK - Smalltalk, Croquet, Seaside... programming on native spoken language (Russian)</title>
	<published>2009-09-16T07:13:56Z</published>
	<updated>2009-09-16T07:13:56Z</updated>
	<author>
		<name>Nikolay Suslov</name>
	</author>
	<content type="html">Hello!&lt;br&gt;&lt;br&gt;Introducing Krestianstvo SDK.&lt;br&gt;&lt;br&gt;Krestianstvo SDK is built on top of OpenCroquet SDK with preloaded packages (some of the list: Sophie XUL-CSS, Seaside, OMeta, and Krestianstvo itself).&lt;br&gt;From now it will be entirely native spoken language based (Russian). &lt;br&gt;

The SDK is updated through change set&amp;#39;s &lt;a href=&quot;http://www.krestianstvo.ru/sdk/Krestianstvo/updates&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;update stream&lt;/a&gt; and source code could be easily filed in/filed out containing unicode chars.&lt;br&gt;The current developing version of the Krestianstvo SDK could be downloaded &lt;a href=&quot;http://www.krestianstvo.ru/sdk/Krestianstvo1.0a.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (one-click image for Windows, Mac OS X, Linux).&lt;br&gt;

&lt;br&gt;More information:&lt;br&gt;&lt;a href=&quot;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Official web site:&lt;br&gt;


&lt;a href=&quot;http://www.krestianstvo.ru&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.krestianstvo.ru&lt;/a&gt;&lt;br&gt;Discussion Group:&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/krestianstvo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/krestianstvo&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Nikolay Suslov&lt;br&gt;

&lt;br&gt;----for Russian spoken--- &lt;br&gt;&lt;br&gt;Здравствуйте!&lt;br&gt;&lt;br&gt;Представляем вашему вниманию открытый проект Крестьянство SDK.&lt;br&gt;Наконец-то, стало возможным программирование в SmallTalk, Croquet, Seaside на родном языке (Русском).&lt;br&gt;

Мы еще только в начале пути, но тем неменее уже доступен для скачивания базовый образ для основных платформ (Windows, Linux, Mac OS X).&lt;br&gt;&lt;br&gt;
Крестьянство SDK построен на основе OpenCroquet SDK с
предустановленными пакетами (некоторые из списка: Sophie XUL-CSS, Seaside, OMeta и Крестьянство). &lt;br&gt; Отныне она будет разрабатываться полностью на родном языке (русский). &lt;br&gt;
Крестьянство обновляется путем потока изменений и исходный
код может быть легко (загружаться в/ выгружаться из) образа приложения. &lt;br&gt;&lt;br&gt; Текущий вариант Крестьянство SDK можно загрузить &lt;a href=&quot;http://www.krestianstvo.ru/sdk/Krestianstvo1.0a.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;здесь&lt;/a&gt; (однокликовый образ).&lt;br&gt;

&lt;br&gt; Дополнительная информация: &lt;br&gt; &lt;a href=&quot;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nsuslovi.blogspot.com/2009/09/krestianstvo-sdk-smalltalk-croquet.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Официальный сайт:&lt;br&gt;

&lt;a href=&quot;http://www.krestianstvo.ru&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.krestianstvo.ru&lt;/a&gt;&lt;br&gt;Группа для обсуждений:&lt;br&gt;
&lt;a href=&quot;http://groups.google.com/group/krestianstvo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/krestianstvo&lt;/a&gt;&lt;br&gt;&lt;br&gt;С уважением,&lt;br&gt;Николай Суслов&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25502231&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Krestianstvo-SDK---Smalltalk%2C-Croquet%2C-Seaside...-programming-on-native-spoken-language-%28Russian%29-tp25502231p25502231.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425562</id>
	<title>Re: Beginners Digest, Vol 41, Issue 6</title>
	<published>2009-09-13T11:09:04Z</published>
	<updated>2009-09-13T11:09:04Z</updated>
	<author>
		<name>Andy Burnett</name>
	</author>
	<content type="html">&amp;gt;I hope this helps: &lt;a href=&quot;http://wiki.squeak.org/squeak/2168&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://wiki.squeak.org/squeak/2168&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&amp;gt;Giuseppe Luigi Punzi Ruiz&lt;br&gt;
&amp;gt;Blog: &lt;a href=&quot;http://www.lordzealon.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.lordzealon.com&lt;/a&gt;&lt;br&gt;
&amp;gt;Twitter &amp;amp; Skype &amp;amp; GoogleTalk accounts: glpunzi&lt;br&gt;&lt;br&gt;Hi Giuseppe&lt;br&gt;Thanks for the info. I have sent off the crash report to John&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;Andy&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425562&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Beginners-Digest%2C-Vol-41%2C-Issue-6-tp25425562p25425562.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25419947</id>
	<title>Re: Recovering from a completely 'crashed' squeak image</title>
	<published>2009-09-12T19:11:18Z</published>
	<updated>2009-09-12T19:11:18Z</updated>
	<author>
		<name>Giuseppe Luigi Punzi Ruiz</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;El 13/09/2009, a las 0:02, Andy Burnett escribió:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I ran the Update Software option on a new Seaside 2.8.4 one click &amp;nbsp;
&lt;br&gt;&amp;gt; image. &amp;nbsp;After a long period of downloading and updating, I tried to &amp;nbsp;
&lt;br&gt;&amp;gt; save the image but got a DNU message about mouse overs. &amp;nbsp;Anyway, in &amp;nbsp;
&lt;br&gt;&amp;gt; the end the image did save, but now when I restart Squeak I get a &amp;nbsp;
&lt;br&gt;&amp;gt; message saying &amp;quot;Squeak VM quit unexpectedly&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not particularly worried about recovering the contents of this &amp;nbsp;
&lt;br&gt;&amp;gt; specific image - I had only been playing with it - but given that I &amp;nbsp;
&lt;br&gt;&amp;gt; am sure this will happen again at some point in my development life &amp;nbsp;
&lt;br&gt;&amp;gt; cycle, I would like to know the basic approach to recovering a &amp;nbsp;
&lt;br&gt;&amp;gt; usable image. &amp;nbsp;What would people recommend.
&lt;/div&gt;&lt;br&gt;I hope this helps: &lt;a href=&quot;http://wiki.squeak.org/squeak/2168&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.squeak.org/squeak/2168&lt;/a&gt;&lt;br&gt;&lt;br&gt;Giuseppe Luigi Punzi Ruiz
&lt;br&gt;Blog: &lt;a href=&quot;http://www.lordzealon.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lordzealon.com&lt;/a&gt;&lt;br&gt;Twitter &amp; Skype &amp; GoogleTalk accounts: glpunzi
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25419947&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Recovering-from-a-completely-%27crashed%27-squeak-image-tp25418628p25419947.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25418628</id>
	<title>Recovering from a completely 'crashed' squeak image</title>
	<published>2009-09-12T15:02:16Z</published>
	<updated>2009-09-12T15:02:16Z</updated>
	<author>
		<name>Andy Burnett</name>
	</author>
	<content type="html">I ran the Update Software option on a new Seaside 2.8.4 one click image.  After a long period of downloading and updating, I tried to save the image but got a DNU message about mouse overs.  Anyway, in the end the image did save, but now when I restart Squeak I get a message saying &amp;quot;Squeak VM quit unexpectedly&amp;quot;.&lt;br&gt;
&lt;br&gt;I am not particularly worried about recovering the contents of this specific image - I had only been playing with it - but given that I am sure this will happen again at some point in my development life cycle, I would like to know the basic approach to recovering a usable image.  What would people recommend.&lt;br&gt;
&lt;br&gt;Cheers&lt;br&gt;Andy&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25418628&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Recovering-from-a-completely-%27crashed%27-squeak-image-tp25418628p25418628.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25385978</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-10T08:52:47Z</published>
	<updated>2009-09-10T08:52:47Z</updated>
	<author>
		<name>Ching de la Serna</name>
	</author>
	<content type="html">Hi Cesar,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the help. It worked like a charm. Now, on to Wordpress API. I am beginning to see the interacting parts.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Ching&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 10:56 PM, César Lesc &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cesar.smx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;this sample code work fine for me (you can try it in a workspace)&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;url := Url absoluteFromText: &amp;#39;&lt;a href=&quot;http://xmlrpc-c.sourceforge.net/api/sample.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xmlrpc-c.sourceforge.net/api/sample.php&lt;/a&gt;&amp;#39;.&lt;/div&gt;

&lt;div&gt;
&lt;div&gt;proxy := XMLRPCProxy new url: url.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;r := proxy invokeMethod: &amp;#39;sample.sumAndDifference&amp;#39; withArgs: #(5 3).&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;the result r should be&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;a Dictionary(&amp;#39;difference&amp;#39;-&amp;gt;2 &amp;#39;sum&amp;#39;-&amp;gt;8 )&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;beware with some proxy between you and the xmlrpc server, i had to disable my proxy (and restart squeak) for this example to work.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;

César.&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 12:43 AM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;


Hi Cesar,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I loaded the package as you suggested. Just to be on the safe side, I loaded everything starting with &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt;.10 and hit a snag on &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt;13 but &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.14&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt; loaded fine. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am still trying to figure out how to use the package. I have this and hit an exception &amp;#39;sayHello not found&amp;#39;. I checked my xmlrpc server and there is a function sayHello($args)&lt;/div&gt;&lt;div&gt;&lt;div&gt;



&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;url _ Url absoluteFromText: &amp;#39;&lt;a href=&quot;http://myBlog.com/xmlrpc.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myBlog.com/xmlrpc.php&lt;/a&gt;&amp;#39;.&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;proxy _ XMLRPCProxy new url: url.&lt;/div&gt;



&lt;/div&gt;&lt;div&gt;        r _ invokeMethod: &amp;#39;sayHello&amp;#39; withArgs: #().&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am not sure as to the correct usage of the package. The closest thing I can think of to test the server is XMLRPCProxy &amp;gt;&amp;gt; invokeMethod. Am I doing it wrong?&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Ching&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 11:09 AM, César Lesc &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cesar.smx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;



&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;Hi Ching, i recomend you to use the Monticello browser and download de latest version from squeaksource&lt;/div&gt;&lt;div&gt;



&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;a title=&quot;static project url&quot; href=&quot;http://www.squeaksource.com/XMLRPC.html&quot; style=&quot;color:rgb(54, 7, 132);text-decoration:none&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/XMLRPC.html&lt;/a&gt;&lt;/span&gt;&lt;br&gt;




&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.14 will be fine.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;César.&lt;/span&gt;&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;




&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Sep 9, 2009 at 7:18 PM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Hi Dave,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the suggestion. I think it is time for me to get into the squeak-dev list.&lt;/div&gt;





&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#888888&quot;&gt;Ching&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lewis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;






&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Hello Ching,&lt;br&gt;
&lt;br&gt;
I do not know the answer to your question, but I suggest that ask&lt;br&gt;
on the squeak-dev list. There are more people on that list who have&lt;br&gt;
experience with topics like this, and no one will mind if it is a&lt;br&gt;
newbie question :)&lt;br&gt;
&lt;br&gt;
Dave&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385978&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25385978.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25384870</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-10T07:56:18Z</published>
	<updated>2009-09-10T07:56:18Z</updated>
	<author>
		<name>Cesar Lesc</name>
	</author>
	<content type="html">this sample code work fine for me (you can try it in a workspace)&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;url := Url absoluteFromText: &amp;#39;&lt;a href=&quot;http://xmlrpc-c.sourceforge.net/api/sample.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlrpc-c.sourceforge.net/api/sample.php&lt;/a&gt;&amp;#39;.&lt;/div&gt;
&lt;div&gt;proxy := XMLRPCProxy new url: url.&lt;/div&gt;&lt;div&gt;r := proxy invokeMethod: &amp;#39;sample.sumAndDifference&amp;#39; withArgs: #(5 3).&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;the result r should be&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;a Dictionary(&amp;#39;difference&amp;#39;-&amp;gt;2 &amp;#39;sum&amp;#39;-&amp;gt;8 )&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;beware with some proxy between you and the xmlrpc server, i had to disable my proxy (and restart squeak) for this example to work.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;César.&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 12:43 AM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hi Cesar,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I loaded the package as you suggested. Just to be on the safe side, I loaded everything starting with &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt;.10 and hit a snag on &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt;13 but &lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.14&lt;span style=&quot;font-family:arial;font-size:13px&quot;&gt; loaded fine. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am still trying to figure out how to use the package. I have this and hit an exception &amp;#39;sayHello not found&amp;#39;. I checked my xmlrpc server and there is a function sayHello($args)&lt;/div&gt;&lt;div&gt;&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;url _ Url absoluteFromText: &amp;#39;&lt;a href=&quot;http://myBlog.com/xmlrpc.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myBlog.com/xmlrpc.php&lt;/a&gt;&amp;#39;.&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;proxy _ XMLRPCProxy new url: url.&lt;/div&gt;

&lt;/div&gt;&lt;div&gt;        r _ invokeMethod: &amp;#39;sayHello&amp;#39; withArgs: #().&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am not sure as to the correct usage of the package. The closest thing I can think of to test the server is XMLRPCProxy &amp;gt;&amp;gt; invokeMethod. Am I doing it wrong?&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Ching&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 11:09 AM, César Lesc &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cesar.smx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;Hi Ching, i recomend you to use the Monticello browser and download de latest version from squeaksource&lt;/div&gt;&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;a title=&quot;static project url&quot; href=&quot;http://www.squeaksource.com/XMLRPC.html&quot; style=&quot;color:rgb(54, 7, 132);text-decoration:none&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/XMLRPC.html&lt;/a&gt;&lt;/span&gt;&lt;br&gt;


&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.14 will be fine.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;César.&lt;/span&gt;&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;


&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Sep 9, 2009 at 7:18 PM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Hi Dave,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the suggestion. I think it is time for me to get into the squeak-dev list.&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#888888&quot;&gt;Ching&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lewis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;




&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Hello Ching,&lt;br&gt;
&lt;br&gt;
I do not know the answer to your question, but I suggest that ask&lt;br&gt;
on the squeak-dev list. There are more people on that list who have&lt;br&gt;
experience with topics like this, and no one will mind if it is a&lt;br&gt;
newbie question :)&lt;br&gt;
&lt;br&gt;
Dave&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384870&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25384870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25377616</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T22:43:41Z</published>
	<updated>2009-09-09T22:43:41Z</updated>
	<author>
		<name>Ching de la Serna</name>
	</author>
	<content type="html">Hi Cesar,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I loaded the package as you suggested. Just to be on the safe side, I loaded everything starting with &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px; &quot;&gt;XMLRPC-Server-maf.&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial; font-size: 13px; &quot;&gt;.10 and hit a snag on &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px; &quot;&gt;XMLRPC-Server-maf.&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial; font-size: 13px; &quot;&gt;13 but &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px; &quot;&gt;XMLRPC-Server-maf.14&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial; font-size: 13px; &quot;&gt; loaded fine. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am still trying to figure out how to use the package. I have this and hit an exception &amp;#39;sayHello not found&amp;#39;. I checked my xmlrpc server and there is a function sayHello($args)&lt;/div&gt;&lt;div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;url _ Url absoluteFromText: &amp;#39;&lt;a href=&quot;http://myBlog.com/xmlrpc.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myBlog.com/xmlrpc.php&lt;/a&gt;&amp;#39;.&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;proxy _ XMLRPCProxy new url: url.&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;        r _ invokeMethod: &amp;#39;sayHello&amp;#39; withArgs: #().&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am not sure as to the correct usage of the package. The closest thing I can think of to test the server is XMLRPCProxy &amp;gt;&amp;gt; invokeMethod. Am I doing it wrong?&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Ching&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 11:09 AM, César Lesc &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cesar.smx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;Hi Ching, i recomend you to use the Monticello browser and download de latest version from squeaksource&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;a title=&quot;static project url&quot; href=&quot;http://www.squeaksource.com/XMLRPC.html&quot; style=&quot;color:rgb(54, 7, 132);text-decoration:none&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/XMLRPC.html&lt;/a&gt;&lt;/span&gt;&lt;br&gt;

&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;XMLRPC-Server-maf.14 will be fine.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;César.&lt;/span&gt;&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;

&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:Geneva;font-size:11px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Sep 9, 2009 at 7:18 PM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Hi Dave,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the suggestion. I think it is time for me to get into the squeak-dev list.&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#888888&quot;&gt;Ching&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lewis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;



&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Hello Ching,&lt;br&gt;
&lt;br&gt;
I do not know the answer to your question, but I suggest that ask&lt;br&gt;
on the squeak-dev list. There are more people on that list who have&lt;br&gt;
experience with topics like this, and no one will mind if it is a&lt;br&gt;
newbie question :)&lt;br&gt;
&lt;br&gt;
Dave&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25377616&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25377616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25376484</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T20:09:51Z</published>
	<updated>2009-09-09T20:09:51Z</updated>
	<author>
		<name>Cesar Lesc</name>
	</author>
	<content type="html">&lt;div&gt;Hi Ching, i recomend you to use the Monticello browser and download de latest version from squeaksource&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px; &quot;&gt;&lt;a title=&quot;static project url&quot; href=&quot;http://www.squeaksource.com/XMLRPC.html&quot; style=&quot;color: rgb(54, 7, 132); text-decoration: none; &quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeaksource.com/XMLRPC.html&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;XMLRPC-Server-maf.14 will be fine.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;César.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Geneva; font-size: 11px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Sep 9, 2009 at 7:18 PM, Ching de la Serna &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25376484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Hi Dave,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the suggestion. I think it is time for me to get into the squeak-dev list.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#888888&quot;&gt;Ching&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25376484&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lewis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;


&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Hello Ching,&lt;br&gt;
&lt;br&gt;
I do not know the answer to your question, but I suggest that ask&lt;br&gt;
on the squeak-dev list. There are more people on that list who have&lt;br&gt;
experience with topics like this, and no one will mind if it is a&lt;br&gt;
newbie question :)&lt;br&gt;
&lt;br&gt;
Dave&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25376484&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25376484&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25376484&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25376484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25375280</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T17:18:34Z</published>
	<updated>2009-09-09T17:18:34Z</updated>
	<author>
		<name>Ching de la Serna</name>
	</author>
	<content type="html">Hi Dave,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the suggestion. I think it is time for me to get into the squeak-dev list.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Ching&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lewis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Hello Ching,&lt;br&gt;
&lt;br&gt;
I do not know the answer to your question, but I suggest that ask&lt;br&gt;
on the squeak-dev list. There are more people on that list who have&lt;br&gt;
experience with topics like this, and no one will mind if it is a&lt;br&gt;
newbie question :)&lt;br&gt;
&lt;br&gt;
Dave&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375280&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375280&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25375280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25375204</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T17:08:54Z</published>
	<updated>2009-09-09T17:08:54Z</updated>
	<author>
		<name>David T. Lewis</name>
	</author>
	<content type="html">On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I'm not sure if this is the right mailing list but it is a newbie question
&lt;br&gt;&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc
&lt;br&gt;&amp;gt; and I have loaded the classes that deal with this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc
&lt;br&gt;&amp;gt; but there are no examples regarding this. Can anyone help out?
&lt;br&gt;&lt;br&gt;Hello Ching,
&lt;br&gt;&lt;br&gt;I do not know the answer to your question, but I suggest that ask
&lt;br&gt;on the squeak-dev list. There are more people on that list who have
&lt;br&gt;experience with topics like this, and no one will mind if it is a
&lt;br&gt;newbie question :)
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375204&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25375204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25366526</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T07:46:01Z</published>
	<updated>2009-09-09T07:46:01Z</updated>
	<author>
		<name>Ching de la Serna</name>
	</author>
	<content type="html">Hi David, &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I loaded the package from SqueakMap including YAXO, Kom and Spy-maf from squeaksource.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;ching&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Sep 9, 2009 at 10:36 PM, David Mitchell &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david.mitchell@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;I&amp;#39;m not familiar with the classes that you loaded for xmlrpc? Was it a&lt;br&gt;
package on squeaksource?&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On Wed, Sep 9, 2009 at 9:22 AM, Ching de la Serna&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366526&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I&amp;#39;m not sure if this is the right mailing list but it is a newbie question&lt;br&gt;
&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc&lt;br&gt;
&amp;gt; and I have loaded the classes that deal with this.&lt;br&gt;
&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc&lt;br&gt;
&amp;gt; but there are no examples regarding this. Can anyone help out?&lt;br&gt;
&amp;gt; Thanks in advance,&lt;br&gt;
&amp;gt; Ching&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Beginners mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366526&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366526&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366526&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25366526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25366355</id>
	<title>Re: xmlrpc</title>
	<published>2009-09-09T07:36:40Z</published>
	<updated>2009-09-09T07:36:40Z</updated>
	<author>
		<name>David Mitchell-10</name>
	</author>
	<content type="html">I'm not familiar with the classes that you loaded for xmlrpc? Was it a
&lt;br&gt;package on squeaksource?
&lt;br&gt;&lt;br&gt;On Wed, Sep 9, 2009 at 9:22 AM, Ching de la Serna&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366355&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ching.dls@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I'm not sure if this is the right mailing list but it is a newbie question
&lt;br&gt;&amp;gt; and I suppose it is safe to post it here. I am trying to understand xmlrpc
&lt;br&gt;&amp;gt; and I have loaded the classes that deal with this.
&lt;br&gt;&amp;gt; What I would like to accomplish is to post to my wordpress blog using xmlrpc
&lt;br&gt;&amp;gt; but there are no examples regarding this. Can anyone help out?
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Ching
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Beginners mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366355&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366355&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25366355.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25366050</id>
	<title>xmlrpc</title>
	<published>2009-09-09T07:22:24Z</published>
	<updated>2009-09-09T07:22:24Z</updated>
	<author>
		<name>Ching de la Serna</name>
	</author>
	<content type="html">Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I&amp;#39;m not sure if this is the right mailing list but it is a newbie question and I suppose it is safe to post it here. I am trying to understand xmlrpc and I have loaded the classes that deal with this. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What I would like to accomplish is to post to my wordpress blog using xmlrpc but there are no examples regarding this. Can anyone help out?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks in advance,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;Ching&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25366050&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlrpc-tp25366050p25366050.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25321091</id>
	<title>another test please ignore</title>
	<published>2009-09-06T12:40:32Z</published>
	<updated>2009-09-06T12:40:32Z</updated>
	<author>
		<name>stephane ducasse-4</name>
	</author>
	<content type="html">&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25321091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/another-test-please-ignore-tp25321091p25321091.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25321071</id>
	<title>this is a test please ignore</title>
	<published>2009-09-06T12:38:20Z</published>
	<updated>2009-09-06T12:38:20Z</updated>
	<author>
		<name>stephane ducasse-4</name>
	</author>
	<content type="html">&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25321071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/this-is-a-test-please-ignore-tp25321071p25321071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25247655</id>
	<title>Re: Parsing and splitting file contents</title>
	<published>2009-09-01T14:24:44Z</published>
	<updated>2009-09-01T14:24:44Z</updated>
	<author>
		<name>r00t uk</name>
	</author>
	<content type="html">Thanks everyone for the replies.  I have not had a chance to try it yet, but it was one of the methods that I had come across but was not sure if it was the &amp;quot;best&amp;quot; one to use.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
2009/8/29 K. K. Subramaniam &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25247655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subbukk@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On Saturday 29 Aug 2009 7:18:02 pm r00t uk wrote:&lt;br&gt;
&amp;gt; I am reading a tab delimited file into a string.  I want to iterate through&lt;br&gt;
&amp;gt; this string and split by tab, or any other defined value (, . | # tab, cr,&lt;br&gt;
&amp;gt; etc.), delimiter into substrings which are assigned to a Collection (Array,&lt;br&gt;
&amp;gt; Dictionary, Bag, etc.), or instant variables.&lt;br&gt;
&lt;/div&gt;See String&amp;gt;linesDo: and its senders. For parsing a line into tokens, you can&lt;br&gt;
use findTokens:&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&amp;gt;Again, I am surprised by the lack of examples demonstrating to newbies how&lt;br&gt;
&amp;gt;to perform basic operations such as this.  I know it is not the smalltalk&lt;br&gt;
&amp;gt;way of learning, but it does raise the bar for making progress.&lt;br&gt;
&lt;/div&gt;Searching source code is quite easy in Squeak. In this case, I used&lt;br&gt;
(Alt+Shift+W) to bring up the message search tool and searched for &amp;quot;lines&amp;quot;.&lt;br&gt;
Then I used senders/implementers to explore methods.&lt;br&gt;
&lt;br&gt;
HTH .. Subbu&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
Beginners mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25247655&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25247655&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-and-splitting-file-contents-tp25203074p25247655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25203698</id>
	<title>Re: Re: How to introspect method instance variables</title>
	<published>2009-08-29T08:09:18Z</published>
	<updated>2009-08-29T08:09:18Z</updated>
	<author>
		<name>David T. Lewis</name>
	</author>
	<content type="html">I think that many of us have had experiences similar to this. It is
&lt;br&gt;ironic but true, the more you &amp;quot;know&amp;quot; about computers and languages, the
&lt;br&gt;harder it is to grok Smalltalk the first time. But it's certainly worth
&lt;br&gt;the effort :)
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;On Thu, Aug 27, 2009 at 06:16:25PM -0500, rdmerrio wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The fact that I would potentially need to hack the compiler to write my 
&lt;br&gt;&amp;gt; little app raised a huge red flag for me, which indicated that I was 
&lt;br&gt;&amp;gt; probably not approaching the problem correctly. I was not reaching 
&lt;br&gt;&amp;gt; Smalltalk ZEN. As such, I approached the issue from a different angle 
&lt;br&gt;&amp;gt; and am happy to say that i accomplished my goal.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I went from ground zero with Smalltalk to accomplishing my goal in just 
&lt;br&gt;&amp;gt; a few days and am actually quite pleased with the outcome. I have not 
&lt;br&gt;&amp;gt; had the same early success in other languages I have tried ... So i am 
&lt;br&gt;&amp;gt; very pleased with Smalltalk and its development environment.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;So ... all you need to do is hack the Compiler :)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;And it takes two new methods and four very minor overrides in some
&lt;br&gt;&amp;gt; &amp;gt;subclasses.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;-- Yoshiki
&lt;/div&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-introspect-method-instance-variables-tp25143439p25203698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25203405</id>
	<title>Re: Parsing and splitting file contents</title>
	<published>2009-08-29T07:29:04Z</published>
	<updated>2009-08-29T07:29:04Z</updated>
	<author>
		<name>subbukk</name>
	</author>
	<content type="html">On Saturday 29 Aug 2009 7:18:02 pm r00t uk wrote:
&lt;br&gt;&amp;gt; I am reading a tab delimited file into a string. &amp;nbsp;I want to iterate through
&lt;br&gt;&amp;gt; this string and split by tab, or any other defined value (, . | # tab, cr,
&lt;br&gt;&amp;gt; etc.), delimiter into substrings which are assigned to a Collection (Array,
&lt;br&gt;&amp;gt; Dictionary, Bag, etc.), or instant variables.
&lt;br&gt;See String&amp;gt;linesDo: and its senders. For parsing a line into tokens, you can 
&lt;br&gt;use findTokens:
&lt;br&gt;&lt;br&gt;&amp;gt;Again, I am surprised by the lack of examples demonstrating to newbies how
&lt;br&gt;&amp;gt;to perform basic operations such as this. &amp;nbsp;I know it is not the smalltalk
&lt;br&gt;&amp;gt;way of learning, but it does raise the bar for making progress.
&lt;br&gt;Searching source code is quite easy in Squeak. In this case, I used 
&lt;br&gt;(Alt+Shift+W) to bring up the message search tool and searched for &amp;quot;lines&amp;quot;. 
&lt;br&gt;Then I used senders/implementers to explore methods.
&lt;br&gt;&lt;br&gt;HTH .. Subbu
&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-and-splitting-file-contents-tp25203074p25203405.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25203164</id>
	<title>Re: Parsing and splitting file contents</title>
	<published>2009-08-29T07:00:48Z</published>
	<updated>2009-08-29T07:00:48Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;ru&amp;gt; I am reading a tab delimited file into a string.  I want to
&lt;br&gt;ru&amp;gt; iterate through this string and split by tab, or any other defined
&lt;br&gt;ru&amp;gt; value (, . | # tab, cr, etc.), delimiter into substrings which are
&lt;br&gt;ru&amp;gt; assigned to a Collection (Array, Dictionary, Bag, etc.), or
&lt;br&gt;ru&amp;gt; instant variables.
&lt;br&gt;&lt;br&gt;String&amp;gt;&amp;gt;findTokens is your friend here.
&lt;br&gt;&lt;br&gt;And FileStream&amp;gt;&amp;gt;contentsOfEntireFile gets the whole file into a string
&lt;br&gt;before you find the tokens. But I'd prefer to read the file one line
&lt;br&gt;at a time into a collection of strings.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203164&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-and-splitting-file-contents-tp25203074p25203164.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25203159</id>
	<title>Re: Parsing and splitting file contents</title>
	<published>2009-08-29T07:00:35Z</published>
	<updated>2009-08-29T07:00:35Z</updated>
	<author>
		<name>Enrico Schwass-2</name>
	</author>
	<content type="html">findTokens:escapedBy:
&lt;br&gt;&lt;br&gt;might helpful
&lt;br&gt;&lt;br&gt;Am 29.08.2009 um 15:48 schrieb r00t uk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;r00tuk@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ok, I am new to smalltalk. &amp;nbsp;I have tried browsing and searching for &amp;nbsp;
&lt;br&gt;&amp;gt; methods related to parsing and splitting file contents based on a &amp;nbsp;
&lt;br&gt;&amp;gt; delimiter, but I am not having much success. :( &amp;nbsp;Old google is not &amp;nbsp;
&lt;br&gt;&amp;gt; helping either so I can only assume that I am missing something &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;obvious&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am reading a tab delimited file into a string. &amp;nbsp;I want to iterate &amp;nbsp;
&lt;br&gt;&amp;gt; through this string and split by tab, or any other defined value &amp;nbsp;
&lt;br&gt;&amp;gt; (, . | # tab, cr, etc.), delimiter into substrings which are &amp;nbsp;
&lt;br&gt;&amp;gt; assigned to a Collection (Array, Dictionary, Bag, etc.), or instant &amp;nbsp;
&lt;br&gt;&amp;gt; variables.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was hoping there was going to be something like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bag := FileStream collect: [:x | split: crlf].
&lt;br&gt;&amp;gt; Dictionary := Bag collect: [:x | split: tab].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does that make any sense? &amp;nbsp;Basically create Bag with contents of &amp;nbsp;
&lt;br&gt;&amp;gt; FileStream split by crlf and then split Bag elements by tab into key &amp;nbsp;
&lt;br&gt;&amp;gt; value pairs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Again, I am surprised by the lack of examples demonstrating to &amp;nbsp;
&lt;br&gt;&amp;gt; newbies how to perform basic operations such as this. &amp;nbsp;I know it is &amp;nbsp;
&lt;br&gt;&amp;gt; not the smalltalk way of learning, but it does raise the bar for &amp;nbsp;
&lt;br&gt;&amp;gt; making progress. &amp;nbsp;The language may be easy, but finding which &amp;nbsp;
&lt;br&gt;&amp;gt; methods to use to solve problems is a bit laborious.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Beginners mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203159&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Beginners mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25203159&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Beginners@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/mailman/listinfo/beginners&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/mailman/listinfo/beginners&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-and-splitting-file-contents-tp25203074p25203159.html" />
</entry>

</feed>
