Kjell Godo | 5 Oct 2010 04:31
Picon

Re: Patched 6.1 released, how to Metacello install on Squeak?

Hello Janko

I would like to use AidaWeb on Dolphin Smalltalk for a web application.

It looks like you have gone far ahead on Pharo and VisualWorks but the
Dolphin version has stayed behind.

The Tutorial doesn't work on Dolphin.  The web addresses in the demo
are all broken.

I know my way around Dolphin but I don't know much about the web.  But
I would like to learn.

Can you help me to get the Dolphin version of AidaWeb going?

Or should I try using Seaside for Dolphin instead.

I would like to try to get AidaWeb going on Dolphin.  Is it realistic
for me to try with your help?

How long do you think it would take me to do it in hours? days? weeks?

What about porting the latest Pharo version to Dolphin?

2010/9/30 Janko Mivšek <janko.mivsek <at> eranova.si>:
> Dear all,
>
> I released Aida6.1-final.2 to SqueakSource with patches by Herbert and
> Robert. Patches are as follows:
>
(Continue reading)

Smalltalk | 5 Oct 2010 15:43
Picon
Picon
Favicon

Re: Patched 6.1 released, how to Metacello install on Squeak?

Hi,

I have ported AIDA 6.0 to Dolphin (a couple a months ago), I can send you
the latest packages if you want it.

Regards,
Bruno

-----Mensaje original-----
De: aida-bounces <at> aidaweb.si [mailto:aida-bounces <at> aidaweb.si] En nombre de
Kjell Godo
Enviado el: Tuesday, October 05, 2010 12:32 AM
Para: AIDA/Web general discussion list
Asunto: Re: [aida] Patched 6.1 released, how to Metacello install on Squeak?

Hello Janko

I would like to use AidaWeb on Dolphin Smalltalk for a web application.

It looks like you have gone far ahead on Pharo and VisualWorks but the
Dolphin version has stayed behind.

The Tutorial doesn't work on Dolphin.  The web addresses in the demo
are all broken.

I know my way around Dolphin but I don't know much about the web.  But
I would like to learn.

Can you help me to get the Dolphin version of AidaWeb going?

(Continue reading)

Janko Mivšek | 5 Oct 2010 15:49
Picon
Gravatar

Re: Patched 6.1 released, how to Metacello install on Squeak?

Hi Bruno,

Can we rather publish your port on download section of our website
http://www.aidaweb.si/download.html, so that it will be publicly
accessible to all Dolphiners interested?

Best regards
Janko

On 05. 10. 2010 15:43, Smalltalk wrote:
> Hi,
> 
> I have ported AIDA 6.0 to Dolphin (a couple a months ago), I can send you
> the latest packages if you want it.
> 
> Regards,
> Bruno
> 
> 
> -----Mensaje original-----
> De: aida-bounces <at> aidaweb.si [mailto:aida-bounces <at> aidaweb.si] En nombre de
> Kjell Godo
> Enviado el: Tuesday, October 05, 2010 12:32 AM
> Para: AIDA/Web general discussion list
> Asunto: Re: [aida] Patched 6.1 released, how to Metacello install on Squeak?
> 
> Hello Janko
> 
> I would like to use AidaWeb on Dolphin Smalltalk for a web application.
> 
(Continue reading)

Smalltalk | 5 Oct 2010 16:15
Picon
Picon
Favicon

Re: Patched 6.1 released, how to Metacello install on Squeak?

Janko,

Of course, I will send you the packages to your mail later today.

Regards,
Bruno

-----Mensaje original-----
De: aida-bounces <at> aidaweb.si [mailto:aida-bounces <at> aidaweb.si] En nombre de Janko Mivšek
Enviado el: Tuesday, October 05, 2010 11:50 AM
Para: AIDA/Web general discussion list
Asunto: Re: [aida] Patched 6.1 released, how to Metacello install on Squeak?

Hi Bruno,

Can we rather publish your port on download section of our website
http://www.aidaweb.si/download.html, so that it will be publicly
accessible to all Dolphiners interested?

Best regards
Janko

On 05. 10. 2010 15:43, Smalltalk wrote:
> Hi,
> 
> I have ported AIDA 6.0 to Dolphin (a couple a months ago), I can send you
> the latest packages if you want it.
> 
> Regards,
> Bruno
(Continue reading)

Janko Mivšek | 5 Oct 2010 17:02
Picon
Gravatar

Re: Patched 6.1 released, how to Metacello install on Squeak?

Hi Kjell,

As you see Aida 6.0 will soon be be publicly released by Bruno and then
I think tutorial should work on Dolphin port as expected.

Welcome to the Aida world! :)
Janko

On 05. 10. 2010 04:31, Kjell Godo wrote:
> Hello Janko
> 
> I would like to use AidaWeb on Dolphin Smalltalk for a web application.
> 
> It looks like you have gone far ahead on Pharo and VisualWorks but the
> Dolphin version has stayed behind.
> 
> The Tutorial doesn't work on Dolphin.  The web addresses in the demo
> are all broken.
> 
> I know my way around Dolphin but I don't know much about the web.  But
> I would like to learn.
> 
> Can you help me to get the Dolphin version of AidaWeb going?
> 
> Or should I try using Seaside for Dolphin instead.
> 
> I would like to try to get AidaWeb going on Dolphin.  Is it realistic
> for me to try with your help?
> 
> How long do you think it would take me to do it in hours? days? weeks?
(Continue reading)

Herbert König | 5 Oct 2010 22:15
Picon

Re: how to get a change into official Aida

Hi Janko,

JM> Herbert, can you fileout your patch (or diffs) on top of 6.1 to see the
JM> differences?

WebGrid needs a new ivar sortable, don't know how to fileout that.
And the accessors.
These are honoured in sortColumnsIfNecessary.

WebGridColumn has two changed methods to honour Web grid's new ivar
sortable.

Completely unrelated to that I also changed WebGrid>>buildTableHeader
so that empty columns retain their width.

All changes are very small, I cannot file out a diff, as I don't have
a version control system except Monticello.

Cheers,

Herbert                            mailto:herbertkoenig <at> gmx.net
Attachment (WebGridColumn-isSortedAscending.st): application/octet-stream, 288 bytes
Attachment (WebGridColumn-isSortedDescending.st): application/octet-stream, 290 bytes
Attachment (WebGrid-sortable.st): application/octet-stream, 292 bytes
Attachment (WebGrid-sortable-colon.st): application/octet-stream, 203 bytes
Attachment (WebGrid-sortColumnsIfNessesary.st): application/octet-stream, 625 bytes
Attachment (WebGrid-buildTableHeader.st): application/octet-stream, 670 bytes
Hi Janko,

(Continue reading)

Herbert König | 5 Oct 2010 22:16
Picon

Re: Returning content of different types (was How to download a stream)

Hi Janko,

thanks, it helped. And I found the class comment of WebNonHTMLResource
which explained why my downloads still started with a html extension.

Cheers,

Herbert                            mailto:herbertkoenig <at> gmx.net

JM> Hi Herbert,

JM> A bit but hope not too late answer:

JM> Returning an answer in a content type other that HTML is actually pretty
JM> simple. Let me explain with example returning an XML:

JM> 1. make a new class, say XMLContent as subclass of WebElement
JM> 2. ovveride method #aidaContentType to return appropriate content type:

JM>   XMLContent>>aidaContentType
JM>     ^'text/xml'

3. MyApp>>>viewAsXml
JM>   | xml |
JM>   xml := '<xml>some XML content</xml>.
JM>   e := XMLContent new.
JM>   e addText: xml.
JM>   ^e

JM> 4.in browser open something like:
(Continue reading)

Herbert König | 6 Oct 2010 18:38
Picon

Bug fixed in WebNonHTMLResource

Hi,

I figured out that WebNonHTMLResource might be a solution for
downloading files. During that I found a bug in
WebNonHTMLResource>>printHTMLPageOn:for:on:

At least in Squeak ByteArray does not understand asByteString, but
ByteArray>>asString returns a ByteString

Fileout attached.

Cheers,

Herbert                          mailto:herbertkoenig <at> gmx.net
Attachment (WebNonHTMLResource-printHTMLPageOnforon.st): application/octet-stream, 402 bytes
Hi,

I figured out that WebNonHTMLResource might be a solution for
downloading files. During that I found a bug in
WebNonHTMLResource>>printHTMLPageOn:for:on:

At least in Squeak ByteArray does not understand asByteString, but
ByteArray>>asString returns a ByteString

Fileout attached.

Cheers,

Herbert                          mailto:herbertkoenig <at> gmx.net
(Continue reading)

Kjell Godo | 7 Oct 2010 00:47
Picon

Re: Patched 6.1 released, how to Metacello install on Squeak?

Thank You!

2010/10/5 Janko Mivšek <janko.mivsek <at> eranova.si>:
> Hi Kjell,
>
> As you see Aida 6.0 will soon be be publicly released by Bruno and then
> I think tutorial should work on Dolphin port as expected.
>
> Welcome to the Aida world! :)
> Janko
>
> On 05. 10. 2010 04:31, Kjell Godo wrote:
>> Hello Janko
>>
>> I would like to use AidaWeb on Dolphin Smalltalk for a web application.
>>
>> It looks like you have gone far ahead on Pharo and VisualWorks but the
>> Dolphin version has stayed behind.
>>
>> The Tutorial doesn't work on Dolphin.  The web addresses in the demo
>> are all broken.
>>
>> I know my way around Dolphin but I don't know much about the web.  But
>> I would like to learn.
>>
>> Can you help me to get the Dolphin version of AidaWeb going?
>>
>> Or should I try using Seaside for Dolphin instead.
>>
>> I would like to try to get AidaWeb going on Dolphin.  Is it realistic
(Continue reading)

Kjell Godo | 7 Oct 2010 01:02
Picon

Re: Patched 6.1 released, how to Metacello install on Squeak?

Hi Bruno

Yes I want your AidaWeb 6.0 if it's not too much trouble.

If I can get it sooner via this route please send it to me.  Or you
can send it to picoVerse over at the gMail.  I will be going through
the AidaWeb tutorials.  Hopefully I can get them to work right.  I
might try to add a new tutorial or two if I can.  I would like to.
You can never have enough tutorials is my idea.

I have a stock and options portfolio leverage measuring program I
would like to put onto the internet using some kind of a grid.  I hope
there is a tutorial for that.  If not then perhaps i can make one.

2010/10/5 Smalltalk <smalltalk <at> adinet.com.uy>:
> Hi,
>
> I have ported AIDA 6.0 to Dolphin (a couple a months ago), I can send you
> the latest packages if you want it.
>
> Regards,
> Bruno
>
>
> -----Mensaje original-----
> De: aida-bounces <at> aidaweb.si [mailto:aida-bounces <at> aidaweb.si] En nombre de
> Kjell Godo
> Enviado el: Tuesday, October 05, 2010 12:32 AM
> Para: AIDA/Web general discussion list
> Asunto: Re: [aida] Patched 6.1 released, how to Metacello install on Squeak?
(Continue reading)


Gmane