WinBatch Technical Support Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
WinBatch+Compile 2018A Released
Home
Help
Search
Tech Database
Downloads
Login
Register
WinBatch Technical Support Forum
»
Archived Boards
»
WinBatch Dynamic Dialogs
»
Dynamic expending dialog
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Dynamic expending dialog (Read 1677 times)
erezpaz
Jr. Member
Posts: 53
Dynamic expending dialog
«
on:
June 22, 2017, 06:26:33 am »
Hi
I want to create dynamic messages using the dynamic dialog. Is there a way to make it grow and expand depending of the amount of test going iside it?
I don't want to cut the text if there are too much words in the message.
Thanks
Logged
JTaylor
Pundit
Posts: 854
Re: Dynamic expending dialog
«
Reply #1 on:
June 22, 2017, 06:46:12 am »
Sure. DialogControlSet() request # 17 may be of interest regarding Control size and perhaps WinPlace() for the overall Dialog.
Jim
Logged
td
Tech Support
Posts: 2413
Re: Dynamic expending dialog
«
Reply #2 on:
June 22, 2017, 06:53:01 am »
The other and perhaps simpler option is to use a scrollable control like a "MultiLinebox" control to contain the text. However, resizing the dialog and the control displaying the text probably gives a better user experience unless it gets too big.
Logged
"Success is a lousy teacher. It seduces smart people into thinking they can't lose."
- Bill Gates
Print
Pages: [
1
]
Go Up
« previous
next »
WinBatch Technical Support Forum
»
Archived Boards
»
WinBatch Dynamic Dialogs
»
Dynamic expending dialog