I've started using the really excellent ICal package (thanks
Phillipe!), and just loaded the ICal Magritte package. On ICCalendarEntry class>>descriptionUrl, the definition is: descriptionUrl ^(NAUrlDescription selector: #url label: 'Link' priority: 1000) beEditable; yourself NAUrlDescription is not defined anywhere - I would expect it to be named MAUrlDescription, but that isn't defined in my image either ;) Any ideas where I can get this class, or what else should be in here? Thanks! Brian _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
2007/8/14, Brian Brown <[hidden email]>:
> I've started using the really excellent ICal package (thanks > Phillipe!), and just loaded the ICal Magritte package. > > On ICCalendarEntry class>>descriptionUrl, the definition is: > > descriptionUrl > ^(NAUrlDescription selector: #url label: 'Link' priority: 1000) > beEditable; > yourself > > > NAUrlDescription is not defined anywhere - I would expect it to be > named MAUrlDescription, but that isn't defined in my image either ;) You need the NetworkAddress package from: http://source.lukas-renggli.ch/magritteaddons.html I haven't looked at it in a while so stuff might be broken. There are however some tests which you can check out. Cheers Philippe > Any ideas where I can get this class, or what else should be in here? > > Thanks! > > Brian > > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Thank you, so far it works fine :)
On Aug 14, 2007, at 11:22 AM, Philippe Marschall wrote: > 2007/8/14, Brian Brown <[hidden email]>: >> I've started using the really excellent ICal package (thanks >> Phillipe!), and just loaded the ICal Magritte package. >> >> On ICCalendarEntry class>>descriptionUrl, the definition is: >> >> descriptionUrl >> ^(NAUrlDescription selector: #url label: 'Link' priority: >> 1000) >> beEditable; >> yourself >> >> >> NAUrlDescription is not defined anywhere - I would expect it to be >> named MAUrlDescription, but that isn't defined in my image either ;) > > You need the NetworkAddress package from: > http://source.lukas-renggli.ch/magritteaddons.html > I haven't looked at it in a while so stuff might be broken. There are > however some tests which you can check out. > > Cheers > Philippe > >> Any ideas where I can get this class, or what else should be in here? >> >> Thanks! >> >> Brian >> >> >> _______________________________________________ >> SmallWiki, Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |