The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog - text, more lines
Author Message
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #1
Dialog - text, more lines
How can I force the text to continue on the second/third/... line, if it's longer?
Code:
[dialog d_message_receiver]
0,0
resizepic 100 200 3600 265 250
page 0
htmlgump 120 250 220 150 0 1 1
button 260 405 0f7 0f9 1 0 1

[dialog d_message_receiver text]
gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
(This post was last modified: 06-21-2013 02:47 AM by Alaric.)
06-21-2013 02:47 AM
Find all posts by this user Like Post Quote this message in a reply
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #2
RE: Dialog - text, more lines
dhtmlgump 120 250 <maximum pixel-length of the row> <20 for each row> 1 0 <def.BFONT>color="#444444">Your text<def.BFONTE>

Example :

dhtmlgump 120 250 150 60 1 0 <yourtext>

--> 120 = x-coordinate in the gump
--> 250 = y-coordinate in the gump
--> 150 means : the width of the html-gump is 150 pixels
--> 60 means that the gump is 3 Lines tall (60/20 for each line)
--> the "1" means, that you want to use a scrollbar
--> the "0" means, that you dont want to use a standard-background in the htmlgump
(This post was last modified: 06-21-2013 06:19 AM by Shidhun.)
06-21-2013 06:16 AM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #3
RE: Dialog - text, more lines
I'll try it tomorrow, but I don't understand it. Why would you need scrollbar when you always make a field for exact number of lines you want.

For example, I want scrollbar, 10 lines and only 3 lines high. How to do that?
06-21-2013 07:06 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: Dialog - text, more lines
(06-21-2013 06:16 AM)Shidhun Wrote:  --> 60 means that the gump is 3 Lines tall (60/20 for each line)

[Image: 2nis46r.jpg]
(This post was last modified: 06-21-2013 09:07 AM by Mordaunt.)
06-21-2013 09:07 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #5
RE: Dialog - text, more lines
Shidhun: Tried, doesn't work.

Mordaunt: You have 10 lines of text and box(field), which is only 3 lines high - thats why you use scrollbar... In this case you said - make box 3 lines high and have 3 lines of text. 5 lines, 5lines high box(field). What would be the scrollbar for?

Anyway, you must somehow use that dorigin, I guess, but i don't know how.

Code:
dhtmlgump 120 250 60 60 1 0 gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
(This post was last modified: 06-21-2013 04:59 PM by Alaric.)
06-21-2013 04:53 PM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #6
RE: Dialog - text, more lines
So make the scroll bar variable 0 then you won't have one, I would have thought that was obvious...

[Image: 2nis46r.jpg]
06-21-2013 09:54 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
xwerswoodx
Journeyman
*

Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0

UoMMO

Post: #7
RE: Dialog - text, more lines
what's your client version?
06-23-2013 10:52 PM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #8
RE: Dialog - text, more lines
6.0.1.10
06-24-2013 04:28 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)