Welcome, Guest. Please login or register.

Author Topic: MUI listview help needed  (Read 2853 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline blubbe

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 268
    • Show all replies
    • http://somewhere.in-hell.com
Re: MUI listview help needed
« on: April 25, 2003, 01:51:55 PM »
Im guessing you have no construct/destruct hooks.
In this case you need to tell the listview to use
the built in ones:
MUIA_List_ConstructHook,
MUIV_List_ConstructHook_String,
MUIA_List_DestructHook,
MUIV_List_DestructHook_String

The built in one makes  internal copies
of the strings so they dont dissapear.
i      i     i    i   i  i iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii i  i   i    i     i     i      i
 

Offline blubbe

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 268
    • Show all replies
    • http://somewhere.in-hell.com
Re: MUI listview help needed
« Reply #1 on: April 25, 2003, 04:55:14 PM »
Do you use a display-hook ?, in that
case the error could be there. Otherwise
paste a snippet of the code here and im sure me or someone will find what is wrong.
 
i      i     i    i   i  i iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii i  i   i    i     i     i      i
 

Offline blubbe

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 268
    • Show all replies
    • http://somewhere.in-hell.com
Re: MUI listview help needed
« Reply #2 on: April 26, 2003, 12:40:22 PM »
Yep, thats it :)
i      i     i    i   i  i iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii i  i   i    i     i     i      i