Re: [Pharo-users] dependent magritte descriptions

2017-12-06 Thread Peter Uhnák
> --- It will NOT recalculate the options on the fly when the other > dropdown box has been selected. This probably could be done with some > ajax stuff or a forced HTTP form send. This is precisely what I need. Btw I am using in Pharo (so no web). For now I switched to hand-written spec Form ins

Re: [Pharo-users] dependent magritte descriptions

2017-12-06 Thread Andreas Brodbeck
Am 06.12.17 um 11:34 schrieb Peter Uhnák: > Hi, > > I'm trying to get dependent magritte descriptions, but it seems like this > is not something that can be done in the descriptions: > > Imagine a class Contact with "city" and "country" descriptions. > I would like to populate the city descriptio

[Pharo-users] dependent magritte descriptions

2017-12-06 Thread Peter Uhnák
Hi, I'm trying to get dependent magritte descriptions, but it seems like this is not something that can be done in the descriptions: Imagine a class Contact with "city" and "country" descriptions. I would like to populate the city description based on the currently selected country ~