Why MABlockAccessor goes in Magritte-Model-lr.313? Is deprecated? What
is suppossed to use instead?
Cheers,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo
The ability to comment times out after some time.
hth,
Adriaan.
> Hi,
> I'm a little bit puzzled. I have a page with a blog, and authorization
> to add comments to "others", but the comment post component is not
> being displayed... I'm missing something?
>
> Thanks,
> Esteban
>
> "Querer es suscitar las paradojas"
> Camus - El mito de Sísifo
>
>
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
>
--
http://www.a3aan.st
Hi,
I'm a little bit puzzled. I have a page with a blog, and authorization
to add comments to "others", but the comment post component is not
being displayed... I'm missing something?
Thanks,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo
Hi,
where would be the best place to put additional meta tags (like a
verify tag for google)?
I found some settings for the Contents component (Heading, Head
title,...) but I need to place additional Infos.
Another basic newbie question: What would be the best way to find out
which class contains the rendering method for a component?
Example:
If I look at the html output of seaside,
<link rel="stylesheet" type="text/css" href="/seaside/files/
WAStandardFiles/halo.css
how can I find the corresponding piece of code? In other environments
I would simply do a grep.
Is there a full-text search in squeak?
Cheers, Michael
Michael Markowski
michael.markowski(a)gmail.com
Si forte in alienas manus oberraverit hec peregrina epistola incertis
ventis dimissa, sed Deo commendata, precamur ut ei reddatur cui soli
destinata, nec preripiat quisquam non sibi parata.
(Translation: If by chance this wandering epistle, sent forth to the
uncertain winds but commended to God, wanders into alien hands, I beg
that it be returned to her to whom alone it was sent, nor should
anyone steal things not written for him.) From: The prologue to the
Liber Confortatorius of Goscelin of St. Bertin (born between 1030 and
1040).
Hi,
I would like to give the Google Webmaster Tools a try, and for that I
need to authenticate that I am the owner of the site. For this to
happen, I need to add a meta tag in my Pier pages.
The only way I know is to go add it in the updateRoot method, but this
should be supported by Pier at a user level. Is there a way to do
this? If not, what would be the possible solutions?
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"Every now and then stop and ask yourself if the war you're fighting
is the right one."
Hi,
Let's say I have to fill a Dictionary, with pairs of "size->price",
and I need to allow users to fill that dictionary...
How do I have to describe that with magritte?
Is it possible?
Thanks,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo
Suppose I have a hierarchy like this:
Object subclass: #ClassA
instanceVariableNames: 'name'
classVariableNames: ''
poolDictionaries: ''
category: 'Example'
ClassA subclass: #ClassB
instanceVariableNames: 'bInstVar'
classVariableNames: ''
poolDictionaries: ''
category: 'Example'
ClassB subclass: #ClassC1
instanceVariableNames: 'c1InstVar'
classVariableNames: ''
poolDictionaries: ''
category: 'Example'
ClassB subclass: #ClassC2
instanceVariableNames: 'c2InstVar'
classVariableNames: ''
poolDictionaries: ''
category: 'Azteca-Model'
ClassA is just an abstract parent with the common functionality for the
other classes. Same for ClassB.
Only objects from ClassC1 and ClassC2 are to be created.
Should I create a "descriptionName" method in the class side of ClassA
to be inherited for ClassC1 and ClassC2 or should I create a
"descriptionName" once for each of ClassC1, ClassC2.
The same question about the inst vars for ClassB.
Summary, when you have a previously created hierarchy of classes and you
are trying to refactor code (deleting duplicated code and replace it
with magritte) how should you proceed?
It is valid to inherit the descriptions of parent classes?
What if for ClassC1 name should be displayed as 'Name' and for ClassC2
should be displayed 'Title'?
Regards,
Miguel Cobá
Hi All,
i have one description based on MASingleOptionDescription.
Now it work well when define the items with the options:[ MACityModel DataBase asArray] asDynamicObject.
But because i need to view more text for any item in the list,
i define the options with the method
optionsAndLabels:[( MACityModel DataBase asArray) collect:[:itm| Association key: itm value: itm display]] asDynamicObject
With it the list is right create but d'ont update at " dynamic time " with new item or change to MACityModel DataBase items.
How i can solve my problem ?
" I thinks to found the same problem with MAMultipleOptionsDescription "
Thanks for any consideration,
Dario
Hi,
i work with Magritte framework for define more data about one specific problem.
Now some data is defined as subclass of another class.
For example :
SuperClass with descriptionCode with descriptionComment with descriptionAddress with descriptionReference and ......
SubClassOptionA with descriptionCostumer and ....other specific description for OptionA
SubClassOptionB with descriptionSupply and ..... other specific description for OptionB
My questions are :
A) What's the best method for not replicate the SuperClass descriptions ?
B) If i need to change the label of the priority of one of SuperClass description how i can do it ?
C) When i need to do copy of one description and after send to the copy specific messages ?
D) When i have a specific description,
for example descriptionNazionality based on MASingleOptionDescription,
and i have in the "data base" some reference to it ,
i can define only one basic descriptionNationality and use it ( or copy of it ) with specific attribute ( label priority accessor ) ?
What's the solution for have the best performance ? ( I think to port it to GLASS )
Any pointers would be greatly appreciated!
Thanks!
Dario
Hi,
I just noticed that Google Reader does not manage to read a Pier blog.
I tried with both ming and Lukas, and it finds "no items".
Any idea why?
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"When people care, great things can happen."