Enabling Dynatree on Pier/Seaside

Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the 
instructions at [2]. It says that I need to load the last version of 
ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 
JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following 
the instructions at [3] I thought that:

  ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
    	#('JQWidgetBox-Dynatree-Core-tbn.4'
	   'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" 
message. So there is something I'm not understanding properly. Any help 
would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] 
http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

(Continue reading)

Gastón Dall' Oglio | 10 Feb 12:57
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside 3.0.6 OneClick and I get this same error. I do not know, but it seem to be something with OB.
I do  (Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion , I attach the log.



2012/2/10 Offray Vladimir Luna Cárdenas <offray <at> riseup.net>
Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the instructions at [2]. It says that I need to load the last version of ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following the instructions at [3] I thought that:

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
       #('JQWidgetBox-Dynatree-Core-tbn.4'
          'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" message. So there is something I'm not understanding properly. Any help would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Attachment (PharoDebug.log): application/octet-stream, 99 KiB
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 10 Feb 13:00
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

Sorry, no same error, but with load JqueryWidgetBox I wish say.

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside 3.0.6 OneClick and I get this same error. I do not know, but it seem to be something with OB.
I do  (Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion , I attach the log.



2012/2/10 Offray Vladimir Luna Cárdenas <offray <at> riseup.net>
Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the instructions at [2]. It says that I need to load the last version of ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following the instructions at [3] I thought that:

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
       #('JQWidgetBox-Dynatree-Core-tbn.4'
          'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" message. So there is something I'm not understanding properly. Any help would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 10 Feb 13:10
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

mmmm there are others previous error in log that I send. The last is the important:

------------------------------------------------------------

THERE_BE_DRAGONS_HERE
Error: MessageNotUnderstood: Form>>capitalized
10 February 2012 8:51:22 am

VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.140]
Image: Pharo1.3 [Latest update: #13320]

Form(Object)>>error:
Receiver: Form(12x12x32)
Arguments and temporary variables:
aString: 'MessageNotUnderstood: Form>>capitalized'
Receiver's instance variables:
bits: a Bitmap of length 144
width: 12
height: 12
depth: 32
offset: nil



2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
Sorry, no same error, but with load JqueryWidgetBox I wish say.

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside 3.0.6 OneClick and I get this same error. I do not know, but it seem to be something with OB.
I do  (Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion , I attach the log.



2012/2/10 Offray Vladimir Luna Cárdenas <offray <at> riseup.net>
Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the instructions at [2]. It says that I need to load the last version of ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following the instructions at [3] I thought that:

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
       #('JQWidgetBox-Dynatree-Core-tbn.4'
          'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" message. So there is something I'm not understanding properly. Any help would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Ager | 10 Feb 13:25
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

try (untested):


((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion) load:
       #('JQWidgetBox-Dynatree-Core'
          'JQWidgetBox-Dynatree-Dev').

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
mmmm there are others previous error in log that I send. The last is the important:

------------------------------------------------------------

THERE_BE_DRAGONS_HERE
Error: MessageNotUnderstood: Form>>capitalized
10 February 2012 8:51:22 am

VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.140]
Image: Pharo1.3 [Latest update: #13320]

Form(Object)>>error:
Receiver: Form(12x12x32)
Arguments and temporary variables:
aString: 'MessageNotUnderstood: Form>>capitalized'
Receiver's instance variables:
bits: a Bitmap of length 144
width: 12
height: 12
depth: 32
offset: nil



2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
Sorry, no same error, but with load JqueryWidgetBox I wish say.

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside 3.0.6 OneClick and I get this same error. I do not know, but it seem to be something with OB.
I do  (Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion , I attach the log.



2012/2/10 Offray Vladimir Luna Cárdenas <offray <at> riseup.net>
Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the instructions at [2]. It says that I need to load the last version of ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following the instructions at [3] I thought that:

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
       #('JQWidgetBox-Dynatree-Core-tbn.4'
          'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" message. So there is something I'm not understanding properly. Any help would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki




_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 10 Feb 13:47
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

squeaksource is down -> http://dsal.cl/squeaksource/

No, that no works:

THERE_BE_DRAGONS_HERE
Error: Name not found: JQWidgetBox-Dynatree-Dev
10 February 2012 9:42:56 am

VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.140]
Image: Pharo1.3 [Latest update: #13320]

MetacelloMCVersionSpec(Object)>>error:
Receiver: spec blessing: #'release'.
spec description: 'updated JQFullCalendar and JQFullCalendarExa...etc...
Arguments and temporary variables:
aString: 'Name not found: JQWidgetBox-Dynatree-Dev'


2012/2/10 Nick Ager <nick.ager <at> gmail.com>
try (untested):

((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion) load:
       #('JQWidgetBox-Dynatree-Core'
          'JQWidgetBox-Dynatree-Dev').

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
mmmm there are others previous error in log that I send. The last is the important:

------------------------------------------------------------

THERE_BE_DRAGONS_HERE
Error: MessageNotUnderstood: Form>>capitalized
10 February 2012 8:51:22 am

VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.140]
Image: Pharo1.3 [Latest update: #13320]

Form(Object)>>error:
Receiver: Form(12x12x32)
Arguments and temporary variables:
aString: 'MessageNotUnderstood: Form>>capitalized'
Receiver's instance variables:
bits: a Bitmap of length 144
width: 12
height: 12
depth: 32
offset: nil



2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
Sorry, no same error, but with load JqueryWidgetBox I wish say.

2012/2/10 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside 3.0.6 OneClick and I get this same error. I do not know, but it seem to be something with OB.
I do  (Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion , I attach the log.



2012/2/10 Offray Vladimir Luna Cárdenas <offray <at> riseup.net>
Hi all,

Hi. I'm trying to load a dynatree support[0][1] in Seaside following the instructions at [2]. It says that I need to load the last version of ConfigurationOfJQueryWidgetBox and then  JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but it doesn't say how, so following the instructions at [3] I thought that:

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion) load:
       #('JQWidgetBox-Dynatree-Core-tbn.4'
          'JQWidgetBox-Dynatree-Dev-tbn.4').

would do the trick, but the first object doesn't understand the "load:" message. So there is something I'm not understanding properly. Any help would be appreciated.

Cheers,

Offray

[0] http://wwwendt.de/tech/dynatree/
[1] http://wwwendt.de/tech/dynatree/doc/samples.html
[2] http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
[3] http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki




_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Attachment (PharoDebug.log): application/octet-stream, 29 KiB
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Re: Enabling Dynatree on Pier/Seaside

Hi,

On 10/02/12 07:25, Nick Ager wrote:
> try (untested):
>
> ((Smalltalk at: #__ConfigurationOfJQueryWidgetBox__) project latestVersion) load:
>          #('JQWidgetBox-Dynatree-Core'
> 'JQWidgetBox-Dynatree-Dev').

It doesn't work. When I copied the command the underscores are replaces 
by left arrows producing a syntax error and without them Metacello says 
that it can't find the string (I think the one that describe the project 
I want to load).

Any other pointer or suggestion?

Thanks,

Offray
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Dale Henrichs | 10 Feb 19:43
Favicon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

Gastón,

If the Form>>capitalized stack is indeed the stack that you are having trouble with, it is an indication
that you are getting the wrong version of OB loaded into your image, so it is important (I think) to
understand exactly which version of Pharo you are using (the update # from the System>>about menu is
important). You may be using a Pharo version that is too old or too new. 

If we get the pharo version straightened out, I think that we can resolve the OB issues ...

Dale

----- Original Message -----
| From: "Gastón Dall' Oglio" <gaston.dalloglio <at> gmail.com>
| To: "Pier and Related Tools Magritte ..." <smallwiki <at> iam.unibe.ch>
| Sent: Friday, February 10, 2012 4:10:50 AM
| Subject: Re: Enabling Dynatree on Pier/Seaside
| 
| 
| 
| mmmm there are others previous error in log that I send. The last is
| the important:
| 
| 
| ------------------------------------------------------------
| 
| THERE_BE_DRAGONS_HERE
| Error: MessageNotUnderstood: Form>>capitalized
| 10 February 2012 8:51:22 am
| 
| VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter
| VMMaker.oscog-eem.140]
| Image: Pharo1.3 [Latest update: #13320]
| 
| Form(Object)>>error:
| Receiver: Form(12x12x32)
| Arguments and temporary variables:
| aString: 'MessageNotUnderstood: Form>>capitalized'
| Receiver's instance variables:
| bits: a Bitmap of length 144
| width: 12
| height: 12
| depth: 32
| 
| offset: nil
| 
| 
| 
| 
| 
| 
| 2012/2/10 Gastón Dall' Oglio < gaston.dalloglio <at> gmail.com >
| 
| 
| 
| Sorry, no same error, but with load JqueryWidgetBox I wish say.
| 
| 
| 
| 
| 
| 2012/2/10 Gastón Dall' Oglio < gaston.dalloglio <at> gmail.com >
| 
| 
| 
| I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside
| 3.0.6 OneClick and I get this same error. I do not know, but it seem
| to be something with OB.
| 
| I do (Smalltalk at: #ConfigurationOfJQueryWidgetBox)
| loadLatestVersion , I attach the log.
| 
| 
| 
| 
| 
| 
| 
| 2012/2/10 Offray Vladimir Luna Cárdenas < offray <at> riseup.net >
| 
| 
| Hi all,
| 
| Hi. I'm trying to load a dynatree support[0][1] in Seaside following
| the instructions at [2]. It says that I need to load the last
| version of ConfigurationOfJQueryWidgetBox and then
| JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but
| it doesn't say how, so following the instructions at [3] I thought
| that:
| 
| ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion)
| load:
| #('JQWidgetBox-Dynatree-Core-tbn.4'
| 'JQWidgetBox-Dynatree-Dev-tbn.4').
| 
| would do the trick, but the first object doesn't understand the
| "load:" message. So there is something I'm not understanding
| properly. Any help would be appreciated.
| 
| Cheers,
| 
| Offray
| 
| [0] http://wwwendt.de/tech/dynatree/
| [1] http://wwwendt.de/tech/dynatree/doc/samples.html
| [2]
| http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
| [3]
| http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
| _______________________________________________
| Magritte, Pier and Related Tools ...
| https://www.iam.unibe.ch/mailman/listinfo/smallwiki
| 
| 
| 
| 
| _______________________________________________
| Magritte, Pier and Related Tools ...
| https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 10 Feb 21:03
Picon
Gravatar

Re: Enabling Dynatree on Pier/Seaside

Hi Dale.

You are right, in Seaside 3.0.6 OneClick (from Seeaside site) JQueryWidgetBox load perfectly, sorry!

In that image that I have the problem is too new, from http://jenkins.lukas-renggli.ch/job/Seaside%203.0/ . That exactly:

I mixed up Seaside-3.0-OneClick.zip (jenkins) with Seaside-3.0.6-OneClick.zip (seaside site).


Thanks!

2012/2/10 Dale Henrichs <dhenrich <at> vmware.com>
Gastón,

If the Form>>capitalized stack is indeed the stack that you are having trouble with, it is an indication that you are getting the wrong version of OB loaded into your image, so it is important (I think) to understand exactly which version of Pharo you are using (the update # from the System>>about menu is important). You may be using a Pharo version that is too old or too new.

If we get the pharo version straightened out, I think that we can resolve the OB issues ...

Dale

----- Original Message -----
| From: "Gastón Dall' Oglio" <gaston.dalloglio <at> gmail.com>
| To: "Pier and Related Tools Magritte ..." <smallwiki <at> iam.unibe.ch>
| Sent: Friday, February 10, 2012 4:10:50 AM
| Subject: Re: Enabling Dynatree on Pier/Seaside
|
|
|
| mmmm there are others previous error in log that I send. The last is
| the important:
|
|
| ------------------------------------------------------------
|
| THERE_BE_DRAGONS_HERE
| Error: MessageNotUnderstood: Form>>capitalized
| 10 February 2012 8:51:22 am
|
| VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter
| VMMaker.oscog-eem.140]
| Image: Pharo1.3 [Latest update: #13320]
|
| Form(Object)>>error:
| Receiver: Form(12x12x32)
| Arguments and temporary variables:
| aString: 'MessageNotUnderstood: Form>>capitalized'
| Receiver's instance variables:
| bits: a Bitmap of length 144
| width: 12
| height: 12
| depth: 32
|
| offset: nil
|
|
|
|
|
|
| 2012/2/10 Gastón Dall' Oglio < gaston.dalloglio <at> gmail.com >
|
|
|
| Sorry, no same error, but with load JqueryWidgetBox I wish say.
|
|
|
|
|
| 2012/2/10 Gastón Dall' Oglio < gaston.dalloglio <at> gmail.com >
|
|
|
| I try to load ConfigurationOfJQueryWidgetBox yesterday in a Seaside
| 3.0.6 OneClick and I get this same error. I do not know, but it seem
| to be something with OB.
|
| I do (Smalltalk at: #ConfigurationOfJQueryWidgetBox)
| loadLatestVersion , I attach the log.
|
|
|
|
|
|
|
| 2012/2/10 Offray Vladimir Luna Cárdenas < offray <at> riseup.net >
|
|
| Hi all,
|
| Hi. I'm trying to load a dynatree support[0][1] in Seaside following
| the instructions at [2]. It says that I need to load the last
| version of ConfigurationOfJQueryWidgetBox and then
| JQWidgetBox-Dynatree-Dev-tbn.3 JQWidgetBox-Dynatree-Core-tbn.3, but
| it doesn't say how, so following the instructions at [3] I thought
| that:
|
| ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion)
| load:
| #('JQWidgetBox-Dynatree-Core-tbn.4'
| 'JQWidgetBox-Dynatree-Dev-tbn.4').
|
| would do the trick, but the first object doesn't understand the
| "load:" message. So there is something I'm not understanding
| properly. Any help would be appreciated.
|
| Cheers,
|
| Offray
|
| [0] http://wwwendt.de/tech/dynatree/
| [1] http://wwwendt.de/tech/dynatree/doc/samples.html
| [2]
| http://forum.world.st/ANN-Dynatree-as-part-of-jquery-widget-box-td3748281.html
| [3]
| http://forum.world.st/ANN-JQueryWidgetbox-and-Metacello-td1013881.html
| _______________________________________________
| Magritte, Pier and Related Tools ...
| https://www.iam.unibe.ch/mailman/listinfo/smallwiki
|
|
|
|
| _______________________________________________
| Magritte, Pier and Related Tools ...
| https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gmane