Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Creating a menu seperator at runtime 1999-05-29 -- John Hickey OK, here is what I do; use the code below where l:ID is the Equate ID of the menu item
being created, and l:Menu is the equate of the Parent menu:
Create(l:ID,CREATE:ITEM,l:Menu)
l:ID{PROP:Separate}=TRUE
Usually after this, you would do l:ID{PROP:Hide=False. Nope! The trick here, is to NOT
unhide the separator control. You need to unhide other controls, but not the separator
control (for reasons unknown!).
Today is November 21, 2024, 7:04 am This article has been viewed 35225 times.
|
|