WOW! It's true! Using "get panelName"... it functions! Thank you very much for your help! I discovered another important Rebol word! Bye!
> Inside your function "panelName" stands for the actual literal word > "insertAnagrafica" not the value > you expected (a face object). This is because you defined the function > argument using the ' > > But you need the value that "insertAnagrafica" refers to. So try: > > show-panel: func ['panelName][ > panels/pane: get panelName > ] > show-panel insertAnagrafica > > Brett. -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Obiettivo Laurea? basta con le pratiche burocratiche! Te le possiamo sbrigare noi. Per informazioni Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=216&d=31-1 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
