Hi,
excuse for my bad english.
> With this reference i think to have the input set to relative
> descriptionKey.
>
>I can only guess:
>
>html textInput
> value: (aDescription toString: (object readUsing: aDescription));
> callback: [ :value | object write: (aDescription fromString:
> value) using: aDescription ].
i work with your guess, and some thing go other no.
I'have problem with description define using MANumberDescription new ....
When, in the textInput digit an char the method visitNumberDescription: aDescription go in error.
.
And if description is define with addCondition, this are not tested at callback:..
Another problem about MANumberDescription :
in description based on it, if i define beInteger or min: or max:
when digit an chart in the UI the method visitNumberDescription: aDescription go in error.
Thank,
Dario
Hi,
I need to show a PRPage (or similar) whithout showing his caption
('cause I want to make an internal structure with divs and embeded
components)... is there a way to do this (besides setting
"H1.display: none")?
Thanks,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo
Hi, Lukas
>> In WAComponent subclass i have the method:
>>
>> renderAddOn: html
>> html form:[
>> html textInput callback:[ :value| self add: value].
>> html submitButtton text:'add'].
>>
>> Now i can render the textInput based on specific descriptionKey ?
>
> I don't quite understand what you intend to do with the textInput field.
In other words:
renderAddOn: html
html form:[
anMAReferenceModel descriptionKey ....................as ???? changeAccesor ???
html submitButtton text:'add'].
where anMAReferenceModel is one specific classModel for example:
MANazionalityModel with specific descriptionKey -> MAStringDescription new ........ label: 'Nazionaliry name'; ..........
or MAPhoneModel with specific descriptionKey -> MANumberDescription new ............label: 'Phone number'; ..... beInteger............
or MA ..... Model with specific descriptionKey -> ........
With this reference i think to have the input set to relative descriptionKey.
I'm clear ?
It's possibol ?
Ciao,
Dario
Hi,
i have some classes for define the data to store, with specific descriptions.
All class have the method descriptionKey for define the key to store the instance.
Now i'm interested to create a form with textinput based on one specific descriptionKey.
It's possibol ?
In WAComponent subclass i have the method:
renderAddOn: html
html form:[
html textInput callback:[ :value| self add: value].
html submitButtton text:'add'].
Now i can render the textInput based on specific descriptionKey ?
Any pointers would be greatly appreciated!
Thanks
Dario
This is a question for Lukas.
I need to display an object of class A that holds a collection of other
objects of class B.
The collection is described using a subclass of
MAToManyRelationDescription.
The description of the objects in class B needs to be instance based.
All the objects in one collection have the same description, however
class B is not able to provide a description.
How can I do this?
TIA
Michel.
Hi,
Can someone please let me know what I have to do to add forms to Pier pages.
Please bear in mind im new to squeak, so a step by step guide would be much
appreciated.
I have a fresh image for seaside on squeak.
I can see and use the pier application from my browser.
I use squeak/pier on windows XP.
My Squeak version is sq3.9-7067web07.08.1
Thanks in advance
Faruque
Hi all,
Is there a easy way to export a structure?
I finished my page and now I want to export the structure to another
(production) image...
Thanks,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo
Hi,
i work with visualworks 7.5 / Squeak 3.9-7067\gemtools-7067dev07.10.1
and Gemstone OODB 2.2.4.
I'm interested do create web interface to some object into Gemstone ( GLASS Framework )
I think to do it with Magritte ( it's a right solution ? ).
For any object create the specific descriptionA.... , descriptionB..., ecc. ecc. class methods and use asComponent to open web interface.
I port Magritte tutorial into Glass and work fine.
But, for example, i'm interested to create Title options from other TitleInstances , ( not from Array of string, but from Array of TitleInstance )
and save in MAPersonModel title the link to one specific titleInstance
descriptionTitle
^ MASingleOptionDescription new
options: #( 'Mr.' 'Mrs.' 'Ms.' 'Miss.' );
autoAccessor: 'title';
label: 'Title';
priority: 10;
yourself
descriptionTitle
^ MASingleOptionDescription new
options: TitleDatabase asArrayOfInstances;
autoAccessor: 'title';
label: 'Title';
priority: 10;
yourself
Questio A)
What i need to define to do it ?
I 'can find example relative to Magritte in Gemstone?
Question B)
When change the description about one class what do i do to update the relative web interface?
In vw i use MADescriptioBuilder default flash .
Question C)
When i need to use [ ....] asDynamicObject?
If i use options: TitleDatabase asArrayOfInstances
it's enough to have options update to last version or ....?
Any pointers would be greatly appreciated!
Thanks
Dario
Hi All,
I'm a complete newbie on pier, although I have some experience on
general seaside, so, excuse me if I ask siple questions... I didn't
find them on the list, so, maybe there are too easy.
I'm trying to make the website for may company, and of course, I
don't want it looks like a wiki, I want it looks professional, like
lukas page (http://www.lukas-renggli.ch/) or "kamikaze" page (http://
kamikaze.seasidehosting.st)
After this long introduction, here is my first question:
How do I hide sidebar for general users, and allow it for "admin" users?
I can took off +sidebar+ div from "environment " template... but then
I don't have the commands for admins neither.
And here is another dumb question: Is there a way to have
"childrens" (from a children component) in a specific order?
Thanks in advance,
Esteban
"Querer es suscitar las paradojas"
Camus - El mito de Sísifo