PDA

View Full Version : Wait Dialog:Display "my message"



NewsArchive
11-20-2009, 01:09 AM
Hi Friedrich

I've got this line of code in one of my scripts
Wait Dialog: Display "Installing a required file from Microsoft -
dotnetfx35setup.exe. Anticipate a long wait."
but its not showing the full message on XP (havent checked other OS's yet).

Would it be possible to either have SB7 prevent us from using messages that
are too long to be displayed or could the dialog window display the full
message, maybe even line wrap the text?<g>

--
--
Cheers
Richard

NewsArchive
11-20-2009, 01:09 AM
Richard,

In the text entry, have you tried Shift-Enter (or is it Ctrl-Enter? I can
never remember <g>) to break the text line in two?

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
11-20-2009, 01:09 AM
Hi Russ

I'll try both as I didnt know about that.<g>

--
--
Cheers
Richard

NewsArchive
11-20-2009, 01:10 AM
Hi Russ

Neither works sadly.

--
--
Cheers
Richard

NewsArchive
11-20-2009, 01:10 AM
Richard,

> Neither works sadly.

Did you try \n ?

--
Lee White

Enroll Today at http://CWaddons.com

Reports....: http://www.cwaddons.com/products/rpm/
Free Review: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Faxing.....: http://www.cwaddons.com/products/afe/

NewsArchive
11-20-2009, 01:10 AM
> Did you try \n ?

Nope, that doesn't work either!

--
Lee White

Enroll Today at http://CWaddons.com

Reports....: http://www.cwaddons.com/products/rpm/
Free Review: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Faxing.....: http://www.cwaddons.com/products/afe/

NewsArchive
11-20-2009, 01:10 AM
Hi Lee

Tried that one already.<vbg>

--
--
Cheers
Richard

NewsArchive
11-20-2009, 01:11 AM
Worth a go. :-(

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
11-21-2009, 02:33 AM
Hi Richard,

> I've got this line of code in one of my scripts
> Wait Dialog: Display "Installing a required file from Microsoft -
> dotnetfx35setup.exe. Anticipate a long wait."
> but its not showing the full message on XP (havent checked other OS's
> yet).
>
> Would it be possible to either have SB7 prevent us from using messages
> that are too long to be displayed or could the dialog window display the
> full message, maybe even line wrap the text?<g>

Unfortunately, this dialog can only display a single-line.

The dialog can display values that come from a runtime variable. So there
is no way to check (at compile time) if the text fits into the static text
control.

Friedrich