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 |
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 <[hidden email]> Hi all, _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki PharoDebug.log (136K) Download Attachment |
Sorry, no same error, but with load JqueryWidgetBox I wish say. 2012/2/10 Gastón Dall' Oglio <[hidden email]>
_______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
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 <[hidden email]>
_______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
try (untested):
((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion) load:
#('JQWidgetBox-Dynatree-Core' 'JQWidgetBox-Dynatree-Dev'). 2012/2/10 Gastón Dall' Oglio <[hidden email]>
_______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
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 <[hidden email]> try (untested): _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki PharoDebug.log (40K) Download Attachment |
In reply to this post by Nick
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 |
In reply to this post by Gastón Dall' Oglio
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" <[hidden email]> | To: "Pier and Related Tools Magritte ..." <[hidden email]> | 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 < [hidden email] > | | | | Sorry, no same error, but with load JqueryWidgetBox I wish say. | | | | | | 2012/2/10 Gastón Dall' Oglio < [hidden email] > | | | | 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 < [hidden email] > | | | 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 |
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 <[hidden email]> Gastón, _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |