` Creating a menu seperator at runtime (John Hickey ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

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 April 27, 2024, 11:23 am
This article has been viewed 35111 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: