Hi, You're right, only one line of the message is visible. This really isn't a usable way to display message boxes from REBOL. [EMAIL PROTECTED] wrote: > > In a message dated 1/15/00 2:07:51 AM Pacific Standard Time, > [EMAIL PROTECTED] writes: > > > REBOL - Security Check > > Script requests permission to open a port for read/write on: > > /D/REBOL/ > > Hi, Kids! > > Yes Allow all No Quit > > > > So the custom message appears its own line, surrounded by REBOL > > security warning. > > > > BTW, REBOL allows newline in file name, but Windows never creates such > > file. > > Actually, I think windows tries to write the newlines but the box is > static and won't increase in size. > Try this: > disarm try [ write %"^/Hi > kids!^/||||||||||||||||||||||||||||||||||||||^/||||||||||||||||||||||||||||||| > |||||||" "" ] > > You can see the second line obscured by the buttons. The third line doesn't > show at all. > I've included a screen shot. > > Also, I read in another post that the box only shows in Windows and possibly > Macs. What happens on other platforms? > > -ridley > > > > > [EMAIL PROTECTED] wrote: > > > > > > At 10:48 AM 1/14/00 +0100, you wrote: > > > >Hi, > > > > > > > >I'm sure you didn't mean this, but your custom message appears in the > > > >security message box, although with other misleading information :-) > > > > > > > >>> disarm try [ write %"^/Hi kids!" "" ] > > ------------------------------------------------------------------------ > [Image] -- S pozdravem Michal Kracik
