Thread: Controls
View Single Post
  #7  
Old 08-05-2007, 06:37 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Hmm. When I had this problem, addrow() refused to work for me also just so you know.

Trying changing the GuiTextListCtrl to GuiTreeViewCtrl and change the addrow's to addnode's
(Just so you can see if it works. Infact, you can even use a treeviewctrl as a textlist if you have to.. Just remove the first line and don't add any child nodes to any root node. Then it should look identical (but this is only incase GuiTextListCtrl just refuses to work)

Also try changing it to a simple control like a GuiBitmapCtrl and set the image just so you know that controls are being placed in the container and actually take up your specified size.
__________________
Do it with a DON!
Reply With Quote