Once again about multiline StringGadget...
Once again about multiline StringGadget...
...Yes, even at those day and age people still needs simple solutions for text I/O. Well, referenced gadget completely fulfilling my current needs, yet there are some little problems: right I'm just unable to locate any way of making scrolling bars (mostly vertical one) to appear only when they actually needed. It’s first time when MSDN completely fails for me. May be you, people, have any ideas here ?
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Once again about multiline StringGadget...
A search for "multiline stringgadget" has several relevant matches for you. It's not hard.
Re: Once again about multiline StringGadget...
http://www.google.ru/search?hl=en&sourc ... ScrollbarsA search for "multiline stringgadget" has several relevant matches for you. It's not hard.
Fail ?
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Once again about multiline StringGadget...
No, not fail. You searched via Google, not the forums. Before I posted my reply I did a search, and it had several relevant matches. You try again and you'll find them.
Re: Once again about multiline StringGadget...
Try this: "StringGadget* multiline" and/or with "scroll".Melissa wrote:http://www.google.ru/search?hl=en&sourc ... ScrollbarsA search for "multiline stringgadget" has several relevant matches for you. It's not hard.
Fail ?
I'm sure you'll find something.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Re: Once again about multiline StringGadget...
http://www.purebasic.fr/english/search. ... &terms=allUserOfPure wrote:No, not fail. You searched via Google, not the forums. Before I posted my reply I did a search, and it had several relevant matches. You try again and you'll find them.
That one ?
I'm trying, yet things aren't going too well.Try this: "StringGadget* multiline" and/or with "scroll".
Re: Once again about multiline StringGadget...
Hi, I believe you can use this:
Code: Select all
StringGadget(#String, 10, 30, 250, 180, "", #ES_MULTILINE | #ES_AUTOVSCROLL | #WS_VSCROLL | #ESB_DISABLE_LEFT | #ESB_DISABLE_RIGHT)
Re: Once again about multiline StringGadget...
Fail - scrollbar is still visible even if it aren't enabled.Hi, I believe you can use this:
Re: Once again about multiline StringGadget...
Seriously, is everything ok with you?Melissa wrote:Fail - scrollbar is still visible even if it aren't enabled.Hi, I believe you can use this:
All the last posts I read from you were something like "you fail, this fails"... Every member of this forum asks questions and also trys to help others ones so please be more friendly - thanks.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Re: Once again about multiline StringGadget...
Fail. You used the word "fail" to look down on someone.c4s wrote:Seriously, is everything ok with you?Melissa wrote:Fail - scrollbar is still visible even if it aren't enabled.Hi, I believe you can use this:
All the last posts I read from you were something like "you fail, this fails"... Every member of this forum asks questions and also trys to help others ones so please be more friendly - thanks.

- Fluid Byte
- Addict
- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Re: Once again about multiline StringGadget...
Smells like brain fail ...
Listen Melissa, this is no service hotline nor a programming competition so I suggest you take your elementary-school-fail-bulls*** and keep it to yourself in case you ever want to get help again. Deal? (It's a rhetorical question, don't get tempted)

Listen Melissa, this is no service hotline nor a programming competition so I suggest you take your elementary-school-fail-bulls*** and keep it to yourself in case you ever want to get help again. Deal? (It's a rhetorical question, don't get tempted)
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Once again about multiline StringGadget...
Right on! I was about to post her some working code but after her second "fail" post I decided against it, and won't be helping her in future anymore either. Rude people aren't worth my time.Fluid Byte wrote:take your elementary-school-fail-bulls*** and keep it to yourself in case you ever want to get help again
- Fluid Byte
- Addict
- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Re: Once again about multiline StringGadget...
You believe it's really a "her"? Hmmm, call me crazy but I doubt it 

Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Once again about multiline StringGadget...
I don't really, no. But I didn't want to risk offending by typing "her" in quotes, just in case.
Re: Once again about multiline StringGadget...
Well, let's see...
1) It's third day and I still unable to get answer, yet there are plenty of posts here.
2) Looks like that most of posters didn't actually even bothered to read my request.
3) I'm using word 'fail' when it is one. Since it is.
----------------------------------------
OK, what I got myself so far:
1) There are flag #SIF_DISABLENOSCROLL in SCROLLINFO structure, which should be what I'm searching for, yet it seems to be always off.
2) It's possible to test if scrollbar is enabled or not, yet it should be visible while doing that. Flickering is not too irritating, but still noticeable.
3) Some textarea’s size calculation would work as well, yet I'm still hesitating to use it until there are some hope that more civil methods would be found.
...If only netmaestro was there -_-...
1) It's third day and I still unable to get answer, yet there are plenty of posts here.
2) Looks like that most of posters didn't actually even bothered to read my request.
3) I'm using word 'fail' when it is one. Since it is.
Was it ever different from PyroStrex’s one) ? Btw, why just post link to topic with ? Wasn't it you, who stated that answer could be found that forum ? Why now, not when I just asked ? Questions, questions...I was about to post her some working code but after her second "fail" post I decided against it, and won't be helping her in future anymore either.
----------------------------------------
OK, what I got myself so far:
1) There are flag #SIF_DISABLENOSCROLL in SCROLLINFO structure, which should be what I'm searching for, yet it seems to be always off.
2) It's possible to test if scrollbar is enabled or not, yet it should be visible while doing that. Flickering is not too irritating, but still noticeable.
3) Some textarea’s size calculation would work as well, yet I'm still hesitating to use it until there are some hope that more civil methods would be found.
...If only netmaestro was there -_-...
Last edited by Melissa on Mon Apr 05, 2010 8:06 am, edited 2 times in total.