<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-30033</id>
	<title>Nabble - AIDA/Web</title>
	<updated>2009-09-29T07:37:55Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/AIDA-Web-f30033.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AIDA-Web-f30033.html" />
	<subtitle type="html">AIDA/Web is a Smalltalk web application framework for building complex web applications. See &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;www.aidaweb.si&lt;/b&gt;&lt;/a&gt; for more.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25664329</id>
	<title>Re: Expiry of AIDA sessions</title>
	<published>2009-09-29T07:37:55Z</published>
	<updated>2009-09-29T07:37:55Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi Janko,
&lt;br&gt;&lt;br&gt;&lt;br&gt;JM&amp;gt; Another thing are guest/anonymous sessions. On a site like
&lt;br&gt;JM&amp;gt; &lt;a href=&quot;http://www.squeak.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeak.org&lt;/a&gt;&amp;nbsp;we cleanup every hour those inactive more than an
&lt;br&gt;JM&amp;gt; hour, mostly to handle Denial of service attacks well. But this never
&lt;br&gt;JM&amp;gt; produces the same effect as on Pier, because we always use REST-full
&lt;br&gt;JM&amp;gt; urls. Guest sessions are also always in &amp;quot;read-only&amp;quot; mode while for
&lt;br&gt;JM&amp;gt; editing you need to be logged in. And as I said, those sessions never
&lt;br&gt;JM&amp;gt; expire.
&lt;br&gt;thanks, that's good news!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25664329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25664329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expiry-of-AIDA-sessions-tp25660243p25664329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25660442</id>
	<title>Re: Expiry of AIDA sessions</title>
	<published>2009-09-29T03:24:22Z</published>
	<updated>2009-09-29T03:24:22Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Herbert,
&lt;br&gt;&lt;br&gt;Herbert König pravi:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just had a bugging experience with a pier based website:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was away for about an hour and clicking on a link got me an error
&lt;br&gt;&amp;gt; because the session had expired.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I can't reproduce in my own apps. (I can't accept this, because my
&lt;br&gt;&amp;gt; pages are applications to the end user and session expiry would mean
&lt;br&gt;&amp;gt; data loss)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So the question is:
&lt;br&gt;&amp;gt; How is session expiry controlled in AIDA?
&lt;/div&gt;&lt;br&gt;&amp;gt; I know I could circumvent this by placing a periodic updater of e.g.
&lt;br&gt;&amp;gt; 10 minutes on every view, but I'd like to know anyway.
&lt;br&gt;&lt;br&gt;In Aida a session never expires. What we do usually during the night is
&lt;br&gt;an application state cleanup, which could in certain circumstances cause
&lt;br&gt;the same effect as session expiry on Seaside. But even that can be
&lt;br&gt;avoided with careful App design if needed. I never needed yet, so no
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;Another thing are guest/anonymous sessions. On a site like
&lt;br&gt;&lt;a href=&quot;http://www.squeak.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squeak.org&lt;/a&gt;&amp;nbsp;we cleanup every hour those inactive more than an
&lt;br&gt;hour, mostly to handle Denial of service attacks well. But this never
&lt;br&gt;produces the same effect as on Pier, because we always use REST-full
&lt;br&gt;urls. Guest sessions are also always in &amp;quot;read-only&amp;quot; mode while for
&lt;br&gt;editing you need to be logged in. And as I said, those sessions never
&lt;br&gt;expire.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25660442&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expiry-of-AIDA-sessions-tp25660243p25660442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25660243</id>
	<title>Expiry of AIDA sessions</title>
	<published>2009-09-29T03:09:11Z</published>
	<updated>2009-09-29T03:09:11Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just had a bugging experience with a pier based website:
&lt;br&gt;&lt;br&gt;I was away for about an hour and clicking on a link got me an error
&lt;br&gt;because the session had expired.
&lt;br&gt;&lt;br&gt;I can't reproduce in my own apps. (I can't accept this, because my
&lt;br&gt;pages are applications to the end user and session expiry would mean
&lt;br&gt;data loss)
&lt;br&gt;&lt;br&gt;So the question is:
&lt;br&gt;How is session expiry controlled in AIDA?
&lt;br&gt;&lt;br&gt;I know I could circumvent this by placing a periodic updater of e.g. 10
&lt;br&gt;minutes on every view, but I'd like to know anyway.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25660243&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25660243&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expiry-of-AIDA-sessions-tp25660243p25660243.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25647071</id>
	<title>Re: Tutorial feedback</title>
	<published>2009-09-28T07:57:46Z</published>
	<updated>2009-09-28T07:57:46Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Alex,
&lt;br&gt;&lt;br&gt;Alex Schenkman pravi:
&lt;br&gt;&lt;br&gt;&amp;gt; I've been going through the Tutorial to learn AIDA.
&lt;br&gt;&amp;gt; Thanks a lot for it. I like it very much.
&lt;br&gt;&lt;br&gt;Nice to hear that, welcome to the Aida world!
&lt;br&gt;&lt;br&gt;&amp;gt; I have some comments to improve the tutorial.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) The instance variable name is used by Object. Change it to firstName.
&lt;br&gt;&lt;br&gt;I just did that, changet to fristName and lastName accoringly. I just
&lt;br&gt;hope that I didn't miss the rename somewhere. Would you recheck please?
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Object subclass: #'ADemoAddress'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; instanceVariableNames: 'parent *name* surname phone email '
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classVariableNames: ''
&lt;br&gt;&amp;gt; 	poolDictionaries: ''
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category: 'Aidaweb-Tutorial'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2) Make a reference to changeToPreferedURL:, otherwise PreferedUrl does not work.
&lt;br&gt;&lt;br&gt;#preferedUrl works if you implement it before you link to those objects
&lt;br&gt;for a first time. Later, yes you need to reregister with
&lt;br&gt;#changeToPreferedURL:
&lt;br&gt;&lt;br&gt;I just added a short comment to explain that better
&lt;br&gt;&lt;br&gt;Thanks a lot for your sugestions and we are waiting for more :)
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;&amp;gt; I did:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; book := ADemoAddressBook new.
&lt;br&gt;&amp;gt; aSite := AIDASite named: 'aidademo'.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;Update the cached preferedURL definition for all the persons&amp;quot;
&lt;br&gt;&amp;gt; book addresses do: [:addr | aSite urlResolver changeToPreferedURL: addr].
&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25647071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tutorial-feedback-tp25641721p25647071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25641721</id>
	<title>Tutorial feedback</title>
	<published>2009-09-28T00:32:52Z</published>
	<updated>2009-09-28T00:32:52Z</updated>
	<author>
		<name>Alex Schenkman-2</name>
	</author>
	<content type="html">Hello AIDA-list:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I&amp;#39;ve been going through the Tutorial to learn AIDA.&lt;/div&gt;&lt;div&gt;Thanks a lot for it. I like it very much.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have some comments to improve the tutorial.&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;1) The instance variable &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;name&lt;/font&gt; is used by &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Object&lt;/font&gt;. Change it to &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;firstName&lt;/font&gt;.&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;trebuchet ms&amp;#39;, helvetica, sans-serif; font-size: 17px; color: rgb(105, 104, 102); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; &quot;&gt;&lt;pre&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt; Object subclass: #&amp;#39;ADemoAddress&amp;#39;&lt;br&gt;        instanceVariableNames: &amp;#39;parent &lt;b&gt;name&lt;/b&gt; surname phone email &amp;#39;&lt;br&gt;
        classVariableNames: &amp;#39;&amp;#39;&lt;br&gt;	poolDictionaries: &amp;#39;&amp;#39;&lt;br&gt;        category: &amp;#39;Aidaweb-Tutorial&amp;#39;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;2) Make a reference to &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;changeToPreferedURL:&lt;/font&gt;, otherwise &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;PreferedUrl&lt;/font&gt; does not work.&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;I did:&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;book := ADemoAddressBook new.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;aSite := AIDASite named: &amp;#39;aidademo&amp;#39;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;...&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;Update the cached preferedURL definition for all the persons&amp;quot;
book addresses do: [:addr | aSite urlResolver changeToPreferedURL: addr].&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small; &quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;Thank you!&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small; &quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25641721&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tutorial-feedback-tp25641721p25641721.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25542444</id>
	<title>WebGrid performance fix</title>
	<published>2009-09-21T04:32:14Z</published>
	<updated>2009-09-21T04:32:14Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Dear all,
&lt;br&gt;&lt;br&gt;I just solved that bug in WebGrid, which degraded a WebGrid buildup
&lt;br&gt;sometimes quite extentialy . WebGrid namely did filtering always, even
&lt;br&gt;that there were nothing inserted in filter fields.
&lt;br&gt;&lt;br&gt;Fix is as follows:
&lt;br&gt;&lt;br&gt;Add new method:
&lt;br&gt;&lt;br&gt;WebGridColumn&amp;gt;&amp;gt;isFilterEntered
&lt;br&gt;&amp;nbsp; &amp;quot;filter criteria is entered&amp;quot;
&lt;br&gt;&amp;nbsp; ^self filter notNil and: [self filter trimBlanks notEmpty].
&lt;br&gt;&lt;br&gt;Change method:
&lt;br&gt;&lt;br&gt;WebGrid&amp;gt;&amp;gt;filterRows
&lt;br&gt;&amp;nbsp;| columnsToFilter |
&lt;br&gt;&amp;nbsp;columnsToFilter := self columns select: [:each | each isFilterEntered].
&lt;br&gt;&amp;nbsp;...
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25542444&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebGrid-performance-fix-tp25542444p25542444.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25443538</id>
	<title>Re: Latex output</title>
	<published>2009-09-14T13:57:56Z</published>
	<updated>2009-09-14T13:57:56Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Alex,
&lt;br&gt;&lt;br&gt;Alex Schenkman pravi:
&lt;br&gt;&lt;br&gt;&amp;gt; We meet at ESUG, we sat on the same table in the boat.
&lt;br&gt;&amp;gt; I'm attaching a picture so you remember me easier.
&lt;br&gt;&lt;br&gt;I remember you well :) And sorry for a bit late answer.
&lt;br&gt;&lt;br&gt;&amp;gt; How would you convert text from within Aida or Scribo into LaTex?
&lt;br&gt;&amp;gt; I want to produce a nice article-like PDF, like the ones pdflatex produces.
&lt;br&gt;&lt;br&gt;Maybe with some HTML to LaTex converter? Then you trick Aida to store
&lt;br&gt;generated HTML to some external file which you then convert with that
&lt;br&gt;external converter.
&lt;br&gt;&lt;br&gt;Have a nice time
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25443538&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Latex-output-tp25392080p25443538.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25436715</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb	tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-14T07:18:44Z</published>
	<updated>2009-09-14T07:18:44Z</updated>
	<author>
		<name>Bruno Buzzi Brassesco</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm currently developing an application which I want to add web interface
&lt;br&gt;with AIDA 6. I will port AIDA 6 to Dolphin but I have no time table, I think
&lt;br&gt;I will start at the end of this year.
&lt;br&gt;&lt;br&gt;In the long term AIDA 6 will run on DNG, but NO time table. The port of AIDA
&lt;br&gt;6 to Dolphin 6.1 will start at the end of this year.
&lt;br&gt;&lt;br&gt;This is what I offer for now.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bruno
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25436715&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aida-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25436715&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aida-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;Janko Mivšek
&lt;br&gt;Sent: Monday, September 14, 2009 7:03 AM
&lt;br&gt;To: AIDA/Web general discussion list
&lt;br&gt;Subject: Re: [aida] [AidaWeb]( picoVerse-:( A problem with the AidaWeb
&lt;br&gt;tutorial with the Dolphin version of AidaWeb ) )
&lt;br&gt;&lt;br&gt;Kjell Godo pravi:
&lt;br&gt;&lt;br&gt;&amp;gt; I just downloaded the Damien webdevelopment images of Squeak and the
&lt;br&gt;&amp;gt; standard Squeak 3.10 for Windows package.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I searched for &amp;gt;&amp;gt;pageFrameWith:title: in the Damien image
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; in there but still couldn't find it. &amp;nbsp;So this was a big puzzle but then I
&lt;br&gt;found
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doesNotUnderstand:
&lt;br&gt;&amp;gt; which forwards the messages to the style. &amp;nbsp;I also found this in Dolphin
&lt;br&gt;AidaWeb.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So are you going away from the &amp;gt;&amp;gt;doesNotUnderstand: way
&lt;br&gt;&amp;gt; in the new version? &amp;nbsp;( I just saw the compiler warning in Dolphin
&lt;br&gt;&amp;gt; but I did not actually try the demo code out. &amp;nbsp;So I guess it probably
&lt;br&gt;&amp;gt; works. &amp;nbsp;The tutorial probably works. &amp;nbsp;I haven't tried it. &amp;nbsp;It just causes
&lt;br&gt;&amp;gt; a compiler warning in Dolphin. )
&lt;br&gt;&lt;br&gt;Yep, no DNU way of delegation to WebStyle because it was confusing to
&lt;br&gt;use and specially debug, as you did observer by yourself. Se the
&lt;br&gt;explicit self style pageFrameWith: is now mandatory. As Herber aready
&lt;br&gt;suggested, in older Aida versions just add 'style' to that last line.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/9/13 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25436715&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hi Kjell,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; First welcome to the list! About the tutorial, yes, we forget to upgrade
&lt;br&gt;&amp;gt;&amp;gt; it for Aida 6.0. I just did that upgrade and all needed is to change the
&lt;br&gt;&amp;gt;&amp;gt; last line in every view method:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;self style pageFrameWith:title:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In 6.0 there is an explicit delegation to the so called style class
&lt;br&gt;&amp;gt;&amp;gt; (DefaultWebStyle in default case) which holds everything from layout (as
&lt;br&gt;&amp;gt;&amp;gt; #pageFrameWith: is for) to CSS, images, also JavaScript etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope this helps
&lt;br&gt;&amp;gt;&amp;gt; Janko
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kjell Godo pravi:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The following code from the tutorial at:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doesn't work:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; viewMain
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | e |
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e := WebElement new.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e addTextH1: 'Address book'.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; because WebApplication&amp;gt;&amp;gt;pageFrameWith:title:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; does not exist. &amp;nbsp;Please tell me how to fix this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Also: Does anyone know how to port non GUI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; generic Dolphin Smalltalk code over to Squeak?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there an easy automated way to do it? &amp;nbsp;And visa versa
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; from Squeak to Dolphin?
&lt;/div&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25436715&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&lt;br&gt;No virus found in this incoming message.
&lt;br&gt;Checked by AVG - www.avg.com 
&lt;br&gt;Version: 8.5.409 / Virus Database: 270.13.95/2368 - Release Date: 09/13/09
&lt;br&gt;17:50:00
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25436715&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25436715.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25434379</id>
	<title>Job seeking Aida experience</title>
	<published>2009-09-14T04:45:15Z</published>
	<updated>2009-09-14T04:45:15Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Is a sign of maturity of some product when jobs are announced searching
&lt;br&gt;an experience for it? :) If so, we just experienced that moment:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Web Developer, - Nottinghamshire- £30, 000 - £40,000
&lt;br&gt;&lt;br&gt;An experience Web Developer is required to join a market leading
&lt;br&gt;organistation in Nottinghamshire.
&lt;br&gt;&lt;br&gt;The role involves developing new green field web applications within a
&lt;br&gt;busy team and liaising directly with stakeholders to develop web
&lt;br&gt;applications using both new and existing code.
&lt;br&gt;&lt;br&gt;You must have substantial experience with both Object Orientated and Web
&lt;br&gt;programming languages.
&lt;br&gt;&lt;br&gt;You will have experience with both front end (browser side) and back end
&lt;br&gt;(server side) development. Experience with languages like Python, Ruby,
&lt;br&gt;or Smalltalk is required. Experience with C# or Java would also be
&lt;br&gt;advantageous. Commercial experience with Seaside and Aidaweb frameworks
&lt;br&gt;would be extremely attractive for this role.
&lt;br&gt;&lt;br&gt;The successful candidate with have either first class honours degree or
&lt;br&gt;a 2.1 degree in Computer Science or a related discipline, and have at
&lt;br&gt;least 2 years commercial experience, ideally within an engineering
&lt;br&gt;organization.
&lt;br&gt;&lt;br&gt;Please apply with your CV asap for immediate interviews.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Location 	East Midlands, East Midlands
&lt;br&gt;Job type 	Permanent
&lt;br&gt;Contract length Permanent
&lt;br&gt;Salary/rate 	£30000 - £40000/annum
&lt;br&gt;Start date 	ASAP
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cv-library.co.uk/cgi-bin/jdb_view_vacancy.cgi?rss=1&amp;jobref=113398420&amp;s=100218&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cv-library.co.uk/cgi-bin/jdb_view_vacancy.cgi?rss=1&amp;jobref=113398420&amp;s=100218&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25434379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Job-seeking-Aida-experience-tp25434379p25434379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25433324</id>
	<title>Re: ( picoVerse-:( What I want to do with AidaWeb ) )</title>
	<published>2009-09-14T03:14:35Z</published>
	<updated>2009-09-14T03:14:35Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Kjell,
&lt;br&gt;&lt;br&gt;Kjell Godo pravi:
&lt;br&gt;&lt;br&gt;&amp;gt; Is it possible for AidaWeb to act like a client in a connectionless
&lt;br&gt;&amp;gt; client server setup?
&lt;br&gt;&lt;br&gt;We just started an Aida Offline project, as you can see from a separate
&lt;br&gt;post :) To support offline Gmail-like apps...
&lt;br&gt;&lt;br&gt;&amp;gt; I would like to use AidaWeb as an html based extention of the
&lt;br&gt;&amp;gt; Dolphin Graphical User Interface.
&lt;br&gt;&lt;br&gt;Then you can simply add Aida to the local image where your app is, then
&lt;br&gt;connect from browser as &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;... ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like to make a Dolphin based client server system where
&lt;br&gt;&amp;gt; small binary blobs of data are exchanged via a raw socket.
&lt;br&gt;&amp;gt; It might be highly connection oriented or it might be connectionless.
&lt;br&gt;&amp;gt; I don't know which is better.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is a good way to make a client server setup using Dolphin?
&lt;br&gt;&lt;br&gt;You need kind of inter-image communication in that case. HTTP protocol
&lt;br&gt;could be used, Swazoo as a server on server side, some HTPClient lib on
&lt;br&gt;the client one. For the server to client communication you use so called
&lt;br&gt;reverse HTTP approach, usually used in Comet.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I want to make an online &amp;quot;extreme programming&amp;quot; system based on
&lt;br&gt;&amp;gt; picoLARC( sourceforge.net ) and Smalltalk etc for educational
&lt;br&gt;&amp;gt; purposes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One of the educational projects might be making websites using
&lt;br&gt;&amp;gt; AidaWeb. &amp;nbsp;Since picoLARC is a superset of Smalltalk mostly
&lt;br&gt;&amp;gt; this aught to be doable.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; picoLARC LambdaLisp is not fast right now but it can delegate
&lt;br&gt;&amp;gt; mostly to Dolphin. ( at:put: anArray 1 anObject ) in picoLARC
&lt;br&gt;&amp;gt; is equivalent to ( anArray at: 1 put: anObject ) in Smalltalk.
&lt;/div&gt;&lt;br&gt;This your project is quite interesting. Unfortunatelly I don't know much
&lt;br&gt;about Lisp or Prolog but I can imagine the benefits you achieved. Good work!
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25433324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28-picoVerse-%3A%28-What-I-want-to-do-with-AidaWeb-%29-%29-tp25426424p25433324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25433181</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb	tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-14T03:03:19Z</published>
	<updated>2009-09-14T03:03:19Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Kjell Godo pravi:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just downloaded the Damien webdevelopment images of Squeak and the
&lt;br&gt;&amp;gt; standard Squeak 3.10 for Windows package.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I searched for &amp;gt;&amp;gt;pageFrameWith:title: in the Damien image
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; in there but still couldn't find it. &amp;nbsp;So this was a big puzzle but then I found
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doesNotUnderstand:
&lt;br&gt;&amp;gt; which forwards the messages to the style. &amp;nbsp;I also found this in Dolphin AidaWeb.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So are you going away from the &amp;gt;&amp;gt;doesNotUnderstand: way
&lt;br&gt;&amp;gt; in the new version? &amp;nbsp;( I just saw the compiler warning in Dolphin
&lt;br&gt;&amp;gt; but I did not actually try the demo code out. &amp;nbsp;So I guess it probably
&lt;br&gt;&amp;gt; works. &amp;nbsp;The tutorial probably works. &amp;nbsp;I haven't tried it. &amp;nbsp;It just causes
&lt;br&gt;&amp;gt; a compiler warning in Dolphin. )
&lt;/div&gt;&lt;br&gt;Yep, no DNU way of delegation to WebStyle because it was confusing to
&lt;br&gt;use and specially debug, as you did observer by yourself. Se the
&lt;br&gt;explicit self style pageFrameWith: is now mandatory. As Herber aready
&lt;br&gt;suggested, in older Aida versions just add 'style' to that last line.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/9/13 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25433181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hi Kjell,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; First welcome to the list! About the tutorial, yes, we forget to upgrade
&lt;br&gt;&amp;gt;&amp;gt; it for Aida 6.0. I just did that upgrade and all needed is to change the
&lt;br&gt;&amp;gt;&amp;gt; last line in every view method:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;self style pageFrameWith:title:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In 6.0 there is an explicit delegation to the so called style class
&lt;br&gt;&amp;gt;&amp;gt; (DefaultWebStyle in default case) which holds everything from layout (as
&lt;br&gt;&amp;gt;&amp;gt; #pageFrameWith: is for) to CSS, images, also JavaScript etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope this helps
&lt;br&gt;&amp;gt;&amp;gt; Janko
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kjell Godo pravi:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The following code from the tutorial at:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doesn't work:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; viewMain
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | e |
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e := WebElement new.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e addTextH1: 'Address book'.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; because WebApplication&amp;gt;&amp;gt;pageFrameWith:title:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; does not exist. &amp;nbsp;Please tell me how to fix this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Also: Does anyone know how to port non GUI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; generic Dolphin Smalltalk code over to Squeak?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there an easy automated way to do it? &amp;nbsp;And visa versa
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; from Squeak to Dolphin?
&lt;/div&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25433181&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25433181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25433054</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb	tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-14T02:50:17Z</published>
	<updated>2009-09-14T02:50:17Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Herbert König pravi:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; KG&amp;gt; I am using the Dolphin version that I downloaded yesterday or so.
&lt;br&gt;&amp;gt; I see how the &amp;gt;&amp;gt;&amp;gt;doesNotUnderstand: is forwarding the messages
&lt;br&gt;&amp;gt; KG&amp;gt; to the style. &amp;nbsp;It is doing it in Dolphin too. &amp;nbsp;I didn't see any version
&lt;br&gt;&amp;gt; KG&amp;gt; numbers in the Dolphin version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sorry I know nothing about Dolphin, except the port is not up to date.
&lt;br&gt;&amp;gt; But sending the message to Style directly should work in older and
&lt;br&gt;&amp;gt; younger versions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So if it still doesn't work, please make sure the site is running
&lt;br&gt;&amp;gt; SwazooAida demoStart &amp;nbsp;and registered
&lt;br&gt;&amp;gt; (AIDASite named: 'aidademo') urlResolver defaultURL: '/addressbook.html' forObject: book
&lt;/div&gt;&lt;br&gt;I just checked: There is Aida 5.0 from 2006 on Dolphin and it obviously
&lt;br&gt;needs an upgrade. Which can be done if someone from Dolphin community
&lt;br&gt;promises to maintain the port. Kjell, would you be willing to take that
&lt;br&gt;role?
&lt;br&gt;&lt;br&gt;To port the latest 6.0 to Dolphin can be easy, because Swazoo 2.2 is
&lt;br&gt;recently ported during the latest Seaside port.
&lt;br&gt;&lt;br&gt;All needed is to move Aida code to Dolphin and adapt methods which have
&lt;br&gt;&amp;quot;Squeak specific&amp;quot; or &amp;quot;VW specific&amp;quot; in comments. The most complex part
&lt;br&gt;are so called &amp;quot;climbing on the stack&amp;quot; methods, which get references to
&lt;br&gt;current request or session from a stack using thisContext pseudo variable.
&lt;br&gt;&lt;br&gt;But this was done on previous Dolphin port already, so it won't be hard
&lt;br&gt;to adapt to current version as well.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25433054&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25433054.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25432890</id>
	<title>Offline web app support</title>
	<published>2009-09-14T02:35:54Z</published>
	<updated>2009-09-14T02:35:54Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Dear all,
&lt;br&gt;&lt;br&gt;I'd like to start a new project for supporting Aida web applications in
&lt;br&gt;offline mode, without connection to the Aida server. This is needed for
&lt;br&gt;a planned commercial project next year, so we have some time to think
&lt;br&gt;about how to approach the problem with common Aida goals in mind: a
&lt;br&gt;simple general solution for as many real problems as possible.
&lt;br&gt;&lt;br&gt;For an introduction to the offline web apps please read this post about
&lt;br&gt;Dojo Offline Toolkit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sitepen.com/blog/2007/01/02/the-dojo-offline-toolkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sitepen.com/blog/2007/01/02/the-dojo-offline-toolkit/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This toolkit sits on top of Google Gears, a browser plugin to enable the
&lt;br&gt;local storage and other, which seems most interesting to use for us too:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://tools.google.com/gears/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.google.com/gears/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any ideas, wishes, examples of real Aida apps are welcome!
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25432890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Offline-web-app-support-tp25432890p25432890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25431847</id>
	<title>Re: ( picoVerse-:( AidaWeb vs Seaside ) )</title>
	<published>2009-09-14T01:01:43Z</published>
	<updated>2009-09-14T01:01:43Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi Kjell,
&lt;br&gt;&lt;br&gt;&lt;br&gt;KG&amp;gt; Is it true that Seaside doesn't do Model View Presenter?
&lt;br&gt;&lt;br&gt;you'd better ask this the seasiders. I tried their tutorial and found
&lt;br&gt;it much less familiar than Aida which I tried later. At least seaside
&lt;br&gt;does not advertise MVC/P.
&lt;br&gt;&lt;br&gt;KG&amp;gt; What is the reason why AidaWeb exists?
&lt;br&gt;&lt;br&gt;Aida was used commercially and then donated to the community. The real
&lt;br&gt;reply can only come from Janko here :-))
&lt;br&gt;&lt;br&gt;KG&amp;gt; I guess Ajax and Comet make it quicker to update web pages?
&lt;br&gt;&lt;br&gt;Ajax is built in so you can use AidaWeb without noticing you use Ajax.
&lt;br&gt;Comet is a Pattern in Aida, this was discussed here and can be found
&lt;br&gt;in the archives.
&lt;br&gt;&lt;br&gt;There is work in progress to make it even quicker because I need web
&lt;br&gt;applications to be as quick as local GUI applications.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25431847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25431847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28-picoVerse-%3A%28-AidaWeb-vs-Seaside-%29-%29-tp25425992p25431847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25431671</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T23:21:13Z</published>
	<updated>2009-09-13T23:21:13Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi Kjell,
&lt;br&gt;&lt;br&gt;KG&amp;gt; I am using the Dolphin version that I downloaded yesterday or so.
&lt;br&gt;I see how the &amp;gt;&amp;gt;&amp;gt;doesNotUnderstand: is forwarding the messages
&lt;br&gt;KG&amp;gt; to the style. &amp;nbsp;It is doing it in Dolphin too. &amp;nbsp;I didn't see any version
&lt;br&gt;KG&amp;gt; numbers in the Dolphin version.
&lt;br&gt;&lt;br&gt;sorry I know nothing about Dolphin, except the port is not up to date.
&lt;br&gt;But sending the message to Style directly should work in older and
&lt;br&gt;younger versions.
&lt;br&gt;&lt;br&gt;So if it still doesn't work, please make sure the site is running
&lt;br&gt;SwazooAida demoStart &amp;nbsp;and registered
&lt;br&gt;(AIDASite named: 'aidademo') urlResolver defaultURL: '/addressbook.html' forObject: book
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25431671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25431671&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25431671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25426424</id>
	<title>( picoVerse-:( What I want to do with AidaWeb ) )</title>
	<published>2009-09-13T12:34:15Z</published>
	<updated>2009-09-13T12:34:15Z</updated>
	<author>
		<name>picoVerse</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Is it possible for AidaWeb to act like a client in a connectionless
&lt;br&gt;client server setup?
&lt;br&gt;&lt;br&gt;I would like to use AidaWeb as an html based extention of the
&lt;br&gt;Dolphin Graphical User Interface.
&lt;br&gt;&lt;br&gt;I would like to make a Dolphin based client server system where
&lt;br&gt;small binary blobs of data are exchanged via a raw socket.
&lt;br&gt;It might be highly connection oriented or it might be connectionless.
&lt;br&gt;I don't know which is better.
&lt;br&gt;&lt;br&gt;What is a good way to make a client server setup using Dolphin?
&lt;br&gt;&lt;br&gt;I want to make an online &amp;quot;extreme programming&amp;quot; system based on
&lt;br&gt;picoLARC( sourceforge.net ) and Smalltalk etc for educational
&lt;br&gt;purposes.
&lt;br&gt;&lt;br&gt;One of the educational projects might be making websites using
&lt;br&gt;AidaWeb. &amp;nbsp;Since picoLARC is a superset of Smalltalk mostly
&lt;br&gt;this aught to be doable.
&lt;br&gt;&lt;br&gt;picoLARC LambdaLisp is not fast right now but it can delegate
&lt;br&gt;mostly to Dolphin. ( at:put: anArray 1 anObject ) in picoLARC
&lt;br&gt;is equivalent to ( anArray at: 1 put: anObject ) in Smalltalk.
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25426424&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28-picoVerse-%3A%28-What-I-want-to-do-with-AidaWeb-%29-%29-tp25426424p25426424.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425992</id>
	<title>( picoVerse-:( AidaWeb vs Seaside ) )</title>
	<published>2009-09-13T11:53:01Z</published>
	<updated>2009-09-13T11:53:01Z</updated>
	<author>
		<name>picoVerse</name>
	</author>
	<content type="html">Is it true that Seaside doesn't do Model View Presenter?
&lt;br&gt;&lt;br&gt;I like Model View Presenter( controller ).
&lt;br&gt;&lt;br&gt;What is the reason why AidaWeb exists?
&lt;br&gt;&lt;br&gt;I have read that in Seaside it is easier to reuse web components
&lt;br&gt;by composition of Objects. &amp;nbsp;I like reuse.
&lt;br&gt;&lt;br&gt;I guess Ajax and Comet make it quicker to update web pages?
&lt;br&gt;&lt;br&gt;Also Seaside has an online book. &amp;nbsp;I really like the online book.
&lt;br&gt;But this mailing list seems quite responsive too.
&lt;br&gt;&lt;br&gt;The reason I chose AidaWeb is because the Seaside for Dolphin
&lt;br&gt;was not available a few days ago when I checked.
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425992&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28-picoVerse-%3A%28-AidaWeb-vs-Seaside-%29-%29-tp25425992p25425992.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425872</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T11:40:52Z</published>
	<updated>2009-09-13T11:40:52Z</updated>
	<author>
		<name>picoVerse</name>
	</author>
	<content type="html">I am using the Dolphin version that I downloaded yesterday or so.
&lt;br&gt;I see how the &amp;gt;&amp;gt;doesNotUnderstand: is forwarding the messages
&lt;br&gt;to the style. &amp;nbsp;It is doing it in Dolphin too. &amp;nbsp;I didn't see any version
&lt;br&gt;numbers in the Dolphin version.
&lt;br&gt;&lt;br&gt;2009/9/13 Herbert König &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Kjell,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; KG&amp;gt; The following code from the tutorial at:
&lt;br&gt;&amp;gt; KG&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; KG&amp;gt;     viewMain
&lt;br&gt;&amp;gt; KG&amp;gt;         | e |
&lt;br&gt;&amp;gt; KG&amp;gt;         e := WebElement new.
&lt;br&gt;&amp;gt; KG&amp;gt;         e addTextH1: 'Address book'.
&lt;br&gt;&amp;gt; KG&amp;gt;         self pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In older versions (sure about 5.6) this would work because
&lt;br&gt;&amp;gt; WebApplication would use DNU to redirect this to WebStyle.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So you might try
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; self style pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Otherwise you might have forgotten to register the app like.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (AIDASite named: 'aidademo') urlResolver defaultURL:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I write this from memory, so no warranties.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please tell us which versions you use.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Herbert                            mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425872&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425872&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425872&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25425872.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425793</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T11:33:42Z</published>
	<updated>2009-09-13T11:33:42Z</updated>
	<author>
		<name>picoVerse</name>
	</author>
	<content type="html">Hello Janko
&lt;br&gt;&lt;br&gt;I just downloaded the Damien webdevelopment images of Squeak and the
&lt;br&gt;standard Squeak 3.10 for Windows package.
&lt;br&gt;&lt;br&gt;I searched for &amp;gt;&amp;gt;pageFrameWith:title: in the Damien image
&lt;br&gt;&lt;br&gt;in there but still couldn't find it. &amp;nbsp;So this was a big puzzle but then I found
&lt;br&gt;&amp;gt;&amp;gt;doesNotUnderstand:
&lt;br&gt;which forwards the messages to the style. &amp;nbsp;I also found this in Dolphin AidaWeb.
&lt;br&gt;&lt;br&gt;So are you going away from the &amp;gt;&amp;gt;doesNotUnderstand: way
&lt;br&gt;in the new version? &amp;nbsp;( I just saw the compiler warning in Dolphin
&lt;br&gt;but I did not actually try the demo code out. &amp;nbsp;So I guess it probably
&lt;br&gt;works. &amp;nbsp;The tutorial probably works. &amp;nbsp;I haven't tried it. &amp;nbsp;It just causes
&lt;br&gt;a compiler warning in Dolphin. )
&lt;br&gt;&lt;br&gt;2009/9/13 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Kjell,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First welcome to the list! About the tutorial, yes, we forget to upgrade
&lt;br&gt;&amp;gt; it for Aida 6.0. I just did that upgrade and all needed is to change the
&lt;br&gt;&amp;gt; last line in every view method:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        self style pageFrameWith:title:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In 6.0 there is an explicit delegation to the so called style class
&lt;br&gt;&amp;gt; (DefaultWebStyle in default case) which holds everything from layout (as
&lt;br&gt;&amp;gt; #pageFrameWith: is for) to CSS, images, also JavaScript etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps
&lt;br&gt;&amp;gt; Janko
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Kjell Godo pravi:
&lt;br&gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The following code from the tutorial at:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; doesn't work:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     viewMain
&lt;br&gt;&amp;gt;&amp;gt;         | e |
&lt;br&gt;&amp;gt;&amp;gt;         e := WebElement new.
&lt;br&gt;&amp;gt;&amp;gt;         e addTextH1: 'Address book'.
&lt;br&gt;&amp;gt;&amp;gt;         self pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; because WebApplication&amp;gt;&amp;gt;pageFrameWith:title:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; does not exist.  Please tell me how to fix this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also: Does anyone know how to port non GUI
&lt;br&gt;&amp;gt;&amp;gt; generic Dolphin Smalltalk code over to Squeak?
&lt;br&gt;&amp;gt;&amp;gt; Is there an easy automated way to do it?  And visa versa
&lt;br&gt;&amp;gt;&amp;gt; from Squeak to Dolphin?
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425793&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Janko Mivšek
&lt;br&gt;&amp;gt; Svetovalec za informatiko
&lt;br&gt;&amp;gt; Eranova d.o.o.
&lt;br&gt;&amp;gt; Ljubljana, Slovenija
&lt;br&gt;&amp;gt; www.eranova.si
&lt;br&gt;&amp;gt; tel:  01 514 22 55
&lt;br&gt;&amp;gt; faks: 01 514 22 56
&lt;br&gt;&amp;gt; gsm: 031 674 565
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425793&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425793&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25425793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425602</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T11:13:18Z</published>
	<updated>2009-09-13T11:13:18Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Kjell,
&lt;br&gt;&lt;br&gt;First welcome to the list! About the tutorial, yes, we forget to upgrade
&lt;br&gt;it for Aida 6.0. I just did that upgrade and all needed is to change the
&lt;br&gt;last line in every view method:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self style pageFrameWith:title:
&lt;br&gt;&lt;br&gt;In 6.0 there is an explicit delegation to the so called style class
&lt;br&gt;(DefaultWebStyle in default case) which holds everything from layout (as
&lt;br&gt;#pageFrameWith: is for) to CSS, images, also JavaScript etc.
&lt;br&gt;&lt;br&gt;Hope this helps
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;Kjell Godo pravi:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The following code from the tutorial at:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; doesn't work:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; viewMain
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | e |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e := WebElement new.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e addTextH1: 'Address book'.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self pageFrameWith: e title: 'Address book'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; because WebApplication&amp;gt;&amp;gt;pageFrameWith:title:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; does not exist. &amp;nbsp;Please tell me how to fix this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also: Does anyone know how to port non GUI
&lt;br&gt;&amp;gt; generic Dolphin Smalltalk code over to Squeak?
&lt;br&gt;&amp;gt; Is there an easy automated way to do it? &amp;nbsp;And visa versa
&lt;br&gt;&amp;gt; from Squeak to Dolphin?
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425602&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;Svetovalec za informatiko
&lt;br&gt;Eranova d.o.o.
&lt;br&gt;Ljubljana, Slovenija
&lt;br&gt;www.eranova.si
&lt;br&gt;tel: &amp;nbsp;01 514 22 55
&lt;br&gt;faks: 01 514 22 56
&lt;br&gt;gsm: 031 674 565
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425602&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25425602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425703</id>
	<title>Re: [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T11:12:01Z</published>
	<updated>2009-09-13T11:12:01Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi Kjell,
&lt;br&gt;&lt;br&gt;&lt;br&gt;KG&amp;gt; The following code from the tutorial at:
&lt;br&gt;KG&amp;gt; &lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;KG&amp;gt;     viewMain
&lt;br&gt;KG&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | e |
&lt;br&gt;KG&amp;gt;         e := WebElement new.
&lt;br&gt;KG&amp;gt;         e addTextH1: 'Address book'.
&lt;br&gt;KG&amp;gt;         self pageFrameWith: e title: 'Address book'
&lt;br&gt;&lt;br&gt;In older versions (sure about 5.6) this would work because
&lt;br&gt;WebApplication would use DNU to redirect this to WebStyle.
&lt;br&gt;&lt;br&gt;So you might try
&lt;br&gt;&lt;br&gt;self style pageFrameWith: e title: 'Address book'
&lt;br&gt;&lt;br&gt;Otherwise you might have forgotten to register the app like.
&lt;br&gt;&lt;br&gt;(AIDASite named: 'aidademo') urlResolver defaultURL:
&lt;br&gt;&lt;br&gt;I write this from memory, so no warranties.
&lt;br&gt;&lt;br&gt;Please tell us which versions you use.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25425703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425121</id>
	<title>[AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )</title>
	<published>2009-09-13T10:16:19Z</published>
	<updated>2009-09-13T10:16:19Z</updated>
	<author>
		<name>picoVerse</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;The following code from the tutorial at:
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si/tutorial.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;doesn't work:
&lt;br&gt;&lt;br&gt;    viewMain
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | e |
&lt;br&gt;        e := WebElement new.
&lt;br&gt;        e addTextH1: 'Address book'.
&lt;br&gt;        self pageFrameWith: e title: 'Address book'
&lt;br&gt;&lt;br&gt;because WebApplication&amp;gt;&amp;gt;pageFrameWith:title:
&lt;br&gt;&lt;br&gt;does not exist. &amp;nbsp;Please tell me how to fix this.
&lt;br&gt;&lt;br&gt;Also: Does anyone know how to port non GUI
&lt;br&gt;generic Dolphin Smalltalk code over to Squeak?
&lt;br&gt;Is there an easy automated way to do it? &amp;nbsp;And visa versa
&lt;br&gt;from Squeak to Dolphin?
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-AidaWeb-%28-picoVerse-%3A%28-A-problem-with-the-AidaWeb-tutorial-with-the-Dolphin-version-of-AidaWeb-%29-%29-tp25425121p25425121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25392080</id>
	<title>Latex output</title>
	<published>2009-09-10T15:29:04Z</published>
	<updated>2009-09-10T15:29:04Z</updated>
	<author>
		<name>Alex Schenkman-2</name>
	</author>
	<content type="html">Hi Janko!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We meet at ESUG, we sat on the same table in the boat.&lt;/div&gt;&lt;div&gt;I&amp;#39;m attaching a picture so you remember me easier.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;How would you convert text from within Aida or Scribo into LaTex?&lt;/div&gt;
&lt;div&gt;I want to produce a nice article-like PDF, like the ones pdflatex produces.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks in advance!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25392080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Alex.jpg&lt;/strong&gt; (30K) &lt;a href=&quot;http://old.nabble.com/attachment/25392080/0/Alex.jpg&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Latex-output-tp25392080p25392080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25236103</id>
	<title>One-clicks for ESUG Aida tutorial</title>
	<published>2009-09-01T01:12:25Z</published>
	<updated>2009-09-01T01:12:25Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;For those who will attend Thursday's Aida tutorial on 
&lt;br&gt;ESUG, there are preinstalled one-clicks and images with 
&lt;br&gt;Aida and Scribo for Squeak, Pharo and VisualWorks, so I'd 
&lt;br&gt;like to ask you to install them in advance. More on 
&lt;br&gt;tutorial page: 
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.esug.org/Conferences/2009/Current+List+of+Talks/Aida+tutorial&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.esug.org/Conferences/2009/Current+List+of+Talks/Aida+tutorial&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks and apologies to others for spamming the lists with 
&lt;br&gt;that note.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25236103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/One-clicks-for-ESUG-Aida-tutorial-tp25236103p25236103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25214539</id>
	<title>Re: Bug fixed Vesion of AIDAcharts</title>
	<published>2009-08-30T11:56:55Z</published>
	<updated>2009-08-30T11:56:55Z</updated>
	<author>
		<name>Nicholas Moore</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffcc&quot; text=&quot;#330099&quot;&gt;
&lt;font size=&quot;+1&quot;&gt;Thanks  Herbert.&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
� wrote:
&lt;blockquote cite=&quot;mid:293412206.20090830160007@gmx.net&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Hi Nicholas,


NM&amp;gt; Where did you upload it to?

&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://mc.bioskop.fr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mc.bioskop.fr&lt;/a&gt; is the SqueakSource installation where you can
get it via the web interface.

Navigate to projects, AIDAcharts, latest.

Cheers,

Herbert                            &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25214539&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;

_______________________________________________
Aida mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25214539&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;div class=&quot;moz-signature&quot;&gt;-- &lt;br&gt;
&lt;meta http-equiv=&quot;CONTENT-TYPE&quot; content=&quot;text/html; &quot;&gt;
&lt;title&gt;NJM TSR-i&lt;/title&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Bluefish 1.0.7&quot;&gt;
&lt;meta name=&quot;CREATED&quot; content=&quot;20050609;17323300&quot;&gt;
&lt;meta name=&quot;CHANGED&quot; content=&quot;20050721;18114400&quot;&gt;
&lt;p style=&quot;margin-bottom: 0cm;&quot; align=&quot;left&quot;&gt;
&lt;font face=&quot;Times New Roman&quot;&gt;&lt;b&gt;&lt;font size=&quot;3&quot;&gt;&lt;font color=&quot;#009900&quot;&gt;Nicholas
J Moore&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
&lt;font face=&quot;Arial&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;Limoges&lt;br&gt;
France&lt;br&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;!--/STYLE=&quot;margin-bottom:FONT--&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25214539&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-fixed-Vesion-of-AIDAcharts-tp25210341p25214539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25211800</id>
	<title>Re: Bug fixed Vesion of AIDAcharts</title>
	<published>2009-08-30T07:00:07Z</published>
	<updated>2009-08-30T07:00:07Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi Nicholas,
&lt;br&gt;&lt;br&gt;&lt;br&gt;NM&amp;gt; Where did you upload it to?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mc.bioskop.fr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mc.bioskop.fr&lt;/a&gt;&amp;nbsp;is the SqueakSource installation where you can
&lt;br&gt;get it via the web interface.
&lt;br&gt;&lt;br&gt;Navigate to projects, AIDAcharts, latest.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25211800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25211800&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-fixed-Vesion-of-AIDAcharts-tp25210341p25211800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25210421</id>
	<title>Re: Bug fixed Vesion of AIDAcharts</title>
	<published>2009-08-30T03:39:39Z</published>
	<updated>2009-08-30T03:39:39Z</updated>
	<author>
		<name>Nicholas Moore</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffcc&quot; text=&quot;#330099&quot;&gt;
&lt;font size=&quot;+1&quot;&gt;Hi Herbert,&lt;br&gt;
&lt;br&gt;
Where did you upload it to?&lt;br&gt;
&lt;br&gt;
Nicholas&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
� wrote:
&lt;blockquote cite=&quot;mid:749803992.20090830122728@gmx.net&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Hi,

i just uploaded a version of AIDAcharts which fixes a bug in
protochart JavaScript library.

The bug prevented axis labels of 0 to be drawn as null, 0.0 undefined
NaN all equal false in JavaScript.


Cheers,

Herbert                          &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;

_______________________________________________
Aida mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210421&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;div class=&quot;moz-signature&quot;&gt;-- &lt;br&gt;
&lt;meta http-equiv=&quot;CONTENT-TYPE&quot; content=&quot;text/html; &quot;&gt;
&lt;title&gt;NJM TSR-i&lt;/title&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Bluefish 1.0.7&quot;&gt;
&lt;meta name=&quot;CREATED&quot; content=&quot;20050609;17323300&quot;&gt;
&lt;meta name=&quot;CHANGED&quot; content=&quot;20050721;18114400&quot;&gt;
&lt;p style=&quot;margin-bottom: 0cm;&quot; align=&quot;left&quot;&gt;
&lt;font face=&quot;Times New Roman&quot;&gt;&lt;b&gt;&lt;font size=&quot;3&quot;&gt;&lt;font color=&quot;#009900&quot;&gt;Nicholas
J Moore&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
&lt;font face=&quot;Arial&quot;&gt;&lt;font size=&quot;2&quot;&gt;Limoges&lt;/font&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
&lt;/font&gt;
&lt;!--/STYLE=&quot;margin-bottom:FONT--&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-fixed-Vesion-of-AIDAcharts-tp25210341p25210421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25210341</id>
	<title>Bug fixed Vesion of AIDAcharts</title>
	<published>2009-08-30T03:27:28Z</published>
	<updated>2009-08-30T03:27:28Z</updated>
	<author>
		<name>Herbert König</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;i just uploaded a version of AIDAcharts which fixes a bug in
&lt;br&gt;protochart JavaScript library.
&lt;br&gt;&lt;br&gt;The bug prevented axis labels of 0 to be drawn as null, 0.0 undefined
&lt;br&gt;NaN all equal false in JavaScript.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Herbert &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210341&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herbertkoenig@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210341&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-fixed-Vesion-of-AIDAcharts-tp25210341p25210341.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25163580</id>
	<title>Re: [ANN] Aida/Web 6.0 with tree-like control flow released</title>
	<published>2009-08-26T16:48:17Z</published>
	<updated>2009-08-26T16:48:17Z</updated>
	<author>
		<name>Rothwell, Rob</name>
	</author>
	<content type="html">Are you going to announce it on the Weekly Squeak and &lt;a href=&quot;http://squeak.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squeak.org&lt;/a&gt;?&lt;br&gt;&lt;br&gt;Rob&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/8/26 Janko Mivšek &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25163580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Thanks Nicholas, well, working but enjoying :)&lt;br&gt;
&lt;br&gt;
Janko&lt;br&gt;
&lt;br&gt;
Nicholas Moore pravi:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; Well done Janko,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Looks like you have been working hard this summer!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I will upgrade my sites and let you know how it goes.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Regards&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Nicholas&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Janko Mivšek wrote:&lt;br&gt;
&amp;gt;&amp;gt; Dear Smalltalkers,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; After a long journey the Aida 6.0 web framework and application server&lt;br&gt;
&amp;gt;&amp;gt; is released today on Squeak, Pharo and VisualWorks.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; To download it visit our website &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt; and its download&lt;br&gt;
&amp;gt;&amp;gt; section. Come also on ESUG Aida tutorial next Thursday to get a feel of&lt;br&gt;
&amp;gt;&amp;gt; all new features.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Major new features since previous 5.6:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;    1.Tree-like control flow (see WebDemoApp control flow examples) as&lt;br&gt;
&amp;gt;&amp;gt;      the final step to close gap to the support of all kinds of web&lt;br&gt;
&amp;gt;&amp;gt;      applications from those with an usual graph-like navigation to&lt;br&gt;
&amp;gt;&amp;gt;      those with a tree-like control flow as found in GUI-like web apps.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;    2.Introduction of web execution contexts . These contexts give a&lt;br&gt;
&amp;gt;&amp;gt;      scope to the &amp;quot;execution&amp;quot; of web request and are the precondition&lt;br&gt;
&amp;gt;&amp;gt;      for controlling this flow of execution.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;    3.Translation support for text on the web apps, to allow the&lt;br&gt;
&amp;gt;&amp;gt;      multilingual text on the pages, besides multilingual content,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;    4.Caching (memcached like) to improve performance of serving the&lt;br&gt;
&amp;gt;&amp;gt;      content, which otherwise doesn&amp;#39;t change frequently.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; About tree-like control flow in action with a help of the attached&lt;br&gt;
&amp;gt;&amp;gt; image: in Aida action method you want to confirm a delete by asking the&lt;br&gt;
&amp;gt;&amp;gt; user with a popup dialog window. Execution is there interrupted until&lt;br&gt;
&amp;gt;&amp;gt; the YES or NO button is pressed on dialog. At that time the execution of&lt;br&gt;
&amp;gt;&amp;gt; action method continue and delete is done if YES button was pressed.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Best regards&lt;br&gt;
&amp;gt;&amp;gt; Janko Mivšek&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; ------------------------------------------------------------------------&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; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Aida mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25163580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; *Nicholas J Moore*&lt;br&gt;
&amp;gt; Limoges&lt;br&gt;
&amp;gt; France&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Aida mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25163580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;Janko Mivšek&lt;br&gt;
Svetovalec za informatiko&lt;br&gt;
Eranova d.o.o.&lt;br&gt;
Ljubljana, Slovenija&lt;br&gt;
&lt;a href=&quot;http://www.eranova.si&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.eranova.si&lt;/a&gt;&lt;br&gt;
tel:  01 514 22 55&lt;br&gt;
faks: 01 514 22 56&lt;br&gt;
gsm: 031 674 565&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
Aida mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25163580&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25163580&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Aida-Web-6.0-with-tree-like-control-flow-released-tp25160496p25163580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25161778</id>
	<title>Re: [ANN] Aida/Web 6.0 with tree-like control flow released</title>
	<published>2009-08-26T14:23:29Z</published>
	<updated>2009-08-26T14:23:29Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Thanks Nicholas, well, working but enjoying :)
&lt;br&gt;&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;Nicholas Moore pravi:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Well done Janko,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Looks like you have been working hard this summer!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I will upgrade my sites and let you know how it goes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nicholas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Janko Mivšek wrote:
&lt;br&gt;&amp;gt;&amp;gt; Dear Smalltalkers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; After a long journey the Aida 6.0 web framework and application server
&lt;br&gt;&amp;gt;&amp;gt; is released today on Squeak, Pharo and VisualWorks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; To download it visit our website &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&amp;nbsp;and its download
&lt;br&gt;&amp;gt;&amp;gt; section. Come also on ESUG Aida tutorial next Thursday to get a feel of
&lt;br&gt;&amp;gt;&amp;gt; all new features.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Major new features since previous 5.6:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;1.Tree-like control flow (see WebDemoApp control flow examples) as
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;the final step to close gap to the support of all kinds of web
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;applications from those with an usual graph-like navigation to
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;those with a tree-like control flow as found in GUI-like web apps.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2.Introduction of web execution contexts . These contexts give a
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;scope to the &amp;quot;execution&amp;quot; of web request and are the precondition
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;for controlling this flow of execution.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;3.Translation support for text on the web apps, to allow the
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;multilingual text on the pages, besides multilingual content,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;4.Caching (memcached like) to improve performance of serving the
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;content, which otherwise doesn't change frequently.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; About tree-like control flow in action with a help of the attached
&lt;br&gt;&amp;gt;&amp;gt; image: in Aida action method you want to confirm a delete by asking the
&lt;br&gt;&amp;gt;&amp;gt; user with a popup dialog window. Execution is there interrupted until
&lt;br&gt;&amp;gt;&amp;gt; the YES or NO button is pressed on dialog. At that time the execution of
&lt;br&gt;&amp;gt;&amp;gt; action method continue and delete is done if YES button was pressed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Best regards
&lt;br&gt;&amp;gt;&amp;gt; Janko Mivšek
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&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; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25161778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; *Nicholas J Moore*
&lt;br&gt;&amp;gt; Limoges
&lt;br&gt;&amp;gt; France
&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; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25161778&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;Svetovalec za informatiko
&lt;br&gt;Eranova d.o.o.
&lt;br&gt;Ljubljana, Slovenija
&lt;br&gt;www.eranova.si
&lt;br&gt;tel: &amp;nbsp;01 514 22 55
&lt;br&gt;faks: 01 514 22 56
&lt;br&gt;gsm: 031 674 565
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25161778&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Aida-Web-6.0-with-tree-like-control-flow-released-tp25160496p25161778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25161261</id>
	<title>Re: [ANN] Aida/Web 6.0 with tree-like control flow released</title>
	<published>2009-08-26T13:50:40Z</published>
	<updated>2009-08-26T13:50:40Z</updated>
	<author>
		<name>Nicholas Moore</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffcc&quot; text=&quot;#330099&quot;&gt;
Well done Janko,&lt;br&gt;
&lt;br&gt;
Looks like you have been working hard this summer! &lt;br&gt;
&lt;br&gt;
I will upgrade my sites and let you know how it goes.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Nicholas&lt;br&gt;
&lt;br&gt;
Janko Mivšek wrote:
&lt;blockquote cite=&quot;mid:4A959688.6020905@eranova.si&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Dear Smalltalkers,

After a long journey the Aida 6.0 web framework and application server
is released today on Squeak, Pharo and VisualWorks.

To download it visit our website &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt; and its download
section. Come also on ESUG Aida tutorial next Thursday to get a feel of
all new features.

Major new features since previous 5.6:

   1.Tree-like control flow (see WebDemoApp control flow examples) as
     the final step to close gap to the support of all kinds of web
     applications from those with an usual graph-like navigation to
     those with a tree-like control flow as found in GUI-like web apps.

   2.Introduction of web execution contexts . These contexts give a
     scope to the &quot;execution&quot; of web request and are the precondition
     for controlling this flow of execution.

   3.Translation support for text on the web apps, to allow the
     multilingual text on the pages, besides multilingual content,

   4.Caching (memcached like) to improve performance of serving the
     content, which otherwise doesn't change frequently.

About tree-like control flow in action with a help of the attached
image: in Aida action method you want to confirm a delete by asking the
user with a popup dialog window. Execution is there interrupted until
the YES or NO button is pressed on dialog. At that time the execution of
action method continue and delete is done if YES button was pressed.

Best regards
Janko Mivšek

  &lt;/pre&gt;
  &lt;br&gt;
  &lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;&lt;br&gt;
  &lt;center&gt;&lt;img src=&quot;http://old.nabble.com/attachment/25161261/0/part1.02070608.05030501%40tsr-i.com&quot;&gt;&lt;/center&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;
_______________________________________________
Aida mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25161261&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;div class=&quot;moz-signature&quot;&gt;-- &lt;br&gt;
&lt;meta http-equiv=&quot;CONTENT-TYPE&quot; content=&quot;text/html; &quot;&gt;
&lt;title&gt;NJM TSR-i&lt;/title&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Bluefish 1.0.7&quot;&gt;
&lt;meta name=&quot;CREATED&quot; content=&quot;20050609;17323300&quot;&gt;
&lt;meta name=&quot;CHANGED&quot; content=&quot;20050721;18114400&quot;&gt;
&lt;p style=&quot;margin-bottom: 0cm;&quot; align=&quot;left&quot;&gt;
&lt;font face=&quot;Times New Roman&quot;&gt;&lt;b&gt;&lt;font size=&quot;3&quot;&gt;&lt;font color=&quot;#009900&quot;&gt;Nicholas
J Moore&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
&lt;font face=&quot;Arial&quot;&gt;&lt;font size=&quot;2&quot;&gt;Limoges&lt;br&gt;
France&lt;br&gt;
&lt;/font&gt;&lt;/font&gt;&lt;br&gt;
&lt;/font&gt;
&lt;!--/STYLE=&quot;margin-bottom:FONT--&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25161261&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Aida-Web-6.0-with-tree-like-control-flow-released-tp25160496p25161261.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25160496</id>
	<title>[ANN] Aida/Web 6.0 with tree-like control flow released</title>
	<published>2009-08-26T13:09:44Z</published>
	<updated>2009-08-26T13:09:44Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Dear Smalltalkers,
&lt;br&gt;&lt;br&gt;After a long journey the Aida 6.0 web framework and application server
&lt;br&gt;is released today on Squeak, Pharo and VisualWorks.
&lt;br&gt;&lt;br&gt;To download it visit our website &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&amp;nbsp;and its download
&lt;br&gt;section. Come also on ESUG Aida tutorial next Thursday to get a feel of
&lt;br&gt;all new features.
&lt;br&gt;&lt;br&gt;Major new features since previous 5.6:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1.Tree-like control flow (see WebDemoApp control flow examples) as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the final step to close gap to the support of all kinds of web
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;applications from those with an usual graph-like navigation to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;those with a tree-like control flow as found in GUI-like web apps.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;2.Introduction of web execution contexts . These contexts give a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;scope to the &amp;quot;execution&amp;quot; of web request and are the precondition
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;for controlling this flow of execution.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;3.Translation support for text on the web apps, to allow the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;multilingual text on the pages, besides multilingual content,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;4.Caching (memcached like) to improve performance of serving the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;content, which otherwise doesn't change frequently.
&lt;br&gt;&lt;br&gt;About tree-like control flow in action with a help of the attached
&lt;br&gt;image: in Aida action method you want to confirm a delete by asking the
&lt;br&gt;user with a popup dialog window. Execution is there interrupted until
&lt;br&gt;the YES or NO button is pressed on dialog. At that time the execution of
&lt;br&gt;action method continue and delete is done if YES button was pressed.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko Mivšek
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25160496&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;aida-treelike-control-flow-in-action.png&lt;/strong&gt; (29K) &lt;a href=&quot;http://old.nabble.com/attachment/25160496/0/aida-treelike-control-flow-in-action.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Aida-Web-6.0-with-tree-like-control-flow-released-tp25160496p25160496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25106397</id>
	<title>Re: Tree-like control flow works!</title>
	<published>2009-08-23T12:09:32Z</published>
	<updated>2009-08-23T12:09:32Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Hi Jarda,
&lt;br&gt;&lt;br&gt;I have your work (and Nico's Iliad) in mind while working on recent Aida
&lt;br&gt;and I hope we have now a good base for implementing your ideas on top of
&lt;br&gt;it. This is then a step to do for Aida 6.1 :) Or 6.2, 6.1 will probably
&lt;br&gt;be a maintenance release.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;&lt;br&gt;Jaroslav Havlín pravi:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Great news. Thank you!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; &amp;nbsp;Jarda
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/8/22 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Thanks Rob for nice words. Well, Aida and such R&amp;D work is also my
&lt;br&gt;&amp;gt;&amp;gt; pleasure :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Janko
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Rob Rothwell pravi:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Congratulations on your perseverance and accomplishment!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Take care,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Rob
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2009/8/22 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Dear all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Finally I'm glad to announce that tree-like control flow just started to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; work in Aida! See attached image for code example and browser snapshot
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; of the basic example of such control flow.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; In short: in action method you want to confirm a delete by asking user
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; with a popup dialog window. Execution is there interrupted until the YES
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; or NO button is pressed on dialog. At that time the execution of action
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; method continue and delete is done if YES button was pressed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Now let me do this thing more robust, then I'll release it. Aida 6.0 is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; therefore on the way in few days!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Best regards
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Janko
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Janko Mivšek
&lt;br&gt;&amp;gt;&amp;gt; AIDA/Web
&lt;br&gt;&amp;gt;&amp;gt; Smalltalk Web Application Server
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;Svetovalec za informatiko
&lt;br&gt;Eranova d.o.o.
&lt;br&gt;Ljubljana, Slovenija
&lt;br&gt;www.eranova.si
&lt;br&gt;tel: &amp;nbsp;01 514 22 55
&lt;br&gt;faks: 01 514 22 56
&lt;br&gt;gsm: 031 674 565
&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25106397&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tree-like-control-flow-works%21-tp25097113p25106397.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25105864</id>
	<title>Re: Tree-like control flow works!</title>
	<published>2009-08-23T11:17:46Z</published>
	<updated>2009-08-23T11:17:46Z</updated>
	<author>
		<name>Jaroslav Havlín-2</name>
	</author>
	<content type="html">Great news. Thank you!
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Jarda
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/8/22 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25105864&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks Rob for nice words. Well, Aida and such R&amp;D work is also my
&lt;br&gt;&amp;gt; pleasure :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Janko
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rob Rothwell pravi:
&lt;br&gt;&amp;gt;&amp;gt; Congratulations on your perseverance and accomplishment!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Take care,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Rob
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/8/22 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25105864&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25105864&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     Dear all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     Finally I'm glad to announce that tree-like control flow just started to
&lt;br&gt;&amp;gt;&amp;gt;     work in Aida! See attached image for code example and browser snapshot
&lt;br&gt;&amp;gt;&amp;gt;     of the basic example of such control flow.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     In short: in action method you want to confirm a delete by asking user
&lt;br&gt;&amp;gt;&amp;gt;     with a popup dialog window. Execution is there interrupted until the YES
&lt;br&gt;&amp;gt;&amp;gt;     or NO button is pressed on dialog. At that time the execution of action
&lt;br&gt;&amp;gt;&amp;gt;     method continue and delete is done if YES button was pressed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     Now let me do this thing more robust, then I'll release it. Aida 6.0 is
&lt;br&gt;&amp;gt;&amp;gt;     therefore on the way in few days!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     Best regards
&lt;br&gt;&amp;gt;&amp;gt;     Janko
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Janko Mivšek
&lt;br&gt;&amp;gt; AIDA/Web
&lt;br&gt;&amp;gt; Smalltalk Web Application Server
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Aida mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25105864&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25105864&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tree-like-control-flow-works%21-tp25097113p25105864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25097339</id>
	<title>Re: Tree-like control flow works!</title>
	<published>2009-08-22T13:11:43Z</published>
	<updated>2009-08-22T13:11:43Z</updated>
	<author>
		<name>Janko Mivsek</name>
	</author>
	<content type="html">Thanks Rob for nice words. Well, Aida and such R&amp;D work is also my
&lt;br&gt;pleasure :)
&lt;br&gt;&lt;br&gt;Janko
&lt;br&gt;&lt;br&gt;Rob Rothwell pravi:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Congratulations on your perseverance and accomplishment!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Take care,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Rob
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/8/22 Janko Mivšek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25097339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25097339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;janko.mivsek@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Dear all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Finally I'm glad to announce that tree-like control flow just started to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; work in Aida! See attached image for code example and browser snapshot
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; of the basic example of such control flow.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; In short: in action method you want to confirm a delete by asking user
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; with a popup dialog window. Execution is there interrupted until the YES
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; or NO button is pressed on dialog. At that time the execution of action
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; method continue and delete is done if YES button was pressed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Now let me do this thing more robust, then I'll release it. Aida 6.0 is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; therefore on the way in few days!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Best regards
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Janko
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Janko Mivšek
&lt;br&gt;AIDA/Web
&lt;br&gt;Smalltalk Web Application Server
&lt;br&gt;&lt;a href=&quot;http://www.aidaweb.si&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aidaweb.si&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Aida mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25097339&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Aida@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.aidaweb.si/mailman/listinfo/aida&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.aidaweb.si/mailman/listinfo/aida&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tree-like-control-flow-works%21-tp25097113p25097339.html" />
</entry>

</feed>
