Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
85 user(s) are online (53 user(s) are browsing Forums)

Members: 1
Guests: 84

cloverskull, more...

Headlines

 
  Register To Post  

reaction listbrowser
Home away from home
Home away from home


See User information
i need help to find out where i'm pressing lmb in the listbrowser. I can press on a line and i can get the text from that line,but i need to know where in the list i pressed(1. , 2. etc line) Is this possible? When i click on a name in the listbrowser i want to update some data,but then i need to know what to update first.

X5000
Go to top
Re: reaction listbrowser
Supreme Council
Supreme Council


See User information
@Antique

LONG num;
GetAttrs( gad, win, NULL, LISTBROWSER_Selected, &num, TAG_DONE );

printf("You selected item %ld\n", num );

Go to top
Re: reaction listbrowser
Home away from home
Home away from home


See User information
@Rigo

@Rigo

GetAttrs( gad, NULL, LISTBROWSER_Selected, &num, TAG_DONE );

Need to loose the win,then it works as expected. But thanks.

X5000
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project