|
apfinger Novice
Joined: 19 Nov 2006 Posts: 40
|
Posted: Fri Jul 09, 2010 1:09 am
Can the %yesno popup window be resized? |
I'd like a %yesno popup with a bit of information in the question, and was hoping the popup would resize automatically to fit the text, but it does not. I added some %char(10) line feeds so that the information isn't crammed on one line. Unfortunately, the window did not resize and the end of the message is chopped off. Below is my code.
Code: |
PeonType = dwarf
CheapestPeonID = 123456789
CheapestPeonCost = 100000
CagePurchaseMessage = %concat( "Peon: ", @PeonType, "(", @CheapestPeonID, ")", %char( 10), "Cost: ", @CheapestPeonCost, %char( 10), "Purchase?")
#IF (%yesno( @CagePurchaseMessage)) {#ECHO GOING TO BUY A PEON} {#ECHO NOT GOING TO BUY A PEON}
|
Any ideas on how to resize the pop up window, or if I need more info for this problem? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Jul 09, 2010 3:52 am |
No updates of any kind (except the really bad one that causes all copies of ZMud to stop working entirely) will be made to ZMud. This is not up for discussion, so if you are interested in new features and bugfixes you will need to switch to CMud.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|