Hi Rebolers,
I was testing rebol's "subpanels howto" and can't understand what
happens in my case :
trying this code "standalone" works fine :
8<-------------------------
infos: {Voici une interface qui pourrait �tre commune � tous les utilisateurs...
Votre avis m'int�resse : laissez moi un message en utilisant le bouton : "Avis"
ci-dessous.}
panel1: layout[
box 350x150 backdrop polished orange effect [tile gradmul -1x1 60.60.60
150.150.150] infos
]
view panel1
8<-------------------------
But using it as a subpanel, the 'infos text is cut at the edges :
beginning "V"'s half cut and same pb with "�" and "e" ending
'...message
I tried without any backdrop effect
...
box 350x150 infos
...
and everything works well, but why the difference (would like to use
my backdrop ;-))
Could anybody help me ?
Cheers
Ronald
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.