Search found 13 matches: StringGadget multiline scroll

Searched query: +StringGadget +multiline +scroll

by mestnyi
Thu May 03, 2018 6:06 pm
Forum: Tricks 'n' Tips
Topic: module_editor
Replies: 4
Views: 3510

module_editor

It still needs a scrolling module
http://www.purebasic.fr/english/viewtopic.php?f=12&t=70628
Update ... PB_Text_Password

#PB_Text_Middle
#PB_Text_MultiLine
EndEnumeration

#PB_Text_ReadOnly = #PB ... Bool(*This\Type = #PB_GadgetType_Editor)
; StringGadget
\Text[2]\Len = 0 ; Убыраем выделение
EndIf ...
by mestnyi
Thu May 03, 2018 5:06 pm
Forum: Tricks 'n' Tips
Topic: module_string
Replies: 3
Views: 1857

module_string

... Text_Password

#PB_Text_Middle
#PB_Text_MultiLine
EndEnumeration

#PB_Text_ReadOnly = #PB ... fSize.l
bSize.l
Hide.b[2]
Disable.b[2]

Scroll.Coordinate

Type.l
InnerCoordinate ... Centered Text in" + #CRLF$ + "Multiline StringGadget"

If OpenWindow(0, 0, 0, 605, 235 ...
by Vera
Sat Mar 07, 2015 12:03 am
Forum: Linux
Topic: String gadget parameters from Windows to Linux
Replies: 2
Views: 2367

Re: String gadget parameters from Windows to Linux

... to workout so far: the alignment for the StringGadget and an alternative with an EditorGadget, as I didn't find a solution for the multiline-setting.
Further I have no clue what DISABLE_LEFT/RIGHT is ... GtkAdjustment) ; 3x for the EditorGadget scroll to bottom
gtk_adjustment_get_upper.d ...
by Melissa
Sun Apr 04, 2010 12:28 pm
Forum: Coding Questions
Topic: Once again about multiline StringGadget...
Replies: 44
Views: 8037

Re: Once again about multiline StringGadget...

... purebasic.fr/english/search.php?keywords=StringGadget+multiline+scroll&terms=all
That one ?

Try this: "StringGadget* multiline" and/or with "scroll".
I'm trying, yet things aren't going too well.
by c4s
Sun Apr 04, 2010 11:15 am
Forum: Coding Questions
Topic: Once again about multiline StringGadget...
Replies: 44
Views: 8037

Re: Once again about multiline StringGadget...

A search for "multiline stringgadget" has several relevant matches for you. It's not hard.
http://www.google.ru/search?hl=en&source=hp&q=site%3Apurebasic.com+StringGadget+multiline+Scrollbars
Fail ? Try this: " StringGadget* multiline " and/or with "scroll".
I'm sure you'll find something.
by newbie
Sat Aug 07, 2004 12:55 am
Forum: Coding Questions
Topic: stringgadget, autoscroll problem
Replies: 6
Views: 2068

stringgadget, autoscroll problem

Hi,

I have made simple multiline string gadget like this :


StringGadget(#String_0, 310, 10, 350, 140, "", #ES_MULTILINE | #ES_AUTOVSCROLL | #WS_VSCROLL | #ESB_DISABLE_LEFT| #ESB_DISABLE_RIGHT)


So It is supposed to scroll down automatically when text is added.
But when I do this :


SetGadgetText ...
by GreenGiant
Thu Jul 29, 2004 11:28 am
Forum: Coding Questions
Topic: stringgadget scrollbars?
Replies: 6
Views: 2188

... Window_ScreenCentered | #PB_Window_SystemMenu,"Scrollable stringgadget")
If CreateGadgetList(WindowID())
StringGadget(0,0,0,120,100,"How about now, do you have"+ret$+"both of the"+ret$+"scrollbars"+ret$+"You do need to make it multiline"+ret$+ret$+ret$+ret$+ret$+ret$+"Hope it works", #PB_String ...
by TimmyTom
Mon Jul 26, 2004 3:44 am
Forum: Coding Questions
Topic: Multi-line StringGadget and 'going to the bottom'
Replies: 4
Views: 2505

Multi-line StringGadget and 'going to the bottom'

Hi,

I have a multiline stringgadget and when the user does something usery (ie: stupid) it produces an error messagerequester..

Now, when the user leaves the messagerequester and i return the user to ... However, the stringgadget resets it's scrolling to the top of the stringgadget..

How do i ...
by fweil
Tue May 25, 2004 4:17 pm
Forum: Windows
Topic: MaskedEdit in StringGadgets
Replies: 20
Views: 10831

... Only numbers are accepted.
; #PB_String_Multiline : Several lines of text are accepted.
; #PB ... you would get.
;
; It's a chance that StringGadget() PureBasic's command can accept API ... Controls is the following :
;
;
; #ES_AUTOHSCROLL Automatically scrolls text To the right by 10 ...
by fweil
Mon May 24, 2004 9:48 am
Forum: Windows
Topic: MaskedEdit in StringGadgets
Replies: 20
Views: 10831

... for Edit Controls are :

Style Meaning
ES_AUTOHSCROLL Automatically scrolls text to the right by 10 ... on the last line.
ES_CENTER Centers text in a multiline edit control.
ES_LEFT Left-aligns text.
ES ... You don't need to replace OpenWindow() or StringGadget() by a CreateWindow command, but can change ...
by PB
Wed Jan 07, 2004 1:56 am
Forum: General Discussion
Topic: How well are pb versions tested?
Replies: 14
Views: 3439

Re: How well are pb versions tested?

> After several months i still see a multiline stringgadget still not being
> able to scroll down.

What's wrong with the example in the FAQ? It scrolls up-down just fine...
by Edwin Knoppert
Tue Jan 06, 2004 9:35 pm
Forum: General Discussion
Topic: How well are pb versions tested?
Replies: 14
Views: 3439

How well are pb versions tested?

After several months i still see a multiline stringgadget still not being able to scroll down.
How can it be no one notices this too?
Am i wrong?
(ES_AUTOVSCROLL etc..)

Several of my more technical topics remain unanswered.

Like the 'bug' i presented using that global hook.

A 'side-effect' on so called ...
by BackupUser
Mon Sep 02, 2002 1:28 am
Forum: Coding Questions
Topic: Sizing String Gadget
Replies: 1
Views: 1097

... string gadget.

According to the help file:
StringGadget(#Gadget, x, y, Width, Heigth, Content ... The data can be (AFAIK) up to 64K and will scroll past the right hand edge of the gadget.

You can also make the gadget higher and behave in a multiline fashion if you need it to. Complete with auto ...