<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14185</id>
	<title>Nabble - SmallWiki</title>
	<updated>2008-05-07T12:17:25Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/SmallWiki-f14185.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SmallWiki-f14185.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-17112566</id>
	<title>Magritte question: how to describe a Dictionary?</title>
	<published>2008-05-07T12:17:25Z</published>
	<updated>2008-05-07T12:17:25Z</updated>
	<author>
		<name>Esteban Lorenzano</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;
&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;Hi,&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;Let's say I have to fill a Dictionary, with pairs of &quot;size-&gt;price&quot;, and I need to allow users to fill that dictionary...&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;How do I have to describe that with magritte?&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;Is it possible?&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;Thanks,&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;Esteban&lt;/div&gt;&lt;br&gt;&lt;div&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div&gt;&quot;Querer es suscitar las paradojas&quot;&lt;/div&gt;&lt;div&gt;Camus - El mito de Sísifo&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Magritte-question%3A-how-to-describe-a-Dictionary--tp17112566p17112566.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17073020</id>
	<title>Magritte descriptions in hierarchies of classes</title>
	<published>2008-05-05T16:28:43Z</published>
	<updated>2008-05-05T16:28:43Z</updated>
	<author>
		<name>Miguel Enrique Cobá Martínez</name>
	</author>
	<content type="html">Suppose I have a hierarchy like this:
&lt;br&gt;&lt;br&gt;Object subclass: #ClassA
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instanceVariableNames: 'name'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classVariableNames: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poolDictionaries: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category: 'Example'
&lt;br&gt;&lt;br&gt;ClassA subclass: #ClassB
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instanceVariableNames: 'bInstVar'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classVariableNames: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poolDictionaries: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category: 'Example'
&lt;br&gt;&lt;br&gt;ClassB subclass: #ClassC1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instanceVariableNames: 'c1InstVar'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classVariableNames: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poolDictionaries: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category: 'Example'
&lt;br&gt;&lt;br&gt;ClassB subclass: #ClassC2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instanceVariableNames: 'c2InstVar'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classVariableNames: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poolDictionaries: ''
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category: 'Azteca-Model'
&lt;br&gt;&lt;br&gt;ClassA is just an abstract parent with the common functionality for the 
&lt;br&gt;other classes. Same for ClassB.
&lt;br&gt;Only objects from ClassC1 and ClassC2 are to be created.
&lt;br&gt;&lt;br&gt;Should I create a &amp;quot;descriptionName&amp;quot; method in the class side of ClassA 
&lt;br&gt;to be inherited for ClassC1 and ClassC2 or should I create a 
&lt;br&gt;&amp;quot;descriptionName&amp;quot; once for each of ClassC1, ClassC2.
&lt;br&gt;The same question about the inst vars for ClassB.
&lt;br&gt;&lt;br&gt;Summary, when you have a previously created hierarchy of classes and you 
&lt;br&gt;are trying to refactor code (deleting duplicated code and replace it 
&lt;br&gt;with magritte) how should you proceed?
&lt;br&gt;&lt;br&gt;It is valid to inherit the descriptions of parent classes?
&lt;br&gt;&lt;br&gt;What if for ClassC1 name should be displayed as 'Name' and for ClassC2 
&lt;br&gt;should be displayed 'Title'?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Miguel Cobá
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Magritte-descriptions-in-hierarchies-of-classes-tp17073020p17073020.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17071409</id>
	<title>Re: MASingleOptionDescription optionsAndLabels asDynamicObject d'ont work</title>
	<published>2008-05-05T14:40:40Z</published>
	<updated>2008-05-05T14:40:40Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&lt;br&gt;On May 5, 2008, at 15:46 , Dario Trussardi wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i have one description based on MASingleOptionDescription.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now it work well when define the items with the options: 
&lt;br&gt;&amp;gt; [ MACityModel DataBase asArray] asDynamicObject.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But because i need to view more text for any item in the list,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; i define the options with the method
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; optionsAndLabels:[( MACityModel DataBase asArray) collect:[:itm| &amp;nbsp;
&lt;br&gt;&amp;gt; Association key: itm value: itm display]] asDynamicObject
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With it the list is right create but d'ont update at &amp;quot; dynamic time &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;quot; with new item or change to MACityModel DataBase items.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How i can solve my problem ?
&lt;/div&gt;&lt;br&gt;If you look at #optionsAndLabels: you see that the code disassembles &amp;nbsp;
&lt;br&gt;the list. #options: does not do that. So if you want to use &amp;nbsp;
&lt;br&gt;#optionsAndLabels: you can't use #asDynamicObject. As you can read in &amp;nbsp;
&lt;br&gt;the FAQ I discourage to use #asDynamicObject anyway.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.lukas-renggli.ch/smalltalk/magritte/faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch/smalltalk/magritte/faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;I suggest to use option (1).
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MASingleOptionDescription-optionsAndLabels-asDynamicObject-d%27ont-work-tp17062026p17071409.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17065329</id>
	<title>Re: Descriptions definition</title>
	<published>2008-05-05T09:19:26Z</published>
	<updated>2008-05-05T09:19:26Z</updated>
	<author>
		<name>Matthias Berth-2</name>
	</author>
	<content type="html">Hi :-)
&lt;br&gt;&lt;br&gt;On Mon, May 5, 2008 at 4:51 PM, Dario Trussardi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17065329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dtrussardi@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i work with Magritte framework for define more data about one specific
&lt;br&gt;&amp;gt; problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now some data is defined as subclass of another class.
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; My questions are :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A) What's the best method for not replicate the SuperClass &amp;nbsp;descriptions ?
&lt;/div&gt;&lt;br&gt;You just add the descriptions for the new attributes to the
&lt;br&gt;subclasses. Descriptions are inherited.
&lt;br&gt;&lt;br&gt;&amp;gt; B) If i need to change the label of the priority of one of SuperClass
&lt;br&gt;&amp;gt; description how i can do it ?
&lt;br&gt;&lt;br&gt;Override the superclass method with the modified description.
&lt;br&gt;&lt;br&gt;&amp;gt; C) When i need to do copy of one description and after send to the copy
&lt;br&gt;&amp;gt; specific messages ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; D) When i have a specific description,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; for example descriptionNazionality based on MASingleOptionDescription,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; and i have in the &amp;quot;data base&amp;quot; some reference to it ,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; i can define only one basic descriptionNationality and use it ( or copy
&lt;br&gt;&amp;gt; of it &amp;nbsp;) with specific attribute ( label priority accessor ) &amp;nbsp;?
&lt;br&gt;&lt;br&gt;I don't understand what you want to do. Maybe
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://onsmalltalk.com/programming/smalltalk/using-magritte-with-seaside/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://onsmalltalk.com/programming/smalltalk/using-magritte-with-seaside/&lt;/a&gt;&lt;br&gt;&lt;br&gt;can give you some hints?
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; What's the solution for have the best performance ? &amp;nbsp;( I think to port
&lt;br&gt;&amp;gt; it to GLASS )
&lt;br&gt;&lt;br&gt;I'd advise you to program the solution that is the simplest to
&lt;br&gt;program. Maybe the performance of that solution is completely OK for
&lt;br&gt;your application. For persistence, see also
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://onsmalltalk.com/programming/smalltalk/simple-image-based-persistence-in-squeak/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://onsmalltalk.com/programming/smalltalk/simple-image-based-persistence-in-squeak/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Matthias
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Descriptions--definition-tp17063436p17065329.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17063436</id>
	<title>Descriptions  definition</title>
	<published>2008-05-05T07:51:30Z</published>
	<updated>2008-05-05T07:51:30Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i work with Magritte framework for define more data 
about one specific problem.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Now some data is defined as subclass of another 
class.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;For example :&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SuperClass&amp;nbsp; with 
descriptionCode with descriptionComment with descriptionAddress with 
descriptionReference and ......&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
SubClassOptionA with descriptionCostumer and ....other specific description for 
OptionA&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
SubClassOptionB with descriptionSupply and .....&amp;nbsp;&amp;nbsp;&amp;nbsp; other 
specific description for OptionB&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;My&amp;nbsp;questions are :&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;A) What's the best method for not replicate the 
SuperClass&amp;nbsp; descriptions ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;B) If i need to change the label of the priority of 
one of SuperClass description how i can do it ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;C) When i need to do copy of one description and 
after send to the copy specific messages ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;D) When i have a specific description, 
&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example 
descriptionNazionality based on MASingleOptionDescription,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and i have in&amp;nbsp;the &quot;data 
base&quot; some reference&amp;nbsp;to it ,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i can define only one basic 
descriptionNationality and use it ( or copy of it &amp;nbsp;) with specific 
attribute ( label priority accessor ) &amp;nbsp;?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What's the solution for have the 
best performance ?&amp;nbsp; ( I think to port it to GLASS )&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial&quot;&gt;&lt;FONT color=#000000&gt;Any pointers would be greatly 
appreciated!&lt;BR&gt;&lt;BR&gt;Thanks!&lt;/FONT&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial&quot;&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial&quot;&gt;&lt;FONT color=#000000&gt;Dario &lt;/FONT&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Descriptions--definition-tp17063436p17063436.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17062026</id>
	<title>MASingleOptionDescription optionsAndLabels asDynamicObject d'ont work</title>
	<published>2008-05-05T06:46:08Z</published>
	<updated>2008-05-05T06:46:08Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi All,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i have one description based on 
MASingleOptionDescription.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Now it work well&amp;nbsp;when define the items with 
the options:[ MACityModel DataBase asArray] asDynamicObject.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;But because i need to view more text for any item 
in the list,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i define the options with the 
method&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; optionsAndLabels:[( MACityModel 
DataBase asArray) collect:[:itm| Association key: itm value: itm display]] 
asDynamicObject&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;With it the list is right create but d'ont update 
at &quot; dynamic time&amp;nbsp; &quot; with new item or change to MACityModel DataBase 
items.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;How i can solve my problem ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&quot; I thinks to found the same problem with 
MAMultipleOptionsDescription &quot;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Thanks for any consideration,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Dario&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MASingleOptionDescription-optionsAndLabels-asDynamicObject-d%27ont-work-tp17062026p17062026.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17039799</id>
	<title>Re: pier blog and google reader</title>
	<published>2008-05-03T14:00:16Z</published>
	<updated>2008-05-03T14:00:16Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">Hi Doru,
&lt;br&gt;&lt;br&gt;it works over here. See the screenshot of my blog.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;&lt;br&gt;&lt;br&gt;On May 3, 2008, at 22:45 , Tudor Girba wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just noticed that Google Reader does not manage to read a Pier blog.
&lt;br&gt;&amp;gt; I tried with both ming and Lukas, and it finds &amp;quot;no items&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any idea why?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Doru
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; www.tudorgirba.com
&lt;br&gt;&amp;gt; www.tudorgirba.com/blog
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;When people care, great things can happen.&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Picture 1.png&lt;/strong&gt; (92K) &lt;a href=&quot;http://www.nabble.com/attachment/17039799/0/Picture%201.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/pier-blog-and-google-reader-tp17039670p17039799.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17039670</id>
	<title>pier blog and google reader</title>
	<published>2008-05-03T13:45:58Z</published>
	<updated>2008-05-03T13:45:58Z</updated>
	<author>
		<name>Tudor Girba</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just noticed that Google Reader does not manage to read a Pier blog. &amp;nbsp;
&lt;br&gt;I tried with both ming and Lukas, and it finds &amp;quot;no items&amp;quot;.
&lt;br&gt;&lt;br&gt;Any idea why?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Doru
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;www.tudorgirba.com
&lt;br&gt;www.tudorgirba.com/blog
&lt;br&gt;&lt;br&gt;&amp;quot;When people care, great things can happen.&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/pier-blog-and-google-reader-tp17039670p17039670.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17008816</id>
	<title>Smallwiki update</title>
	<published>2008-05-01T13:33:20Z</published>
	<updated>2008-05-01T13:33:20Z</updated>
	<author>
		<name>Adrian Kuhn</name>
	</author>
	<content type="html">There are new versions of both Smallwiki and Smallwiki SCG on Bern Store
&lt;br&gt;&lt;br&gt;Changes Smallwiki
&lt;br&gt;&lt;br&gt;- Metatag Redirect
&lt;br&gt;- Metatag Custom RSS
&lt;br&gt;- RSS fix moved here from Smallwiki SCG
&lt;br&gt;&lt;br&gt;Changes Smallwiki SCG
&lt;br&gt;&lt;br&gt;- Using new Google Analytics script
&lt;br&gt;- No analytics for internal and logged in users
&lt;br&gt;- Logged in users have access to internal pages
&lt;br&gt;&lt;br&gt;Alas I was not able to checkout Smallwiki in a fresh image to run the &amp;nbsp;
&lt;br&gt;test (in the SCG wiki 9 tests fail due to changes in Smallwiki SCG). &amp;nbsp;
&lt;br&gt;There seems to be an issue with Store and version ids.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;AA
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Smallwiki-update-tp17008816p17008816.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16991068</id>
	<title>Re: TableDescription questions</title>
	<published>2008-04-30T13:35:09Z</published>
	<updated>2008-04-30T13:35:09Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; Now my problem is:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i can't not know the rowLabels: OrderedCollection...... &amp;nbsp; 
&lt;br&gt;&amp;gt; definition because it depend on the my istance of ApplicationModel.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Questions:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; A) How i can dinamic update the rowLabels after the &amp;nbsp;
&lt;br&gt;&amp;gt; descriptionTable builder ?
&lt;br&gt;&lt;br&gt;See the first question at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.lukas-renggli.ch/smalltalk/magritte/faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch/smalltalk/magritte/faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; B) How i can dinamic update the data of the table ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Now when the data of the table change when press the save &amp;nbsp;
&lt;br&gt;&amp;gt; buttons the system create error : Input is conflicting with current &amp;nbsp;
&lt;br&gt;&amp;gt; modification.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; But the table is readonly.
&lt;br&gt;&lt;br&gt;That's a bug. I fixed in:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Magritte-All-lr.264
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Author: lr
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Time: 30 April 2008, 10:32:50 pm
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UUID: d7c0752e-8680-40c2-aa45-2e0bdc179a71
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ancestors: Magritte-All-lr.263
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dependencies: Magritte-Model-lr.312, Magritte-Tests-lr.140, Magritte- 
&lt;br&gt;Seaside-lr.261, Magritte-Morph-lr.42
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - do not validate invisible or readonly fields
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TableDescription-questions-tp16990669p16991068.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16990669</id>
	<title>TableDescription questions</title>
	<published>2008-04-30T13:13:32Z</published>
	<updated>2008-04-30T13:13:32Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi All,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i have my ApplicationModel with some 
description.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Now i'm interested to display a small table based 
on TableDescription and TableMode.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I define the descriptionTable&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;descriptionTable&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;^MATableDescription&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;columnsLabels: 
OrderedCollection&amp;nbsp;..........&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rowLabels: 
OrderedCollection&amp;nbsp;.............&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectorAccessor: 
returnTableModel&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; beReadonly&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Now my problem is:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; i&amp;nbsp;can't 
not know the rowLabels:&amp;nbsp;OrderedCollection...... 
&amp;nbsp;definition&amp;nbsp;because it depend on the my istance of 
ApplicationModel.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Questions:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A) How i can dinamic update the 
rowLabels after the descriptionTable builder ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B) How i can dinamic update the 
data of the table ?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Now when the 
data of the table change when press the save buttons the system create error : 
Input is conflicting with current modification.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; But the table 
is readonly.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=navy size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial&quot;&gt;&lt;FONT color=#000000&gt;Any 
pointers would be greatly 
appreciated!&lt;BR&gt;&lt;BR&gt;Thanks!&lt;/FONT&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=navy size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial&quot;&gt;Dario&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TableDescription-questions-tp16990669p16990669.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16963466</id>
	<title>Re: MAToOneRelationDescription dispaly data</title>
	<published>2008-04-29T08:42:22Z</published>
	<updated>2008-04-29T08:42:22Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">Mhh, I just noticed that there is a possible bug in &amp;nbsp;
&lt;br&gt;MAExternalEditorComponent related to printing one-to-one relations. &amp;nbsp;
&lt;br&gt;This is ready to review in Magritte-Seaside-lr.261.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Apr 29, 2008, at 17:01 , Lukas Renggli wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; | If so, try this
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; | reference: (MAContainer with: (MAStringDescription new
&lt;br&gt;&amp;gt;&amp;gt; | selectorAccessor: #printString; yourself))
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; | and implement your own printOn: method in your referenced object as
&lt;br&gt;&amp;gt;&amp;gt; | you wish.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've test this solution but d'ont work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The printOn: method in my referenced object is never call.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I work with vw7.5 and seaside 2.8a1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is odd, because it works on Squeak.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Actually in Squeak you don't even need to specify any reference
&lt;br&gt;&amp;gt; description, because the default is an MAStringDescription what causes
&lt;br&gt;&amp;gt; #asString to be sent to the object.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since you are on VisualWorks #asString might not work as expected.
&lt;br&gt;&amp;gt; Maybe you want to try and implement it yourself on your object and
&lt;br&gt;&amp;gt; don't specify any reference description?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I added a test in Squeak that should find that kind of bug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lukas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Lukas Renggli
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MAToOneRelationDescription-dispaly-data-tp16948065p16963466.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16962596</id>
	<title>Re: MAToOneRelationDescription dispaly data</title>
	<published>2008-04-29T08:01:39Z</published>
	<updated>2008-04-29T08:01:39Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; | If so, try this
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; | reference: (MAContainer with: (MAStringDescription new
&lt;br&gt;&amp;gt; | selectorAccessor: #printString; yourself))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; | and implement your own printOn: method in your referenced object as
&lt;br&gt;&amp;gt; | you wish.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've test this solution but d'ont work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The printOn: method in my referenced object is never call.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I work with vw7.5 and seaside 2.8a1.
&lt;/div&gt;&lt;br&gt;This is odd, because it works on Squeak.
&lt;br&gt;&lt;br&gt;Actually in Squeak you don't even need to specify any reference &amp;nbsp;
&lt;br&gt;description, because the default is an MAStringDescription what causes &amp;nbsp;
&lt;br&gt;#asString to be sent to the object.
&lt;br&gt;&lt;br&gt;Since you are on VisualWorks #asString might not work as expected. &amp;nbsp;
&lt;br&gt;Maybe you want to try and implement it yourself on your object and &amp;nbsp;
&lt;br&gt;don't specify any reference description?
&lt;br&gt;&lt;br&gt;I added a test in Squeak that should find that kind of bug.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MAToOneRelationDescription-dispaly-data-tp16948065p16962596.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16957298</id>
	<title>Re: MAToOneRelationDescription dispaly data</title>
	<published>2008-04-29T03:10:41Z</published>
	<updated>2008-04-29T03:10:41Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;gt; I need to 
dispaly more data near the button.&lt;BR&gt;&lt;BR&gt;| This means you want a different 
string to be displayed?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Yes&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;BR&gt;&amp;gt; I have add, to the descriptionAddress definition 
the:&lt;BR&gt;&amp;gt;&amp;nbsp; reference:&amp;nbsp; ( MAAddressModel descriptionCity, 
MAAddressModel&amp;nbsp; &lt;BR&gt;&amp;gt; descriptionRegion)&lt;BR&gt;&lt;BR&gt;| If so, try 
this&lt;BR&gt;&lt;BR&gt;| reference: (MAContainer with: (MAStringDescription new&amp;nbsp; &lt;BR&gt;| 
selectorAccessor: #printString; yourself))&lt;BR&gt;&lt;BR&gt;| and implement your own 
printOn: method in your referenced object as&amp;nbsp; &lt;BR&gt;| you wish.&lt;BR&gt;&lt;BR&gt;I've 
test this solution but d'ont work.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;The &lt;FONT face=&quot;Times New Roman&quot; size=3&gt;printOn: 
method in my referenced object is never call.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I work with vw7.5 and seaside 2.8a1.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Cheers,&lt;BR&gt;Dario&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MAToOneRelationDescription-dispaly-data-tp16948065p16957298.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16957291</id>
	<title>descriptionContainer addCondition</title>
	<published>2008-04-29T03:10:34Z</published>
	<updated>2008-04-29T03:10:34Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi All,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;i&amp;nbsp;see my last message &quot;&lt;/FONT&gt;&lt;FONT size=2&gt;descriptionContainer addCondition&quot;&amp;nbsp;in the &lt;/FONT&gt;&lt;FONT size=2&gt;wiki 
are wrong formatted.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I resubmit the message.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I have define descriptionContainer with 
addCondition to mange the control of the data to dictionary.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;The definition is:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;descriptionContainer&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^( super 
descriptionContainer)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
addCondition:[ :memento | ( self controlToDataBase: memento)]&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; labelled:' 
Member not definable'; yourself&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;It work fine.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;But when create the component with:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;self call: ( ModelClass descriptionFieldOne, 
ModelClass descriptionFieldTwo, ModelClass descriptionFieldThree ) 
asComponenetOn: anModel) addValidateForm; yourself &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;the descriptionContainer addCondition d'ont 
work.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Thanks for any consideration,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Dario&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/descriptionContainer-addCondition-tp16957291p16957291.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16953542</id>
	<title>Re: MAToOneRelationDescription dispaly data</title>
	<published>2008-04-28T22:25:11Z</published>
	<updated>2008-04-28T22:25:11Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; I need to dispaly more data near the button.
&lt;br&gt;&lt;br&gt;This means you want a different string to be displayed?
&lt;br&gt;&lt;br&gt;&amp;gt; I have add, to the descriptionAddress definition the:
&lt;br&gt;&amp;gt; &amp;nbsp;reference: &amp;nbsp;( MAAddressModel descriptionCity, MAAddressModel &amp;nbsp;
&lt;br&gt;&amp;gt; descriptionRegion)
&lt;br&gt;&lt;br&gt;If so, try this
&lt;br&gt;&lt;br&gt;reference: (MAContainer with: (MAStringDescription new &amp;nbsp;
&lt;br&gt;selectorAccessor: #printString; yourself))
&lt;br&gt;&lt;br&gt;and implement your own printOn: method in your referenced object as &amp;nbsp;
&lt;br&gt;you wish.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MAToOneRelationDescription-dispaly-data-tp16948065p16953542.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16953420</id>
	<title>Re: ie6 cant update tables</title>
	<published>2008-04-28T22:10:10Z</published>
	<updated>2008-04-28T22:10:10Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">Indeed, tables cannot be changed after they are build in IE 6. However &amp;nbsp;
&lt;br&gt;I think the latest version of prototype should avoid that problem by &amp;nbsp;
&lt;br&gt;rebuilding the whole thing if you are in IE and if you are trying to &amp;nbsp;
&lt;br&gt;change an existing table?
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Apr 29, 2008, at 03:23 , Keith Hodges wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Lukas,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I discovered that where
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; MAReport-renderContentOn:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; creates a table with an ajaxId. If you try to use a scriptaculous
&lt;br&gt;&amp;gt; updater on this id it works in firefox, but not in ie6. So it looks &amp;nbsp;
&lt;br&gt;&amp;gt; like
&lt;br&gt;&amp;gt; we need an enclosing div
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Keith
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ie6-cant-update-tables-tp16951647p16953420.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16951647</id>
	<title>ie6 cant update tables</title>
	<published>2008-04-28T18:23:19Z</published>
	<updated>2008-04-28T18:23:19Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">Hello Lukas,
&lt;br&gt;&lt;br&gt;I discovered that where
&lt;br&gt;&lt;br&gt;MAReport-renderContentOn:
&lt;br&gt;&lt;br&gt;creates a table with an ajaxId. If you try to use a scriptaculous 
&lt;br&gt;updater on this id it works in firefox, but not in ie6. So it looks like 
&lt;br&gt;we need an enclosing div
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ie6-cant-update-tables-tp16951647p16951647.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16948065</id>
	<title>MAToOneRelationDescription dispaly data</title>
	<published>2008-04-28T13:58:33Z</published>
	<updated>2008-04-28T13:58:33Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi All,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;my english language is very limited, i'm 
sorry.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I have a PersonModel with some 
descriptions.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;One of it, descriptionAddress is&amp;nbsp;&amp;nbsp;based 
on MAToOneRelationDescription&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;with componentClass: 
MAExternalEditorComponent&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;and classes: ( Array with: 
MAAddressModel )&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;When rendering PersonModel&amp;nbsp; asComponent for 
the descriptionAddress the system&lt;BR&gt;display the relative low priotity 
description near the Remove and Edit buttons.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;I need to dispaly more data near the 
button.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;I have add, to the 
descriptionAddress&amp;nbsp;definition the:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&amp;nbsp;reference:&amp;nbsp;&amp;nbsp;( 
MAAddressModel descriptionCity, MAAddressModel 
descriptionRegion)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;but d'ont work 
well.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;The same problem i found in 
MASingleOptionDescription where reference: d'ont work.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;For MASingleOptionDescription i have solve with 
optionsAndLabels: &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;In the MAToManyRelationDescription the 
reference: define the data to display for any item.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I think same behaviour in 
MAToOneRelationDescription and MASingleOptionDescription but i wrong. 
?!&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;My question 
now&amp;nbsp;is:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;how i can display some&amp;nbsp;&amp;nbsp;data 
near the Remove / Edit buttons &amp;nbsp;relative to the 
MAAddressModel&amp;nbsp;instance.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;Cheers,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;Dario&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MAToOneRelationDescription-dispaly-data-tp16948065p16948065.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16913535</id>
	<title>descriptionContainer addCondition</title>
	<published>2008-04-26T07:36:10Z</published>
	<updated>2008-04-26T07:36:10Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Hi All,&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;i have define descriptionContainer with addCondition to manage the control for the add of maModel to Database.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=&quot;Times New Roman&quot;&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;descriptionContainer
    ^(super descriptionContainer)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;        addCondition: [:memento | (self controlToDataBase: memento)]&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; labelled: 'Member not definable';&amp;nbsp;&amp;nbsp; yourself
&lt;/FONT&gt;&lt;FONT face=&quot;Times New Roman&quot;&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;It work fine but when i create the component with:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;self call: ((ModelClass descriptionFieldOne, ModelClass descriptionFieldTwo, ModelClass descriptionFieldThree)&lt;BR&gt;asComponentOn: aModel) addValidatedForm; yourself&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;the  descriptionContainer d'ont work.&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;I have add descriptionContainer to the array of description but d'ont work well.&lt;BR&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Thanks for any consideration,&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Dario&lt;/FONT&gt;&lt;/PRE&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/descriptionContainer-addCondition-tp16913535p16913535.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16871184</id>
	<title>Re: Memory filling up</title>
	<published>2008-04-23T23:56:33Z</published>
	<updated>2008-04-23T23:56:33Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">Ahh, Keith: I removed your extension to reset the macro expander. I &amp;nbsp;
&lt;br&gt;guess this is not needed anymore? I don't like to have to reset things &amp;nbsp;
&lt;br&gt;to make bugs disappear ;-)
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;On Apr 24, 2008, at 08:54 , Lukas Renggli wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I changed the macro expander to use accessors instead of blocks. If
&lt;br&gt;&amp;gt; you load the latest version of Magritte and Pier this issue should be
&lt;br&gt;&amp;gt; solved. If you don't have any custom macros defined, loading the code
&lt;br&gt;&amp;gt; should work out of the box.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Name: Pier-All-lr.284
&lt;br&gt;&amp;gt; Author: lr
&lt;br&gt;&amp;gt; Time: 24 April 2008, 8:52:30 am
&lt;br&gt;&amp;gt; UUID: cc09a278-7890-4fa2-b3ef-61ef2e787a15
&lt;br&gt;&amp;gt; Ancestors: Pier-All-lr.283
&lt;br&gt;&amp;gt; Dependencies: Pier-Model-lr.219, Pier-Tests-lr.94, Pier-Seaside-lr.
&lt;br&gt;&amp;gt; 270, Pier-Security-lr.105, Pier-Blog-lr.73
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - changed the macro expander to use accessors instead of blocks
&lt;br&gt;&amp;gt; (requires the latest magritte)
&lt;br&gt;&amp;gt; - macro expander was origianlly ported from smallwiki on vw, where
&lt;br&gt;&amp;gt; blocks are reentrant, however in squeak blocks potentially cause bad
&lt;br&gt;&amp;gt; things when used concurrently
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Apr 24, 2008, at 07:53 , Lukas Renggli wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I had lots of instances of PRDocument, at one point it reported
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 88000...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've never seen this issue before.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The key to clearing them out appeared to be, re-initializing,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PRMacroExpander,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This doesn't change the number of PRDocument instances in my image.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Inspecting PRMacroExpander default, the #table dictionary of blocks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; those blocks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; had temps, with a #context defined, and that context had properties
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; etc...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Maybe the problem is that Squeak blocks are not really reentrant? But
&lt;br&gt;&amp;gt;&amp;gt; then you should at least get a debugger.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Lukas
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Lukas Renggli
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Lukas Renggli
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Memory-filling-up-tp16869555p16871184.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16871154</id>
	<title>Re: Memory filling up</title>
	<published>2008-04-23T23:54:12Z</published>
	<updated>2008-04-23T23:54:12Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">I changed the macro expander to use accessors instead of blocks. If &amp;nbsp;
&lt;br&gt;you load the latest version of Magritte and Pier this issue should be &amp;nbsp;
&lt;br&gt;solved. If you don't have any custom macros defined, loading the code &amp;nbsp;
&lt;br&gt;should work out of the box.
&lt;br&gt;&lt;br&gt;Name: Pier-All-lr.284
&lt;br&gt;Author: lr
&lt;br&gt;Time: 24 April 2008, 8:52:30 am
&lt;br&gt;UUID: cc09a278-7890-4fa2-b3ef-61ef2e787a15
&lt;br&gt;Ancestors: Pier-All-lr.283
&lt;br&gt;Dependencies: Pier-Model-lr.219, Pier-Tests-lr.94, Pier-Seaside-lr. 
&lt;br&gt;270, Pier-Security-lr.105, Pier-Blog-lr.73
&lt;br&gt;&lt;br&gt;- changed the macro expander to use accessors instead of blocks &amp;nbsp;
&lt;br&gt;(requires the latest magritte)
&lt;br&gt;- macro expander was origianlly ported from smallwiki on vw, where &amp;nbsp;
&lt;br&gt;blocks are reentrant, however in squeak blocks potentially cause bad &amp;nbsp;
&lt;br&gt;things when used concurrently
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Apr 24, 2008, at 07:53 , Lukas Renggli wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I had lots of instances of PRDocument, at one point it reported
&lt;br&gt;&amp;gt;&amp;gt; 88000...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've never seen this issue before.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The key to clearing them out appeared to be, re-initializing,
&lt;br&gt;&amp;gt;&amp;gt; PRMacroExpander,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This doesn't change the number of PRDocument instances in my image.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Inspecting PRMacroExpander default, the #table dictionary of blocks,
&lt;br&gt;&amp;gt;&amp;gt; those blocks
&lt;br&gt;&amp;gt;&amp;gt; had temps, with a #context defined, and that context had properties
&lt;br&gt;&amp;gt;&amp;gt; etc...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe the problem is that Squeak blocks are not really reentrant? But
&lt;br&gt;&amp;gt; then you should at least get a debugger.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lukas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Lukas Renggli
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Memory-filling-up-tp16869555p16871154.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16870499</id>
	<title>Re: Memory filling up</title>
	<published>2008-04-23T22:53:03Z</published>
	<updated>2008-04-23T22:53:03Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; I had lots of instances of PRDocument, at one point it reported &amp;nbsp;
&lt;br&gt;&amp;gt; 88000...
&lt;br&gt;&lt;br&gt;I've never seen this issue before.
&lt;br&gt;&lt;br&gt;&amp;gt; The key to clearing them out appeared to be, re-initializing,
&lt;br&gt;&amp;gt; PRMacroExpander,
&lt;br&gt;&lt;br&gt;This doesn't change the number of PRDocument instances in my image.
&lt;br&gt;&lt;br&gt;&amp;gt; Inspecting PRMacroExpander default, the #table dictionary of blocks,
&lt;br&gt;&amp;gt; those blocks
&lt;br&gt;&amp;gt; had temps, with a #context defined, and that context had properties &amp;nbsp;
&lt;br&gt;&amp;gt; etc...
&lt;br&gt;&lt;br&gt;Maybe the problem is that Squeak blocks are not really reentrant? But &amp;nbsp;
&lt;br&gt;then you should at least get a debugger.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Memory-filling-up-tp16869555p16870499.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16869555</id>
	<title>Memory filling up</title>
	<published>2008-04-23T16:52:57Z</published>
	<updated>2008-04-23T16:52:57Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">I had some thing strange going on...
&lt;br&gt;&lt;br&gt;I had lots of instances of PRDocument, at one point it reported 88000...
&lt;br&gt;&lt;br&gt;The key to clearing them out appeared to be, re-initializing, 
&lt;br&gt;PRMacroExpander,
&lt;br&gt;&lt;br&gt;Inspecting PRMacroExpander default, the #table dictionary of blocks, 
&lt;br&gt;those blocks
&lt;br&gt;had temps, with a #context defined, and that context had properties etc...
&lt;br&gt;&lt;br&gt;still it freed up 100Mb...
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Memory-filling-up-tp16869555p16869555.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16863791</id>
	<title>Re: MASingleOptionDescription with add button</title>
	<published>2008-04-23T12:53:53Z</published>
	<updated>2008-04-23T12:53:53Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">Hi Dario
&lt;br&gt;&amp;gt; 		selectorAccessor: 'nazione';
&lt;br&gt;You should probably use a symbol, something like #nazione.
&lt;br&gt;&lt;br&gt;In the latest version of Magritte you can even write
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; accessor: #nazione
&lt;br&gt;&lt;br&gt;and Magritte will take care to instantiate the right access strategy.
&lt;br&gt;&amp;gt; 		beEditable;
&lt;br&gt;&amp;gt; 		beSearchable;
&lt;br&gt;Note, that these two properties are extensions of Pier. If you are &amp;nbsp;
&lt;br&gt;outside this context they won't change anything in Magritte. Unless &amp;nbsp;
&lt;br&gt;you have your own specific interpretation of these custom properties &amp;nbsp;
&lt;br&gt;of course.
&lt;br&gt;&amp;gt; 1) In the rendering of it, where i can select one option,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; i can manage add buttons to add new element to options ?
&lt;br&gt;You need to write your own view. If you are using Magritte together &amp;nbsp;
&lt;br&gt;with Seaside this will probably be a subclass of &amp;nbsp;
&lt;br&gt;MASingleSelectionComponent.
&lt;br&gt;&lt;br&gt;&amp;gt; 2) reference: MANazionalityModel description
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; What's the sense of this declaration?
&lt;br&gt;To render the label of the referenced object.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; When define MANazionalityModel descriptionWithOnlyOneDescription &amp;nbsp;
&lt;br&gt;&amp;gt; the system d'ont answer well &amp;nbsp;?
&lt;br&gt;Sorry, I don't understand this question.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MASingleOptionDescription-with-add-button-tp16858968p16863791.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16862073</id>
	<title>Re: Cool Idea!</title>
	<published>2008-04-23T11:12:01Z</published>
	<updated>2008-04-23T11:12:01Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">&amp;nbsp;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; The second class PRPierBasicBP moves the layout to:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /environment/layout
&lt;br&gt;&amp;gt;&amp;gt; /environment/style
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Again it will be cached for you &amp;quot;off-site&amp;quot; until an environment is &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; added.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess I'll have to look at the source code. I don't understand how &amp;nbsp;
&lt;br&gt;&amp;gt; different are supposed to work then? For example seaside.st uses 4 &amp;nbsp;
&lt;br&gt;&amp;gt; different environments, my personal site uses 2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;No different... perhaps I should have written:
&lt;br&gt;&lt;br&gt;The path that a page uses to find its layout is:
&lt;br&gt;&lt;br&gt;*&amp;lt;one of my parent's local environment&amp;gt;*/environment/layout
&lt;br&gt;*&amp;lt;one of my parent's local environment&amp;gt;*/environment/style
&lt;br&gt;&lt;br&gt;So I can have
&lt;br&gt;&lt;br&gt;/site/environment-1/layout
&lt;br&gt;/site/environment-1/style
&lt;br&gt;&lt;br&gt;/site/environment-2/layout
&lt;br&gt;/site/environment-3/style
&lt;br&gt;/site/environment-4/layout
&lt;br&gt;&lt;br&gt;If my content looks like..
&lt;br&gt;&lt;br&gt;/home/intro/mine/cv
&lt;br&gt;&lt;br&gt;If /home/intro's local environment is set to environment-1, it and all 
&lt;br&gt;of its children get the layout and style from environment-1.
&lt;br&gt;&lt;br&gt;But /home has no environment so it will use the one cached and supplied 
&lt;br&gt;by the PRFrameSubclass component.
&lt;br&gt;&lt;br&gt;If cv is set to environment-3 , it will use the style from 
&lt;br&gt;environment-3, and the layout from environment-1
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Adding this configuration as a PRKernel setting, isnt quite the right 
&lt;br&gt;place. PRKernel is part of the Model, and should not include any seaside 
&lt;br&gt;elements to do with rendering of the model. You could argue that the 
&lt;br&gt;environment is part of the &amp;quot;data&amp;quot;, but it isnt really, its &amp;quot;the 
&lt;br&gt;configuration of the rendering&amp;quot;. If seaside was not loaded then you 
&lt;br&gt;wouldnt need it.
&lt;br&gt;&lt;br&gt;I think PRPierFrame is the right place:
&lt;br&gt;&lt;br&gt;Scenario: I have written a Seaside application and I want to write some 
&lt;br&gt;user documentation. I put a link in my application to &amp;quot;Help&amp;quot;, Help calls 
&lt;br&gt;a component which renders the pier documents in response to 
&lt;br&gt;#openOnTopic: , with a nice &amp;quot;Return&amp;quot; button at the bottom. That 
&lt;br&gt;component would be a variant of PRPierFrame, called 
&lt;br&gt;PRPierFrameReadOnlyReference.
&lt;br&gt;&lt;br&gt;For authoring the help documents I can use a full normal installation of 
&lt;br&gt;pier, but in place in another application, it would be nice to be able 
&lt;br&gt;to have the whole of pier as a component.
&lt;br&gt;&lt;br&gt;best regards
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cool-Idea%21-tp16850259p16862073.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16858968</id>
	<title>MASingleOptionDescription with add button</title>
	<published>2008-04-23T08:43:22Z</published>
	<updated>2008-04-23T08:43:22Z</updated>
	<author>
		<name>Dario Trussardi-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Hello All, &lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;i have one description based on MASingleOptionDescription:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=Arial size=3&gt;linkDescription
	^(MASingleOptionDescription new)
		reference: MANazionalityModel description;
		selectorAccessor: 'nazione';

		options: [MANazionalityModel DataBase asArray] asDynamicObject ;

		label: 'Nazione';
		beSorted;
		beRequired; 
		beEditable;
		beSearchable; 
		priority: 40;
		yourself&lt;/FONT&gt;
&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Now my questions are:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;1) In the rendering of it, where i can select one option,&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i can manage add buttons to add new element to options ?&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;2) reference: MANazionalityModel description&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What's the sense of this declaration?&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When define MANazionalityModel descriptionWithOnlyOneDescription the system d'ont answer well  ?&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Thanks,&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Dario &lt;/PRE&gt;&lt;/FONT&gt;&lt;PRE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MASingleOptionDescription-with-add-button-tp16858968p16858968.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16855445</id>
	<title>Re: Cool Idea!</title>
	<published>2008-04-23T05:54:26Z</published>
	<updated>2008-04-23T05:54:26Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; The hierarchy of choices available as swappable replacements for
&lt;br&gt;&amp;gt; PRPierFrame, is starting to mature.
&lt;br&gt;&lt;br&gt;I don't really know if changing PRPierFrame is the right way to go? &amp;nbsp;
&lt;br&gt;After all this is a rather low-level Seaside component. Maybe it would &amp;nbsp;
&lt;br&gt;be better to have some property in the kernel?
&lt;br&gt;&lt;br&gt;&amp;gt; The second class PRPierBasicBP moves the layout to:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /environment/layout
&lt;br&gt;&amp;gt; /environment/style
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Again it will be cached for you &amp;quot;off-site&amp;quot; until an environment is &amp;nbsp;
&lt;br&gt;&amp;gt; added.
&lt;br&gt;&lt;br&gt;I guess I'll have to look at the source code. I don't understand how &amp;nbsp;
&lt;br&gt;different are supposed to work then? For example seaside.st uses 4 &amp;nbsp;
&lt;br&gt;different environments, my personal site uses 2.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cool-Idea%21-tp16850259p16855445.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16852955</id>
	<title>Re: Minor Inconsistency</title>
	<published>2008-04-23T03:19:17Z</published>
	<updated>2008-04-23T03:19:17Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; When a PRPage is initialized it has a #document if however you edit &amp;nbsp;
&lt;br&gt;&amp;gt; that &amp;nbsp;document and make it empty, the #document disappears, and &amp;nbsp;
&lt;br&gt;&amp;gt; #hasDocument reports false, even though it does really have a &amp;nbsp;
&lt;br&gt;&amp;gt; document, but it is empty.
&lt;br&gt;&lt;br&gt;Isn't the default document something like ...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;To edit the page bla bla ...&amp;quot;
&lt;br&gt;&lt;br&gt;?
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Minor-Inconsistency-tp16852858p16852955.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16850259</id>
	<title>Cool Idea!</title>
	<published>2008-04-22T22:12:36Z</published>
	<updated>2008-04-22T22:12:36Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">Hello Lukas,
&lt;br&gt;&lt;br&gt;The hierarchy of choices available as swappable replacements for 
&lt;br&gt;PRPierFrame, is starting to mature.
&lt;br&gt;&lt;br&gt;The first, PRPierFrameCentral, implements the wiring in order for it to 
&lt;br&gt;be the centre of attention as I suggested yesterday. It aims to preserve 
&lt;br&gt;the existing behaviour, however it has a nice innovation:
&lt;br&gt;&lt;br&gt;If your site has no environment at all, it caches one for you. i.e. your 
&lt;br&gt;layout can be provided as part of your PRPierFrame subclass, and does 
&lt;br&gt;not need to be user visible or editable. If you edit the code that 
&lt;br&gt;generates your layout directly, it will get used for the next session.
&lt;br&gt;&lt;br&gt;And that's not all. If you add an empty page, and set that as an 
&lt;br&gt;environment in a structure's settings, it will automatically populate.
&lt;br&gt;&lt;br&gt;==
&lt;br&gt;The second class PRPierBasicBP moves the layout to:
&lt;br&gt;&lt;br&gt;/environment/layout
&lt;br&gt;/environment/style
&lt;br&gt;&lt;br&gt;Again it will be cached for you &amp;quot;off-site&amp;quot; until an environment is added.
&lt;br&gt;&lt;br&gt;==
&lt;br&gt;A third class PRPierBasicCWS is a first attempt at an alternative to 
&lt;br&gt;blueprint.
&lt;br&gt;==
&lt;br&gt;A fourth class is PRPierAdmin provides a non edittable environment for 
&lt;br&gt;admin purposes.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cool-Idea%21-tp16850259p16850259.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16852858</id>
	<title>Minor Inconsistency</title>
	<published>2008-04-22T20:35:12Z</published>
	<updated>2008-04-22T20:35:12Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">When a PRPage is initialized it has a #document if however you edit that 
&lt;br&gt;document and make it empty, the #document disappears, and #hasDocument 
&lt;br&gt;reports false, even though it does really have a document, but it is empty.
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Minor-Inconsistency-tp16852858p16852858.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16834425</id>
	<title>Re: Blueprint</title>
	<published>2008-04-22T07:27:22Z</published>
	<updated>2008-04-22T07:27:22Z</updated>
	<author>
		<name>Keithy</name>
	</author>
	<content type="html">Lukas Renggli wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That's interesting. So you essentially have two entry points to your &amp;nbsp;
&lt;br&gt;&amp;gt; site. For example
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	www.seaside.st
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; for the normal visitors and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	admin.seaside.st
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; for an administrative interface to the same site?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lukas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Exactly! A whole additional dimension. It was a eureka moment for me I 
&lt;br&gt;think this could be very useful.
&lt;br&gt;&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Blueprint-tp16820474p16834425.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16830510</id>
	<title>Re: Blueprint</title>
	<published>2008-04-22T04:07:40Z</published>
	<updated>2008-04-22T04:07:40Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">That's interesting. So you essentially have two entry points to your &amp;nbsp;
&lt;br&gt;site. For example
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; www.seaside.st
&lt;br&gt;&lt;br&gt;for the normal visitors and
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; admin.seaside.st
&lt;br&gt;&lt;br&gt;for an administrative interface to the same site?
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Apr 22, 2008, at 10:09 , Keith Hodges wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Just to give a further example as to how this can be used...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PRFrameAdmin class comment explains:
&lt;br&gt;&amp;gt; ====
&lt;br&gt;&amp;gt; This frame displays the site using the layout in /environment/admin,
&lt;br&gt;&amp;gt; rather than the default.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This allows a second seaside application to be set up which shows an
&lt;br&gt;&amp;gt; admin interface to the whole site.
&lt;br&gt;&amp;gt; This application can be configured to need authorization before &amp;nbsp;
&lt;br&gt;&amp;gt; viewing,
&lt;br&gt;&amp;gt; while the main site is public.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thus, two (or potentially more) levels of security can be configured
&lt;br&gt;&amp;gt; without using Pier-Security.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ===
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Keith
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Blueprint-tp16820474p16830510.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16830487</id>
	<title>Re: What this for?</title>
	<published>2008-04-22T04:06:16Z</published>
	<updated>2008-04-22T04:06:16Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; I am curious as to what purpose this serves in the following method.
&lt;br&gt;&lt;br&gt;Legacy. I guess it is not used anymore.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What-this-for--tp16829794p16830487.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16830481</id>
	<title>Re: Cool Idea!</title>
	<published>2008-04-22T04:05:54Z</published>
	<updated>2008-04-22T04:05:54Z</updated>
	<author>
		<name>Lukas Renggli-2</name>
	</author>
	<content type="html">&amp;gt; Important methods for setting things up, such as #defaultEnvironment &amp;nbsp;
&lt;br&gt;&amp;gt; are
&lt;br&gt;&amp;gt; on PRStructure of all places! Styles are here, layouts are there, and
&lt;br&gt;&amp;gt; content is yet somewhere else (PRKernel class defaultRoot).
&lt;br&gt;&lt;br&gt;I agree, this is not ideal.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have tried out a solution! Route everything through the PRPierFrame,
&lt;br&gt;&amp;gt; then you can pick a PRFrame subclass in seaside/config, or embed it in
&lt;br&gt;&amp;gt; another Seaside application.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Style Libraries (currently manually added in seaside/config)
&lt;br&gt;&amp;gt; 2. Script Libraries (currently manually added in seaside/config)
&lt;br&gt;&amp;gt; 3. Policy for finding Layout from the structure. (currently in &amp;nbsp;
&lt;br&gt;&amp;gt; PRStructure)
&lt;br&gt;&amp;gt; 4. Policy for finding StyleSheets (currently in PRStructure)
&lt;br&gt;&amp;gt; 5. Default Environment (currently in PRStructure)
&lt;br&gt;&amp;gt; 6. Default Layout (currently in PRStructure)
&lt;br&gt;&amp;gt; 7. Default Kernel Content (currently in PRKernel class)
&lt;br&gt;&amp;gt; 8. Not Found Handler (currently in PRMain)
&lt;br&gt;&amp;gt; 9. Forbidden Handler (currently in PRMain)
&lt;br&gt;&amp;gt; 10. XHTML Doctype/Strict etc. (already in PRFrame)
&lt;br&gt;&amp;gt; 11. Ability to override the body cssClass (currently obtained from the
&lt;br&gt;&amp;gt; structure)
&lt;br&gt;&amp;gt; 12. Option to adapt the #settingsDescription for components being
&lt;br&gt;&amp;gt; editted. (can add/remove fields)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have been able to provide my own preferred policies for all of the
&lt;br&gt;&amp;gt; above, and now I feel able to deliver a &amp;quot;Pier for Something&amp;quot; module.
&lt;/div&gt;&lt;br&gt;Sounds interesting.
&lt;br&gt;&lt;br&gt;&amp;gt; p.s. some code is in Pier-Jetsam-Environment
&lt;br&gt;&lt;br&gt;I will have a look, thanks.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SmallWiki, Magritte, Pier and Related Tools ...
&lt;br&gt;&lt;a href=&quot;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.iam.unibe.ch/mailman/listinfo/smallwiki&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cool-Idea%21-tp16829239p16830481.html" />
</entry>

</feed>
