View Single Post
  #1  
Old 06-19-2009, 11:13 PM
The_Kez The_Kez is offline
N-Pulse Asst. Manager
The_Kez's Avatar
Join Date: Dec 2007
Posts: 106
The_Kez is on a distinguished road
Send a message via MSN to The_Kez
Simple GUI question?

Hopefully it's simple anyways.
When you right click in the f7 playerlist menu, it comes up with a context menu. In the context menu there are horizontal rules which I'm trying to replicate.

In the past when I've used GuiMenuCtrl, I can just say addrow( -1, "-" ); and that creates the horizontal rule.
In a context menu like this though I can't get that same thing to work. I'm assuming it's because I'm using the wrong Gui Control (I'm creating a new GUI TextListCtrl to do it). So if it -is- that, what is the name of the actual GUI Control I should be using? If that's not the issue, does anyone know what is?
Reply With Quote