Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text control not wrapping
Author Message
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #1
Text control not wrapping
There wasn't a section for scripting questions, so I put this here. Could be a Vista bug I guess.

Well I noticed there is no "Wrap" command for text controls so I'm assuming text wrapping is automatic, which makes sense to me.

However, I'm on Vista Home Premium and I can't use text controls because it doesn't wrap. I can use endellipsis and nowrap but what if I want to see all the text?

The control is in a box control numbered 340.
Code:
xdid -c cmd 340 360 text 4 20 155 60 | xdid -t cmd 360 $asctime(ddd mmm dd HH:nn:ss) $+(GMT,$asctime(zz yyyy))

[Image: dcx_text.jpg]


What is the problem?
(This post was last modified: 01-18-2009 08:40 PM by Travis.)
01-14-2009 10:07 PM
Find all posts by this user Quote this message in a reply
twig Offline
Administrator
*******

Posts: 123
Joined: Nov 2008
Reputation: 1
Post: #2
RE: Text control not wrapping
(moving to general forum)

My little side venture: ThatAwesomeShirt!
01-14-2009 10:51 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #3
RE: Text control not wrapping
Oh I was in the dcx forum ... needed to go to it's parent. thanks Smile


Anyone else have this issue with your text not wrapping in a text control?
(This post was last modified: 01-15-2009 11:35 PM by Travis.)
01-15-2009 02:15 AM
Find all posts by this user Quote this message in a reply
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #4
RE: Text control not wrapping
Can someone please tell me if this is a bug and if not what is wrong with my code? Huh

Thank You
01-18-2009 08:41 PM
Find all posts by this user Quote this message in a reply
twig Offline
Administrator
*******

Posts: 123
Joined: Nov 2008
Reputation: 1
Post: #5
RE: Text control not wrapping
what control is the "340" one?

i dont have a vista setup to test with

My little side venture: ThatAwesomeShirt!
01-18-2009 11:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #6
RE: Text control not wrapping
The control is in a box control numbered 340.
01-21-2009 07:42 PM
Find all posts by this user Quote this message in a reply
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #7
RE: Text control not wrapping
Can anyone using Vista see if they get the same thing please? I would really like to use a text field that wraps!
02-05-2009 08:13 PM
Find all posts by this user Quote this message in a reply
twig Offline
Administrator
*******

Posts: 123
Joined: Nov 2008
Reputation: 1
Post: #8
RE: Text control not wrapping
hey travis,

could u provide the code you used to create the box
(and just bundle it with the code you used to create the text field)

i'll try to take a look at it when i got some time this weekend and install vista on a vm or something

My little side venture: ThatAwesomeShirt!
02-05-2009 10:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Travis Offline
Junior Member
**

Posts: 27
Joined: Jan 2009
Reputation: 0
Post: #9
RE: Text control not wrapping
;panel
xdialog -c cmd 300 panel 0 26 523 300
;box
xdid -c cmd 300 340 box 350 170 163 119 | xdid -t cmd 340 Time Reply
;text
xdid -c cmd 340 360 text 4 20 155 60 | xdid -t cmd 360 $asctime(ddd mmm dd HH:nnConfuseds) $+(GMT,$asctime(zz yyyy))


Thanks for taking a look.
02-07-2009 12:02 PM
Find all posts by this user Quote this message in a reply
dJabba Offline
Member
***

Posts: 100
Joined: Jan 2009
Reputation: 0
Post: #10
RE: Text control not wrapping
had the same prob on my xp-pro ... but when i added the "noformat" and "noprefix" styles to my text control, they got wrapped correct (using 1.4.1dev)

Semi inactive as mirc scripter .. paying jobs have priority, but i havent given up on my projects .. they are just slowed down.
03-03-2009 01:30 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: