Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb3.pngLISTEDITOR - Help on listeditor
How to use ListEditor




Today we will discover new widget in gambas 3, it's callled 'listeditor'
It's in 3 parts : One listview, one textbox called editor and 4 buttons add, remove, up and down.


A) Use from widget.

To add data, write text in editor and clic add.

B) Use inside code.
  To add from text from code, write this code :

ListEditor1.Add("one")

  To see selected text, this code :

montexte = ListEditor1.Text

C) Editor
You could change properties of editor when you use this code. For example, i want to change editor background in yellow, i will write this code:

ListEditor1.Editor.Background = Color.Yellow

It's all you need to know about listeditor widget.
All other properties are classic wigdget properties.

Thanks.



Creation date : 17/03/2022 @ 23:24
Last update : 17/03/2022 @ 23:24
Category : LISTEDITOR
Page read 1203 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^