Mariano wrote:
>Any hint on how to implement that adapting your very cool stuff will be very much appreciated!
Instead of a single id, you'd then use a set of pairs id->containerDescription, I guess.
You might want to use a separate class for that once you want to minimize updates.
And be careful to avoid cycles.
Stephan
Hi Dario,
Please make sure the subject fits the question.
You probably want to download a qcmagritte image from the pharocontributions ci.
That allows you to start directly with a complete image, and to compare what you
are loading to what the ci image loads.
Common problems are:
- using the right repositories, as lots of repositories were migrated to smalltalkhub;
- using a package cache already containing "newer" versions of packages
Stephan
Hi guys. I have lots of seaside forms with magritte. One problem I have now
is that I want to refresh the form once an item from a combo list has been
selected. For example, the typical set country / state (or provice). In
other words...I want to refresh the form once certain fields are choose.
I did not find this functionality available in Magritte-Seaside. I am
missing something?
Thanks in advance,
--
Mariano
http://marianopeck.wordpress.com
Mariano wrote
>I did not find this functionality available in Magritte-Seaside. I am missing something?
Yes. QCMagritte.
QCDynamicSelectComponent I think.
Stephan