Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Codesnippets
»
DD-GUI
»
Selected item in listbox
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Selected item in listbox (Read 4878 times)
MrTAToad
Guest
Selected item in listbox
«
on:
2010-Dec-04 »
What would be nice if a selected item in a listbox could be fully displayed when selected programmatically.
For example, currently selecting an item will highlight the line, but wont scroll the display so it is fully visible, like in the second picture
[attachment deleted by admin]
Logged
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10851
here on my island the sea says 'hello'
Re: Selected item in listbox
«
Reply #1 on:
2010-Dec-06 »
when you ddgui_det(id$, "SELECT", number)?
I must set the id$, "SCROLL", number) then, too. Can you try if that works? I'll implement that for lists then.
Or I'll add an automation for it when you create a list.
Logged
MrTAToad
Guest
Re: Selected item in listbox
«
Reply #2 on:
2010-Dec-06 »
Yes, using SCROLL works!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Codesnippets
»
DD-GUI
»
Selected item in listbox